The best programming book I have ever read. The soft introduction to a new language, paired with an easy-to-follow narrative; which takes you through the building of a real production application while learning the Rails framework, makes this book amazingly enjoyable besides from interesting.
Dave thomas is a pretty good writer, I thought that The Pragmatic Programmer was an excellent book. However, alot of the garbage suggested in AWD makes me doubt how much experience the author has writing scalable, agile, high traffic web-applications.
If you go into this book looking to learn how to code with rails, thats fine, but don't expect to learn to program well for the web from this book. Infact, be prepared to ignore large portions of the book.
Anyway I guess this review is pretty pointless, this book is about rails 1.X. I do not recommend either using rails 1.X or reading docs on it either. If you're not pretty close to the newest version of the framework you're missing great new features, better performance, better new plugin support, and probably better stability. Reading old docs would be like reading instructions on doing it wrong.
I think this is really a great book, describing everything you need to start with Rails. For this reason as well as to recommend anyone starting out with Rails to read this book, I rate it 5 stars. However, the book is not advanced enough to teach Rails from scratch to developers already familiar with modern web development. Anyway, I recommend even experienced web developers moving to Rails to run quickly through this book, take notes and move on to "The Rails 4 Way".
Essential reading for the aspiring Rails developer. These guys helped popularize Ruby and Rails with their early books on the subjects and the latest editions cover the new versions of each very well. Old Rails hands will not find much reason to be excited about this one.
Great intro to rails. It felt a little backwards building up a site before going into the details, but it wasn't too bad. I feel confident now that I could sit down at a rails app and at lease have an idea of what's going on.
I didn't follow along or do the exercises, which is crucial, and the book was still good.
This book changed my opinion of rails from "meh" to "wow". Rails is very powerful stuff. I don't necessarily like Ruby all that much but Rails is a pretty full-featured and capable toolset. This book quickly shows you how much Rails is capable of with relatively little code.