vote up 2 vote down star
1

Hay Guys, whats the best books to learn ruby (and ruby on rails)?

Any books you guys would recommend?

Thanks

flag
1  
this question should be community wiky – eKek0 Sep 6 at 19:29
as requested :) – dotty Sep 6 at 19:38
1  
Closing request as "subjective and argumentative" ? Could you explain why? There are tons of totally legitimate questions up on SO about "best" books stackoverflow.com/questions/1711/… – marcgg Sep 6 at 19:40

8 Answers

vote up 5 vote down check

RAILS

Agile Web Development with Rails, third edition: I learned rails reading the first edition. This is definitively what you want to read if you want to start coding with ruby on rails.

The Rails Way: is my reference for every day programming

Rails Recipe: Nice examples. I prefer the advanced one but if you start this one should be good for you.


RUBY

Design Patterns in Ruby: Helped me understand ruby a bit more. There is a nice introduction explaining ruby 101, and then it gets into more advanced and interesting stuff

The Ruby Way: a good reference

link|flag
1  
Nice list, but I can't belive you haven't mentioned the pick axe. Back when the first edition of Agile Web Development with Rails was out it was the only english ruby book out there. – vise Sep 6 at 22:25
vote up 1 vote down

Ruby

why's (poignant) guide to Ruby

best book i've ever read on a programming language and it's free!

Rails

Simply Rails 2

link|flag
vote up 2 vote down

Agile Web Development with Rails, 3rd Edition. The only one you’ll need. (You can also get it at Amazon, but I recommend buying it directly from Pragmatic Programmers for the PDF version.)

link|flag
vote up 3 vote down

I'm a big fan of David Black's books. He writes clearly, and appears to know every nook and crany of Ruby. Ruby for Rails is a bit outdated, but The Well-Grounded Rubyist is an excellent way to get to know Ruby 1.9 well.

I second the recommendation of Design Patterns in Ruby, and I would also mention Ruby Best Practices.

Finally, it's hard to argue with The Ruby Programming Language as a reference since Matz is a co-author.

link|flag
The Well-Grounded Rubyist is awesome. Mr Black knows his stuff. – Andy Gaskell Sep 6 at 21:35
vote up 0 vote down

I would say the best books I have read for Ruby are:

  1. Programming Ruby is both great language guide and yet reference book.

  2. Beginning Ruby: From Novice to Professional, Second Edition is great language guide packed with good examples.

The best Rails book is:

Agile Web Development with Rails, Third Edition I love this book, it is example driven book about the Rails framework and you will start with making a basic on-line shooping chart site from scratch. It includes the whole development process with the agile methodology.

link|flag
vote up 0 vote down

Another vote for The Well Grounded Rubyist. I was introduced to it recently by a friend and it was as good as advertised. Well written and a great introduction to Ruby 1.9

link|flag
vote up 0 vote down

I would check out Simply Rails if you're starting from scratch. It is simple and straight-forward, it really just gives you a taste of what's possible. A lot of the other posts I see listed are great books too and better in many ways, but for beginning, this one can't be beat.

Another great place to jump off is railscasts

link|flag
vote up 0 vote down

IMO best books are: * The Rails Way * The Ruby Way * Designs Patterns in Ruby * Agile Web Development (but i'm not sure)

I haven't read Programming Ruby 1.9 but I suppose it is good book.

link|flag

Your Answer

Get an OpenID
or

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