Is there a good reference manual for ruby/rails?

Posted by Kevin on Programmers See other posts from Programmers or by Kevin
Published on 2011-06-26T18:48:25Z Indexed on 2011/06/27 0:30 UTC
Read the original article Hit count: 262

Filed under:
|

I've found switching from Java to Ruby/Rails to be very difficult.

I feel like the rails books and websites that I've seen are program by example, and I have yet to see anything like a complete reference. In the java/spring world there is plenty of examples but also very thorough reference manuals. So even though I can get toy application xyz up and running in an afternoon with rails I'm apprehensive about doing anything of significance.

I'm willing to admit that maybe this is because I've done java/spring for a few years and have near zero experience with ruby/rails. Just wondering if anyone else has run into this or if I'm missing something.

© Programmers or respective owner

Related posts about java

Related posts about ruby-on-rails