Have one to sell? Sell yours here
 
 
Agile Web Development with Rails: A Pragmatic Guide (Pragmatic Programmers)
 
See larger image
 

Agile Web Development with Rails: A Pragmatic Guide (Pragmatic Programmers) (Paperback)

by Dave Thomas (Author), David Heinemeier Hansson (Author), Leon Breedt (Collaborator), Mike Clark (Collaborator), Thomas Fuchs (Collaborator), Andreas Schwarz (Collaborator)
4.9 out of 5 stars  See all reviews (8 customer reviews)

Available from these sellers.


22 used from £0.01
12 Days of Christmas Sale in Books
Get up to 65% off some of our top titles. Shop now

Special Offers and Product Promotions


Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Agile Development opens new browser window
Electric-Cloud.com  -  Automated Software Build, Test & Deployment. Integrates w/ your SCM. 
   Ruby on Rails Development opens new browser window
www.railsware.com  -  Custom web applications. Agile. Release every 2 weeks. Free quote! 
   Agile IT Management opens new browser window
WWW.NewRelic.com  -  Agile is not just for developers Manage apps in minutes with RPM 
  
 

Customers Who Bought This Item Also Bought

Programming Ruby: The Pragmatic Programmer's Guide, Second Edition

Programming Ruby: The Pragmatic Programmer's Guide, Second Edition

by Dave Thomas
4.6 out of 5 stars (7)  £21.11
Rails Recipes (Pragmatic Programmers)

Rails Recipes (Pragmatic Programmers)

by Chad Fowler
5.0 out of 5 stars (1)  £15.10
Agile Web Development with Rails (Pragmatic Programmers)

Agile Web Development with Rails (Pragmatic Programmers)

by Dave Thomas
Design patterns : elements of reusable object-oriented software

Design patterns : elements of reusable object-oriented software

by Erich Gamma
4.6 out of 5 stars (38)  £25.16
The Ruby Programming Language

The Ruby Programming Language

by David Flanagan
4.7 out of 5 stars (3)  £18.10
Explore similar items

Product details

  • Paperback: 558 pages
  • Publisher: Pragmatic Bookshelf; illustrated edition edition (15 Jun 2005)
  • Language English
  • ISBN-10: 097669400X
  • ISBN-13: 978-0976694007
  • Product Dimensions: 22.9 x 19 x 2.5 cm
  • Average Customer Review: 4.9 out of 5 stars  See all reviews (8 customer reviews)
  • Amazon.co.uk Sales Rank: 261,356 in Books (See Bestsellers in Books)

    Popular in these categories:

    #25 in  Books > Computing & Internet > Computer Science > Software Design, Testing & Engineering > Agile Programming
    #80 in  Books > Computing & Internet > Networking & Security > Network Topics > Intranets & Extranets
  • See Complete Table of Contents

Product Description

Review

"It's early days for the language so it's no surprise there's only a handful of books out there. Yet it's hard to see why you would need anything more than Agile Web Development with Rails. Programming books, in particular, rarely seem to answer queries straight away, but this one tackles the myths surrounding Rails straight off, and in plain English. But don't panic, it's not a Dummies guide - it will teach you how to use Rails to eliminate tedious web app configuration and, crucially, how to integrate it into AJAX." .NET, December 2005


Product Description

Rails is a full-stack, open source web framework that enables you to create full-featured, sophisticated web-based applications, but with a twist... A full Rails application probably has less total code than the XML you'd need to configure the same application in other frameworks. With this book you'll learn how to use ActiveRecord 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, implement web services, and create dynamic, user-centric web-pages using built-in Javascript and Ajax support. There are extensive chapters on testing, deployment, and scaling. You'll see how easy it is to install Rails using your web server of choice (such as Apache or lighttpd) or using its own included web server. You'll be writing applications that work with your favorite database (MySQL, Oracle, Postgres, and more) in no time at all. You'll create a complete online store application in the extended tutorial section, so you'll see how a full Rails application is developed---iteratively and rapidly. Rails strives to honor the Pragmatic Programmer's "DRY Principle" by avoiding the extra work of configuration files and code annotations. You can develop in real-time: make a change, and watch it work immediately. Forget XML. Everything in Rails, from templates to control flow to business logic, is written in Ruby, the language of choice for programmers who like to get the job done well (and leave work on time for a change). Rails is the framework of choice for the new generation of Web 2.0 developers. Agile Web Development with Rails is the book for that generation, written by Dave Thomas (Pragmatic Programmer and author of Programming Ruby) and David Heinemeier Hansson, who created Rails.

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
ruby
ruby on rails
rails
programming
agile
web development
ror
framework
ajax
web
pragmatic programmer

