Did you mean Ruby itself? or RoR? For the latter, the Michael Hartl Ruby on Rails Tutorial is pretty good: <a href="http://ruby.railstutorial.org/chapters/beginning" rel="nofollow">http://ruby.railstutorial.org/chapters/beginning</a>
Stackoverflow is a great resource. The link below is has details on Rails (maybe not best starting point for Ruby) but helpful site to learn and find good resources.<p><a href="http://stackoverflow.com/questions/55574/learning-ruby-on-rails" rel="nofollow">http://stackoverflow.com/questions/55574/learning-ruby-on-ra...</a>
Highly recommend this free 5 week Coursera course out of UC Berkeley. All development is in Ruby and Rails. There is some introductory Ruby material - you don't need to have any prior knowledge. It started last week, but you can join late without a problem.<p><a href="https://www.coursera.org/course/saas" rel="nofollow">https://www.coursera.org/course/saas</a><p>Oh yeah the optional textbook that goes with it is available on kindle for $10.
Boom. All you need right here : <a href="http://mattangriffel.com/post/15243700892/on-learning-to-code-pt-3-resources-to-teach-you" rel="nofollow">http://mattangriffel.com/post/15243700892/on-learning-to-cod...</a>
Here's a post from a while back on this subject - <a href="http://www.rassoc.com/gregr/weblog/2011/05/16/learning-ruby-and-rails/" rel="nofollow">http://www.rassoc.com/gregr/weblog/2011/05/16/learning-ruby-...</a>
Personally, I learned Ruby with Rails - this is a pretty good resource - <a href="http://railsforzombies.com/" rel="nofollow">http://railsforzombies.com/</a>