[Ask HN]: Best RoR references.
I am trying to pick up ruby on rails (2.3) as fast as possible to get my feet off the ground making some code work. Can you guys recommend any resources that provide docs or tutorials which can help me get a good understanding of how RoR works and how to decode the magic behaviors?
6 comments
[ 3.7 ms ] story [ 24.7 ms ] threadI ended up buying a couple books, but while being ok, weren't as good at addressing the fundamentals as the guides.rubyonrails.org site.
I think it also helps to think of Rails' code as having conventions, rather than magic. The conventions are actually easy to learn and are quite consistent, stop telling yourself they're "magic".
http://gotapi.com is my go-to reference, and I spend a lot of time reading code that I want to learn something from.
And an addition to that list: http://www.railstutorial.org/book