Enjoyed the speed, depth and brevity
Positives are speed, depth and brevity. Fully enjoyed the speed with which the book covers the essentials. I did not have difficulty understanding this book maybe because I had read the Rails in Four days tutorial before reading this book. Eventhough it is a very short book, the price is reasonable given the pure muscle of the book. What is $30 if you can pick up this technology in 3 days? Negatives are - you need to read with concentration, does not have much code to cut and paste, does not discuss authentication. Overall excellent value for money if you are pressed for time.
Poor Quality, Low Quantity, High Price
For a newbie following the examples closely is generally a must; however, there are some "trivial" steps left out of the book ... that turn out to be necessary to get the sample projects moving. Given the brevity of the content, the inaccuracies of the samples, and the high price ... my suggestion is to look elsewhere.
A bit dated but gets right to the point with a useful example.
This book made use of an earlier version of Rails, but if you aren't totally clueless and have the wisdom to read warnings from IDEs, generation scripts and the server, you can actually get the code running.
BTW, 99% of the code works without warnings/errors at all. FWIW, I switched to Mac OS X to do this (from Dell using XP), so I was fighting a lot of other differences besides having a more modern Rails, and I actually got through it all. Also, I am an old Java/C++ programmer... so if somebody younger than me cannot get this stuff, maybe they should think carefully about whether programming is for them (Rails development is still programming).
This is a hands-on, bottom up book. I did wrestle a bit with reading the chat about the code *then* coding or coding the code and *then* reading the explanations. It was *fun* to use this book and I really enjoyed using this book for getting a visual, and (for me) potentially useful application running.
Best of all, IMO... the core material is under 150 pages! Hard to find such terse and useful books these days. If anyone remembers the power and elegance of K&R's C book, you'll appreciate this fact.
Here are some things to keep in mind:
[1] Uses Rake for migrations and yes on a modern Rails (pre 2.0) you will see deprecation notices that tell you what you need to do... either way it works.
[2] Uses some deprecated start_forms_tag but guess what, if you have the internet you google around and you figure it out. And you know what then? You own what you learn and are not just spoon fed the code.
[3] Does not go deep into theory.
[4] You best try your hand at Ruby first just so you can read Rails code... ummmm it uses Ruby ya know.
[5] Is not TDD or BDD... so you are coding the evil, old fashioned way. Unless you are Donald Knuth (who claims to have no need for unit testing).
[6] Be careful during the DB migrations section, I screwed up the order of some things, I don't think the book misled me. I also figured my way out of it while also learning how to get around SQLite3's command shell. No whining from those spoiled by pushbutton IDEs please.
[7] This book will not make you a Rails guru, it opens the door and gives you working code base to head down that road. You'll still have other books, blogs, and Wikis ahead of you.
Buy it for pre Rails 2, I assume it is still largely applicable to Rails 2, which came out last year (end of).
While this book does not require it, I found using NetBeans IDE with Ruby/Rails support helped me get the coding done much faster than using VIM or TextEdit. I did not use it to generate the application and the components. For that I used the Rails command line scripts per the book.
Too Pricey For Too Many Errors
I definitely will avoid both authors in the future.
I can't fathom how O'reilly "approved" these authors to write such book with so many ridiculous errors from typos to just blatant errors.
I supposed O'reilly is also declining in terms of quality (See my "Learning Ruby", "Learning JavaScript" review as well).
Bad:
1) Too many errors
2) Outdated (Rails is 2.0, the book, rushed, is using 1.1)
3) Too pricey
4) Bruce A. Tate always jumped shipped form one language to another with no deep interest/experience in each of the "new languages"
5) You're building the examples based on "scaffolding" auto-generation
Good:
1) That I told you not to buy this book.
2) That Bruce is no longer writing more books (yet)
3) That others also echoed the same complains
Great book, BUT...
This is a great book, and I recommend you consider it, but for a couple reasons you might not want to buy it.
First, it's a great *short* overview of the process of developing Ruby on Rails apps. I found that I understand all the things I've read elsewhere but it's sometimes hard to put it all together and remember all the steps in a logical sequence. Because of the magic of Rails (and its use of metaprogramming and code generation and other groovyamazing stuff, you have to learn to THINK DIFFERENTly about development. While you're in the process of making the mental shift, both conceptually and syntactically, it's good to have cheatsheets to simply REMEMBER what works, and which magical incantation does which thing. There are plenty of cheatsheets for Rails and Ruby, but none that I've seen that are like this: all the basics, in sequence, with clear explanation.
Think of it as a stepping stone between DHH's screencast and his Agile Web Develpment with Rails (written mostly by Dave Thomas), which is a little on the long side for a first book. (It's much better to get a firmer grasp of the big picture before focusing in on details. Sorry about the mixed metaphor.)
However, you should note that it is now quite old and in need of updating. It is also frustratingly full of errors: spelling, grammatical, factual, and technical. So be forewarned. If you can put up with all that, however, it's very useful, and clearly written. O'Reilly just needs to fire all their proofreaders.