Search
 Advanced SearchView Cart   Checkout   
 Location:  Home » Books » Client-Server Systems » Agile Web Development with Rails, 2nd EditionOctober 7, 2008  
Browse
Books
Computers
Electronics
Related Categories
• Client-Server Systems
Data in the Enterprise
Networking
Computers & Internet
Subjects
• Object-Oriented Design
Software Design, Testing & Engineering
Programming
Computers & Internet
Subjects
• Software Development
Software Design, Testing & Engineering
Programming
Computers & Internet
Subjects
• General
Programming
Computers & Internet
Subjects
Books
• General
Languages & Tools
Programming
Computers & Internet
Subjects
• General
Programming
Web Development
Computers & Internet
Subjects
• General
Computers & Internet
Subjects
Books
• General
Computer Science
Computers & Internet
Subjects
Books
• General
Software
Computers & Internet
Subjects
Books
• Illustrated
Edition (format)
Refinements
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Agile Web Development with Rails, 2nd Edition
Agile Web Development with Rails, 2nd Edition
Authors: Dav Thomas, David Hansson, Leon Breedt, Mike Clark, James Duncan Davidson, Justin Gehtland, Andreas Schwarz
Publisher: Pragmatic Bookshelf
Category: Book

List Price: $39.95
Buy New: $19.99
You Save: $19.96 (50%)
Buy New/Used from $16.99

Avg. Customer Rating: 4.5 out of 5 stars(105 reviews)
Sales Rank: 14746

Format: Illustrated
Languages: English (Original Language), English (Unknown), English (Published)
Media: Paperback
Edition: 2
Number Of Items: 1
Pages: 720
Shipping Weight (lbs): 2.5
Dimensions (in): 9 x 7.6 x 1.4

ISBN: 0977616630
Dewey Decimal Number: 005.117
EAN: 9780977616633
ASIN: 0977616630

Publication Date: December 14, 2006
Availability: Usually ships in 1-2 business days

Similar Items:

  • Programming Ruby: The Pragmatic Programmers' Guide, Second Edition
  • Rails Recipes (Pragmatic Programmers)
  • Ajax on Rails
  • Ruby Cookbook (Cookbooks (O'Reilly))
  • Rails Cookbook (Cookbooks (O'Reilly))

Editorial Reviews:

Product Description
The definitive, Jolt-award winning guide to learning and using Rails is now in its Second Edition. Rails is a new approach to web-based application development that enables developers to create full-featured, sophisticated web-based applications using less code and less effort. Now programmers can get the job done right and still leave work on time.

NEW IN THE SECOND EDITION: The book has been updated to take advantage of all the new Rails 1.2 features. The sample application uses migrations, Ajax, features a REST interface, and illustrates new Rails features. There are new chapters on migrations, active support, active record, and action controller (including the new resources-based routing). The Web 2.0 and Deployment chapters have been completely rewritten to reflect the latest thinking. Now you can learn which environments are best for your style application, and see how Capistrano makes managing your site simple. All the remaining chapters have been extensively updated. Finally, hundreds of comments from readers of the first edition have been incorporated, making this book simply the best available.

Rails is a full-stack, open source web framework that enables you to create full-featured, sophisticated web-based applications with a twist...you can create a full Rails application using less code than the setup XML you'd need just to configure some other frameworks.

With this book, you'll learn how to use Rails Active Record to connect business objects and database tables. No more painful object-relational mapping. Just create your business objects and let Rails do the rest. You'll learn how to use the Action Pack framework to route incoming requests and render pages using easy-to-write templates and components. See how to exploit the Rails service frameworks to send emails, talk to web services, and interact dynamically with JavaScript applications running in the browser (the "Ajax" architecture).

You'll see how easy it is to deploy Rails. You'll be writing applications that work with your favorite database (MySQL, Oracle, Postgres, and more) in no time at all.


Customer Reviews:   Read 100 more reviews...

5 out of 5 stars This is how technical books should be, a reall page turner   September 12, 2008
OK, I'm coming to rails late. I've played with Ruby on and off for about a year. I though it was a bit of a "kitchen sink" language until I got a good kick in the head by Neil Ford.

So this week I picked up this book (version 2) and I started reading it. It is, as far as technical books go, a page turner.

It gives a basic overview and the walks through an example as a tutorial.

I recommend you learn a little Ruby first (not necessary but makes working through the examples more focused on Rails rather than Ruby and Rails).

If you want to learn about Ruby on Rails and get an idea of what web development should be, read this book. THEN, the next time you need to start working on a site for a customer, sit down with them and start developing the site in real-time.

If they don't like Ruby, call it an "executable requirements description". Eventually, they might even think that the solution is good as is. If not, you still have a better explanation of where to go.

After Rails, I'm going back to RSpec and story tests and examine the maturity of developing a Ruby solution using TDD. I'm pretty sure it's already being done, so I just need to get on that learning curve.

This is a GREAT book. Get it, read it, TYPE in the examples - ok maybe download the CSS's and the style-sheet.

WARNING: the material related to OS X installation is a bit out of date. Use macports and install mysql, rb-mysql, rails, ruby (and I'm probably forgetting something), change your path to point to where that stuff got installed (probably /opt/local/bin/) and you'll be good to go - once you get mysql setup. There are some chicken scratchings here: http://schuchert.wikispaces.com/Ruby.RailsConfiguration.OSX, or do a google search. It'll be October 2008 before I actually put up good details, but it'll happen.



5 out of 5 stars Great Book - But Wait to Buy   July 26, 2008
  2 out of 2 found this review helpful

This is THE book for Rails. Top notch...only WAIT to buy it. As others have said, there is a new edition coming out soon that covers Rails 2.0. Of course...if you can't wait, go to the publisher's web page. They are selling copies of this edition for 50% off, while supplies last. But, some of the code in this book will not work anymore in Rails 2.0. Still, a great book and well worth it even for a quick introduction to the Rails world while you wait for the new edition. Once it's updated, though, for sure, GO FOR IT!


5 out of 5 stars seriously, this is the best technical textbook I've ever read   June 26, 2008
  0 out of 2 found this review helpful

Not only is there a great framework to this textbook will introduce you to, but this is written in the perfect balance of interesting style and serious technical content along with compelling example that I've ever seen in any book. I give this book my very highest recommendation and I give the rails framework five stars as well for being an excellent easy to use and very functional framework.

This book seems to cover everything that I'm interested in and is able to adapt to different levels of knowledge that I'm able to arrive at in programming in Ruby language. The book does not insult the reader and while it challenges the reader doesn't over challenge or overwhelm any point. I can only recommend it for my particular demographic of rails newbies, but I think this book will work very well for anyone else who might be more familiar with Ruby and the rails framework.



4 out of 5 stars Great book, wish it was Rails 2.0   May 22, 2008
  1 out of 1 found this review helpful

This book is a great intro to Rails, very readable and easy to understand. It also seems fairly comprehensive. The only downside to this book is that it's not Rails 2.0, so a number of the examples are outdated or don't work with the latest versions of Rails (there were significant changes). I was taking a class in Ruby on Rails, and since we were using Rails 2.0, we had to get "The Rails Way" which covers Rails 2.0 but sucks in comparison to this book. "The Rails Way" is a good book for learning Rails if you already know Rails.


5 out of 5 stars I recommend it   May 11, 2008
  1 out of 1 found this review helpful

I love the framework, the Agile philosophy and I love how the book is structured: straightforward, practical, easy to follow, programmer-oriented.
I truly recommend it for anyone willing to begin in the Rails universe.


Powered by: Dknc, inc. and Amazon.com


For your safety and security, orders are processed through amazon.com