We are thinking of scaling Agile to bigger teams (yes, there are challenges) and looking at Ruby on Rails. What are some good RoR books out there? TIA.
I own almost every Rails book in one format or another (I run a top Ruby blog so I get them to review) and... it depends what you're trying to do.<p>The Rails Way kicks ass once you already know Rails to a certain extent - it's definitely not a first book. It's a "bible" type book and is stuck somewhere back in Rails 2.1 land, I believe, but most of it still applies.<p>AWDwR is reasonable and mostly up to date (focused at Rails 2.2, as far as I recall) and particularly suited for people who are totally new to Rails.<p>My recommendation for people who are new to both Ruby <i>and</i> Rails is Foundation Rails 2 by Eldon Alameda as it has a 30 page primer to Ruby included and spends a long time "touring" Rails. It also covers RSpec which, given you're Agile, might be of significant interest to you.<p>Books I'd steer away from either because they're out of date or just plain bad IMHO would be all of the Packt books and Beginning Rails from Apress (the latter, hopefully, will be brought up to date in a 2nd edition).
Agile Web Development with Rails was one of the better books that were around when I first started learning Ruby/Rails.<p>I don't know that it still has the presence in the community that it first had but I'm sure it is still a great read.<p><a href="http://www.pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition" rel="nofollow">http://www.pragprog.com/titles/rails3/agile-web-development-...</a>
For Ruby books, checkout my page here:<p>* Recommended Ruby Books (<a href="http://antoniocangiano.com/ruby-and-rails-recommended-books/" rel="nofollow">http://antoniocangiano.com/ruby-and-rails-recommended-books/</a>)<p>I have not updated the Rails page yet, but you should be fine with:<p>* Agile Web Development with Rails, Third Edition (<a href="http://www.pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition" rel="nofollow">http://www.pragprog.com/titles/rails3/agile-web-development-...</a>)<p>Other books you may want to consider afterward are:<p>* The Art of Rails (<a href="http://www.amazon.com/Art-Rails-Programmer/dp/0470189487" rel="nofollow">http://www.amazon.com/Art-Rails-Programmer/dp/0470189487</a>)<p>* Enterprise Rails (<a href="http://oreilly.com/catalog/9780596515201/" rel="nofollow">http://oreilly.com/catalog/9780596515201/</a>).
I previously wrote the Rails tutorial <i>RailsSpace</i>, which is now out-of-date but was very well-received in its time (see the Amazon reviews at <a href="http://www.amazon.com/dp/0321480791" rel="nofollow">http://www.amazon.com/dp/0321480791</a> --- ignoring the ones complaining that it's out-of-date :-). To remedy the perennial problem of outdated Rails tutorials, I'm currently working on an online Ruby on Rails tutorial book that will be up-to-date (and easy to update!) by design.<p>It'll be a couple months before I really get cranking, but I expect to be finished with the book by the end of the year. I'm also planning to make an extended screencast series once the book is done. You can follow the project's progress at <a href="http://railstutorial.org/" rel="nofollow">http://railstutorial.org/</a>.
I'll second the votes for The Rails Way, it really is good. Another one to consider which I didn't see mentioned is an Apress book called "Practical Rails Social Networking Sites". It's slightly out of date, though anything written more than 6 months ago is. In spite of it's somewhat misleading title, it's a good introduction to building a site in Rails, and touches on most of the things you'd need to build any modern application. It serves as a good introduction to Rails IMO.<p>One other really good resource is The Rails Guides: <a href="http://guides.rubyonrails.org" rel="nofollow">http://guides.rubyonrails.org</a> - they cover everything, and are very up to date. I use them regularly.
The Rails Way is pretty good.<p><a href="http://www.amazon.com/Rails-Way-Addison-Wesley-Professional-Ruby/dp/0321445619" rel="nofollow">http://www.amazon.com/Rails-Way-Addison-Wesley-Professional-...</a><p>I've found the peepcode webcasts worth their weight in gold, but that's not a book =)<p>And I found Design Patterns in Ruby pretty good for Ruby beginners<p><a href="http://www.amazon.com/Design-Patterns-Ruby-Addison-Wesley-Professional/dp/0321490452/ref=sr_1_1?ie=UTF8&s=books&qid=1251065278&sr=1-1" rel="nofollow">http://www.amazon.com/Design-Patterns-Ruby-Addison-Wesley-Pr...</a><p><a href="http://peepcode.com/" rel="nofollow">http://peepcode.com/</a>
Agile Web Development with Rails, Third Edition
<a href="http://www.pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition" rel="nofollow">http://www.pragprog.com/titles/rails3/agile-web-development-...</a><p>has served me well...
I like "Enterprise Rails". It's a rather contrarian Rails book in that it doesn't hew to the Rails anti-DB orthodoxy. It's clearly written and has a good example that evolves over the course of the book. It's meant to be a 2nd Rails book, after you're familiar with the framework.<p><a href="http://www.amazon.com/Enterprise-Rails-Dan-Chak/dp/0596515200" rel="nofollow">http://www.amazon.com/Enterprise-Rails-Dan-Chak/dp/059651520...</a>
The main thing you want to do when learning Rails is to make sure you're pretty solid in Ruby. David Black's Well-Grounded Rubyist covers a lot of Ruby.<p>As for Rails, I have nothing but good things to about Foundation Rails 2 by Eldon Alameda. He gives a brief introduction to Ruby at the beginning, and doesn't rely on scaffolding/plugins, something a lot of early Rails developers try and overuse. Although, now that I think about it, the routing chapter was a little weak. Of course there's also the standard Agile Web Development with Rails (3rd Edition) which was written by the creator of Rails.<p>After that, the best place is to start writing apps and get some hands-on experience. If you want, there's another book that Eldon Alameda wrote called "Practical Rails Projects" which does exactly that -- guides you through 6 or 7 Rails projects to teach you all about Rails. However, it uses an older version of Rails (1.2.3 compared to the current 2.3.3) but I'm sure a lot of the concepts will still apply. You can always install an older version of Rails to follow along.
This thread from a few weeks ago might be helpful:<p>"How do I learn Ruby & Rails?"
<a href="http://news.ycombinator.com/item?id=747342" rel="nofollow">http://news.ycombinator.com/item?id=747342</a>
I know the question was asking for RoR book recommendations, but being quite new to both Ruby and Rails when I started using Rails, I have found "Programming Ruby: The Pragmatic Programmers' Guide" (AKA the Pickaxe Book) to be an invaluable reference.<p>If you're already very experienced with Ruby, then please ignore. :P
I'm traveling right now so I don't have access to my library, but if you're developing on Windoze, [first I'm sorry for you] ...but there's a really good book that I think is called Ruby on Rails for Microsoft Developers. It has a lot of insight on the challenges you will face setting up your box up through deployment.
I suggest you read <a href="http://guides.rubyonrails.org/getting_started.html" rel="nofollow">http://guides.rubyonrails.org/getting_started.html</a> then I recommend sitepoint Patrick Lenz - Simply Rails, although it is outdated (rails 2.0.2) but it have a solid simply background on rails knowledge.
"Ajax on Rails," while focussed on Ajax, has a lot of really good general information on Rails too, and is extremely well written. It's somewhat outdated now (really all Rails books are) but still very much worth reading IMHO.