Michael Ellick Ang
Michael Ellick Ang

Reputation: 1118

ruby and ruby on rails book (2009)

What are the best Ruby / Rails book available right now ?

Note : I know that this question has probably been asked before. But things change so much in the Ruby / Rails world that some of the books are not up to date or even teaches things that are deprecated in the newer release of Ruby / Rails.

Upvotes: 1

Views: 765

Answers (4)

machuga
machuga

Reputation: 426

I don't normally see this book recommended, but if you are a PHP developer, Rails for PHP Developers is an excellent book.

Upvotes: 0

Biju CD
Biju CD

Reputation: 5109

Agile Web Development with rails Head First Rails

Upvotes: 0

John Pignata
John Pignata

Reputation: 271

For learning Rails and Ruby, I typically recommend (and refer to!):

Agile Web Development with Rails - Pragmatic Bookshelf (and co-written by DHH - creator of Rails)

The Rails Way - Addison-Wesley

Programming Ruby (The pickaxe book) - Pragmatic Bookshelf

The Ruby Programming Language - O'Reailly

Upvotes: 4

gkrdvl
gkrdvl

Reputation: 960

In my opinion the best book is still SitePoint-Patrick Lenz-Simply Rails 2 and the unforgotten one Agile Web Development with Rails, Third Edition, but you can start with rails guides to have a newbie tutorial.

Upvotes: 1

Related Questions