How I am learning it...<p>For install I found this..
<a href="http://www.pmamediagroup.com/2009/04/set-up-ruby-on-rails-and-mysql-on-mac-osx-leopard/" rel="nofollow">http://www.pmamediagroup.com/2009/04/set-up-ruby-on-rails-an...</a><p>To get familiar with the terminal...
<a href="http://vimeo.com/33631836" rel="nofollow">http://vimeo.com/33631836</a><p>And for actual Rails learning...
<a href="http://ruby.railstutorial.org/ruby-on-rails-tutorial-book" rel="nofollow">http://ruby.railstutorial.org/ruby-on-rails-tutorial-book</a><p>I went through a little bit of Rails For Zombies but I stopped because I wanted to learn on a project. Once I started working on a beginner project that is when Rails For Zombies clicked. I think it would be a good idea to follow Learn Rails By Example in conjunction with Rails For Zombies.<p>Also this guy is good too follow to once you have a strong foot hold...
<a href="http://www.youtube.com/watch?v=UQ8_VOGj5H8" rel="nofollow">http://www.youtube.com/watch?v=UQ8_VOGj5H8</a>
I've found peepcode and rails casts of be extremely helpful.<p><a href="http://peepcode.com/" rel="nofollow">http://peepcode.com/</a><p><a href="http://railscasts.com/" rel="nofollow">http://railscasts.com/</a><p>For a total beginner check out meet rails on peepcode:<p><a href="http://peepcode.com/products/meet-rails-3-i" rel="nofollow">http://peepcode.com/products/meet-rails-3-i</a><p>I think its like 12 bucks, but its worth twice that easy! It's fast pace, won't put you to sleep like most video tutorials. Good stuff!<p>Then after the basics, if you need info on a specific topic often Ryan Bates at RailsCast has covered it at least once. Most of his RailsCasts are free, but recently he started doing procasts which are top notch as well.
<a href="http://railstutorial.com" rel="nofollow">http://railstutorial.com</a><p><a href="http://railscast.com" rel="nofollow">http://railscast.com</a><p><a href="http://peepcode.com" rel="nofollow">http://peepcode.com</a> (costs $, but the Rails 3 Part 1 & 2 screencasts are worth the $25)<p><a href="http://rubyonrails.org" rel="nofollow">http://rubyonrails.org</a><p><a href="http://ruby.learncodethehardway.org/" rel="nofollow">http://ruby.learncodethehardway.org/</a> (When you need to improve on the Ruby side of things)
I'll second <a href="http://railscasts.com" rel="nofollow">http://railscasts.com</a> - but by far the way I learned the most about rails has been <a href="http://google.com" rel="nofollow">http://google.com</a> (seriously)
Michael Hartl's book is available in its entirety online: <a href="http://ruby.railstutorial.org/ruby-on-rails-tutorial-book" rel="nofollow">http://ruby.railstutorial.org/ruby-on-rails-tutorial-book</a><p>He's a cool guy, also roams HN from time to time, so you can say hi.<p>Additionally RailsCasts are helpful on individual topics here and there.<p>I would strongly recommend the "Rails Test Prescriptions" book, it sets your on the right path to test first everything you do, which works out great!
Ruby-toolbox.com is a great website to find gems. Many of these gems are probably great to learn from as well. Using gems might be slightly more advanced that where you are now but this website should come handy shortly.
I find this quite interesting (not listed so far): <a href="http://ruby.learncodethehardway.org/" rel="nofollow">http://ruby.learncodethehardway.org/</a>