Overwhelming number of "learn RoR" resources out there. Hoping some of the experts on HN can recommend good resources for an experienced C/C++/Java developer to learn Ruby on Rails. Paid is fine if the value is there. Thanks!
The other place to look for books is Pragmatic Programmers ( http://pragprog.com/titles ) who do the Agile Web Development with Rails book which is usually fairly up to date, along with some other in depth titles.
A subscription to Railscasts pro ( http://railscasts.com/ ) is also well worth the cost.
I completely agree with the Railscasts mention -- I use it and asciicasts (http://asciicasts.com/) which is the text version quite often.
The pro membership pays for itself back right away as you have access to the whole collection of pro and revised episodes he has released to this point.
The Hartl tutorial is absolutely amazing. I still go back to it all the time. I was all Java before I picked up Rails and this book answered all of my questions.
You'll get better working out and experimenting with things on your own, but Hartl's book serves as a great beginner's guide (while being comprehensive).
I think "The Rails Way" by Obie Fernandez works as a good reference book after you get more experienced as well.
I don't have a specific resource to add, but I want to point out that Rails has a rather steep learning curve. Once you get over the "aha!" hump, though, it's really productive.
I can't agree more. I came in thinking it was going to be fairly easy to pick up, but it seems like I spend most of my time just looking up how to do things "the Rails way" (not that that's a bad thing persay, but you definitely feel like you're doing nothing sometimes).
Anyways, I found Agile Web Development with Rails (4th Edition):
to be fairly useful if you don't mind buying a book. Plus, the ebook gets updated fairly frequently with erratas and stuff, as per usual with the PragProg team.
Good question; I'm very interested in RoR, but coming from a more static language/framework like CakePHP and ASP.Net MVC3, I'm confused on how to use it correctly.