Your tags: Add your first tag
 


 

Customer Reviews

8 Reviews
5 star:
 (7)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.9 out of 5 stars (8 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
22 of 22 people found the following review helpful:
5.0 out of 5 stars Rails is changing the industry, 17 Aug 2005
By Mr. Peter Cooper (Louth, Lincolnshire) - See all my reviews
(REAL NAME)      
If you're a good Rails developer with experience, you won't lack for work nowadays (I am looking for people all the time it seems). This book has everything you need to become a good Rails developer. The experience bit is left as a reader exercise.

The cute thing about this book is how it was developed. A few months ago it was released in a "beta" PDF form and sold to early adopters. The beta readers sent back lots of corrections, suggestions, and so forth.. and, wow, the book has undergone radical changes. It's precise, it's correct, and it's totally "canon" on the standards of developing in Ruby on Rails. It ought to be though, the developer of Rails is a co-author!

I'm not going to go into what Rails is, or even what it does, as you shouldn't be here unless you know. If you need more information, go to the official Rails site which goes into it all in detail. But, this book is ace. You will not be wasting your money here if you want to be involved in the next massive thing in Web development. Put down your PHP books, and get involved in the exciting world of Rails.. your bank manager will thank you.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5 of 5 people found the following review helpful:
5.0 out of 5 stars Great - but buy version 2, 30 Oct 2006
By Kenneth Wheatley "birchanger" (Birchanger, UK) - See all my reviews
(REAL NAME)   
Books on programming are often poor, using pointless examples and making unrealistic assumptions about your familiarity with the environment you're working in. This book is different. You work through the book developing a very satisfying, fully-featured application in a short time in such a way that you learn all that's important about using RoR in an agile manner.

If you run into a problem then the publisher's site has a comments/errata board and very comprehensive downloadable examples of the solution you're trying to develop at every stage. I've not tested it but I'm sure the authors would respond personally if you needed them to.

However, RoR is fast-moving. The second edition is in beta and it's very good indeed, making more use of things like Rake database migration and Ajax. I'd wait for that (or buy the beta now) if I were you.

Then you can review it yourself and give it six stars.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 3 people found the following review helpful:
5.0 out of 5 stars Truely the definitive and complete guide to Rails., 31 Oct 2006
By C. Thatcher (UK) - See all my reviews
(REAL NAME)   
Great read, excellently written, even covering the more advanced topics very efficiently and clearly. This book IS the bible for rails, look no further.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

4.0 out of 5 stars Lovely book to learn rails
This book is very well written, easy to read and covers everything you need to know to get productive with Rails. Read more
Published on 4 Jun 2007 by Craig Taverner

5.0 out of 5 stars Excellent
This book is a superb hands-on guide that will get you started with Rails in no time.
Published on 6 April 2006

5.0 out of 5 stars IT jobs devalued
excellent framework for exceptional language that will make IT developers less smug about it all! great book with authority and clarity
Published on 24 Mar 2006 by Panos

5.0 out of 5 stars Rails is fantastic!
If you want to develop using Ruby on Rails... there's no doubt about it, you need this book. An incredible book for an incredible framework.
Published on 22 Aug 2005 by Paul Livingstone

5.0 out of 5 stars Great book on Rails
Ruby on Rails is a pretty young technology. Its first release was midway 2004, and it has been gathering momentum since late 2004. It has yet to see its official 1.0 release. Read more
Published on 18 Aug 2005

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.