Editorial Review:
Ruby on Rails is the super-productive new way to develop full-featured web applications. With Ruby on Rails, powerful web applications that once took weeks or months to develop can now be produced in a matter of days. If it sounds too good to be true, it isn't. If you're like a lot of web developers, you've probably considered kicking the tires on Rails - the framework of choice for the new generation of Web 2.0 developers. Ruby on Rails: Up and Running takes you out for a test drive and shows you just how fast Ruby on Rails can go. This compact guide teaches you the basics of installing and using both the Ruby scripting language and the Rails framework for the quick development of web applications. Ruby on Rails: Up and Running covers just about everything you need - from making a simple database-backed application to adding elaborate Ajaxian features and all the juicy bits in between. While Rails is praised for its simplicity and speed of development, there are still a few steps to master on the way. More advanced material helps you map data to an imperfect table, traverse complex relationships, and build custom finders. A section on working with Ajax and REST shows you how to exploit the Rails service frameworks to send emails, implement web services, and create dynamic user-centric web pages. The book also explains the essentials of logging to find performance problems and delves into other performance-optimizing techniques. As new web development frameworks go, Ruby on Rails is the talk of the town. And Ruby on Rails: Up and Running can make sure you're in on the discussion. Cached date: AWS Called=true
You may also be interested in these products:
These categories may also be of interest to you:
Customer Reviews
Average Customer Rating: 
Poor Quality, Low Quantity, High Price 2008-05-19 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. 2008-05-04 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 2008-03-27 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... 2007-09-09 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.
Not much value 2007-05-31 I read through this in an afternoon in a bookstore. I'm wondering... Why would you get this book when for several dollars more you could get the bible of Ruby on Rails: "Agile Web Development with Rails (Pragmatic Programmers)?"
Where this book is overly terse and covers the bare minimum of subjects, AWDwR has lots of details and examples. Get that book and the companion Programming Ruby: The Pragmatic Programmers' Guide, Second Edition and you're all set for some fun evenings.
Tate has a habit of rushing books out (e.g., Spring: A Developer's Notebook) and this is another one of those. It occurs to me that this book should have been in that "Developer's Notebook" series...
Tate has been ringing the death knell of Java for several years now and extolling the virtues of THE NEXT BIG THING (in this case, Ruby on Rails). He oughta slow down and figure out at least one of these technologies before he attempts to write about it.
Ironically, the next paradigm shift from Java to RoR will probably happen in spite of Mr. Tate's exposition. Stick to AWDwR, you won't be sorry.
|
|