This item is not eligible for Amazon Prime, but millions of other items are. Join Amazon Prime today. Already a member? Sign in.

7 used & new from £12.99
See All Buying Options

Have one to sell? Sell yours here
 
   
Tell a Friend
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 (Author)
4.8 out of 5 stars  (17 customer reviews)

Available from these sellers.


7 used & new available from £12.99
Other Editions: RRP: Our Price: Other Offers:
Paperback (2) £28.50 £18.49 47 used & new from £12.00
 
   

Customers Who Bought This Item Also Bought

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

Programming Ruby: The Pragmatic Programmer's Guide, Second Edition: The Pragmatic Programmers' Guide by Dave Thomas

4.6 out of 5 stars (7)  £20.77
Rails Recipes (Pragmatic Programmers)

Rails Recipes (Pragmatic Programmers) by Chad Fowler

5.0 out of 5 stars (1)  £15.59
Pragmatic Version Control: Using Subversion (Pragmatic Programmers)

Pragmatic Version Control: Using Subversion (Pragmatic Programmers) by Mike Mason

4.7 out of 5 stars (3)  £18.99
Ajax on Rails

Ajax on Rails by Scott Raymond

5.0 out of 5 stars (1)  £19.95
RESTful Web Services

RESTful Web Services by Leonard Richardson

4.0 out of 5 stars (3)  £19.95
Explore similar items : Books (99)

Product details

  • Paperback: 450 pages
  • Publisher: Pragmatic Bookshelf (15 Jun 2005)
  • Language English
  • ISBN-10: 097669400X
  • ISBN-13: 978-0976694007
  • Product Dimensions: 22.6 x 18.8 x 3 cm
  • Average Customer Review: 4.8 out of 5 stars See all reviews (17 customer reviews)
  • Amazon.co.uk Sales Rank: 127,702 in Books (See Bestsellers in Books)

    Popular in this category:

    #20 in  Books > Computing & Internet > Computer Science > Software Design, Testing & Engineering > Agile Programming

    (Publishers and authors: Improve Your Sales)
  • Other Editions: Paperback (2) |  All Editions

  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

 (What is this?)
Agile Development
Singularity.co.uk/AgileDelivery    Deliver Agile Solutions in Compressed Timeframes with SPP 
UK Scrum Training
www.agilebear.com    Certified Scrum Master training throughout the UK and Europe 
Scrum Pattern Course 1day
www.Scrumr.us    Training for new ScrumMasters practical tips to get you started 

Product Description

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 D