If you're already familiar with programming and MVC, I'd recommend rails for zombies (<a href="http://railsforzombies.org" rel="nofollow">http://railsforzombies.org</a>) it gives you a good overview of both Ruby and Rails.<p>I came from a PHP / CodeIgniter background, I spent a couple of hours with Rails for zombies, and then just started playing around with rails, using <a href="http://guides.rubyonrails.org" rel="nofollow">http://guides.rubyonrails.org</a> and <a href="http://railscasts.com" rel="nofollow">http://railscasts.com</a> when ever I could't figure something out. And of course, stackoverflow is a great resource.
The Pragmatic Programmers book on Rails is very good and already updated for Rails 4. If you get through it and still want more, the Rails Way is the most comprehensive book I've seen. Railscasts is great once you are making apps on your own as it tackles small specific problems.<p>Don't forget about the official Rails guides themselves, they are actually quite helpful.<p>I go back and forth on whether learning Ruby first is best. You will learn more about Ruby itself just by solving RoR problems, but I think you would solve them faster if you already had a solid base in Ruby.
So Ruby & RoR are two different beasts. If you come from hey-I-already-know-a-web-MVC background, you might skip learning Ruby & directly jump to learning RoR .<p>If you go RoR way - Michael Hartl's tutorial - <a href="http://railstutorial.org/" rel="nofollow">http://railstutorial.org/</a> is probably the best place to start (I did that when I was starting with RoR). Codelearn - www.codelearn.org should be the next best.<p>Disclaimer: I am the founder of Codelearn
I learned RoR and launched a website in 10 days. If you want to see the tutorials I used I wrote a blog post about it here: <a href="http://aschuenemann.com/i-went-from-knowing-nothing-about-rails-to-launching-a-website-in-10-days" rel="nofollow">http://aschuenemann.com/i-went-from-knowing-nothing-about-ra...</a>
These are all great advices. I started with php and I can say I'm almost a master at. I've build a social network platform with it and solved many problems with it. Now I want to take it to an all new level and want to convert all my code to ruby format. These tips and advices will help me a lot thanks!
<a href="http://www.codeschool.com/paths/ruby" rel="nofollow">http://www.codeschool.com/paths/ruby</a><p>Codeschool has some great courses in general. Their courses require a monthly subscription, however, if that matters to you.