Do you suggest any books for learning ruby on rails? I already know some OO programming. I know there are many other topics like this one, but I am afraid that they might be a little bit outdated. What do you suggest? thx

link|improve this question

58% accept rate
feedback

closed as not constructive by balpha Oct 14 '11 at 7:55

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

4 Answers

Do the answers in this closed thread help: Any good Rails books? Closed for being a discussion rather than a Q&A.

There are lots of other threads too. Over there ---->

link|improve this answer
feedback

http://ruby.railstutorial.org/ is really good, either available in pdf (paid) or html (free) Also, once you know a little more about ruby/rails:

  • The rails 3 way
  • Rails 3 in action
  • Programming ruby 1.9
  • Rails Antipatterns
link|improve this answer
feedback

I think this is the best way to learning ruby:

  1. First of all: Ruby on Rails Tutorial by Michael Hartl
  2. Then read: Beginning Ruby: From Novice to Professiona
  3. Then some details you can find in book: The Rails 3 Way, 2nd Edition
  4. Also you find more interesting on this site: Rails casts
link|improve this answer
feedback

Ruby on Rails is a web application build on Ruby programming language. So if you haven't familiar with Ruby yet, I should suggest learn both at the same time:

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.