or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
30 used & new from £16.88

Have one to sell? Sell yours here
 
   
Simply Rails 2
 
See larger image
 

Simply Rails 2 (Paperback)

by Patrick Lenz (Author)
4.7 out of 5 stars  See all reviews (3 customer reviews)
RRP: £31.49
Price: £19.50 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £11.99 (38%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 1 left in stock--order soon (more on the way).

Want guaranteed delivery by Wednesday, November 11? Choose Express delivery at checkout. See Details
22 new from £16.88 8 used from £18.74

Special Offers and Product Promotions


Frequently Bought Together

Customers buy this book with The Ruby Programming Language by David Flanagan

Simply Rails 2 + The Ruby Programming Language
Price For Both: £38.10

Show availability and shipping details


Customers Who Bought This Item Also Bought

Advanced Rails Recipes: 84 New Ways to Build Stunning Rails Apps: 72 New Ways to Build Stunning Rails Apps (Pragmatic Programmers)

Advanced Rails Recipes: 84 New Ways to Build Stunning Rails Apps: 72 New Ways to Build Stunning Rails Apps (Pragmatic Programmers)

by Mike Clark
4.0 out of 5 stars (1)  £16.75
The Ruby Programming Language

The Ruby Programming Language

by David Flanagan
4.7 out of 5 stars (3)  £18.60
Head First Rails: A learner's companion to Ruby on Rails

Head First Rails: A learner's companion to Ruby on Rails

by David Griffiths
4.6 out of 5 stars (5)  £23.45
Agile Web Development with Rails (Pragmatic Programmers)

Agile Web Development with Rails (Pragmatic Programmers)

by Sam Ruby
5.0 out of 5 stars (2)  £25.49
Rails Recipes (Pragmatic Programmers)

Rails Recipes (Pragmatic Programmers)

by Chad Fowler
5.0 out of 5 stars (1)  £15.60
Explore similar items

Product details

  • Paperback: 472 pages
  • Publisher: SITEPOINT; 2 edition (16 Jun 2008)
  • Language English
  • ISBN-10: 0980455200
  • ISBN-13: 978-0980455205
  • Product Dimensions: 22.6 x 17.8 x 2.8 cm
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon.co.uk Sales Rank: 54,024 in Books (See Bestsellers in Books)

    Popular in these categories:

    #92 in  Books > Computing & Internet > Computer Science > Software Design, Testing & Engineering
    #92 in  Books > Computing & Internet > Software & Graphics > Software Design & Development

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Simply opens new browser window
www.simplytravel.co.uk  -  Unique European holiday properties. Great holidays off the beaten track 
   Rack 2 Sale opens new browser window
SupaPrice.co.uk/Rack+2  -  Save big on Rack 2. Rack 2 up to 62% off! 
   Tegometall Shelving UK opens new browser window
www.off-the-shelf.net  -  30% discount on all Tegometall 'Spur' available. Next-day delivery 
  
 

Product Description

Product Description

Want to learn all about Ruby on Rails 2.0, the web application framework that is inspiring developers around the world? The second edition of this practical, hands on book will: show you how to install Ruby on Rails on Windows, Mac, or Linux walk you, step by step, through the development of a Web 2.0 social news application, just like digg.com show you how to test, debug, benchmark, and deploy your Rails application Unlike other Rails books, this book doesn't assume that you are an experienced web developer, or that you've used Ruby before. An entire chapter is devoted to learning Ruby in a fun way, using the interactive Ruby console, so you can follow along at home. You'll be an accomplished Ruby programmer in no time! The example application that the book builds - a user-generated news web site - is built upon with each following chapter, and concepts such as sessions, cookies and basic AJAX usage are gradually introduced. Different aspects of Rails, such as user authentication, session cookies, and automated testing are explored with each feature that is added to the application. The book finishes with chapters on debugging, benchmarking and deployment to a live web server. By the end of the book, you'll have built a fully-featured Web 2.0 application and deployed it to the Web. And all code is up-to-date for Rails 2.0, so you can begin coding immediately with the latest version of Rails. What Will You Learn? This book will teach you how to: Program with confidence in the Ruby language. Build and deploy a complete Rails web application. Exploit the new features available in Rails 2. Use Rails' Ajax features to create slick interfaces. Reap the benefits of abest-practice MVC architecture. Work with databases easily using ActiveRecord. Implement RESTful development patterns and clean URLs. Create a user authentication system. Use object oriented concepts like inheritance and polymorphism. Build a comprehensive automated testing suite for your application. Add plugins to easily enhance your application's functionality. Use migrations to manage your database schema without data loss. Achieve maximum code reuse with filters and helper functions. Debug your application using the ruby_debug client. Analyze your application's performance using the Rails logging infrastructure. Benchmark your application to determine performance bottlenecks. And a whole lot more


About the Author

Patrick Lenz has been developing web applications for 10 years. As well as being the founder and lead developer of the freshmeat.net software portal, his Rails consultancy and application development company, limited overload, was responsible for a major relaunch of eins.de, which is now one of the most popular Ruby on Rails sites in Europe.

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(3)

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

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

 
2 of 2 people found the following review helpful:
5.0 out of 5 stars I like it, 27 Jan 2009
By R. Venancio "rmvenancio" (Lisbon, Portugal) - See all my reviews
(REAL NAME)   
The book is well organized. The author begins with instructions on installation and to share concepts of OOP. The explanation of Ruby is explicit and efficient. I suggest this book to all that starting learning Rails.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4.0 out of 5 stars A good accessible intro to a potentially complicated subject., 16 May 2009
By bookgeek (York, UK) - See all my reviews
This book manages to strike the balance between being simple enough to be an entry-level introduction to Ruby and Rails, but without dumbing down so far that what you learn isn't useful in a practical sense. As such, it's one of the better options if you're looking for a starting point.

It does require a certain amount of prior knowledge around general programming, but it starts with a useful intro to Ruby before diving into Rails itself. Like many Rails books, it's built around creating a sample application - in this case, a Digg clone - but the examples are transferable enough to be applicable for other projects. It's stronger on the "how" of building an application than the "why" - which is why I think you'll get the most from this book if you've played around with a bit of programming before - but there are quick primers on things like object orientation and MVC patterns, so it's not completely in at the deep end.

Plus points are the clear writing style - it's conversational, but without the laboured humour that you sometimes find; and the fact that best practices like REST and testing are introduced from the outset and not treated as optional extras. It also brings in other topics such as Ajax and deployment, so it covers (at a basic level) most of the core topics that you'll eventually need to become an effective Rails developer.

The downsides are that it's only an introduction to the subject, so you'll probably need to back this up with something more in-depth (although that could equally be seen as a strength if an introduction is what you're looking for). The flipside to this is that the Rails world moves so rapidly that attempting to cover absolutely everything would very quickly go our of date. There's also quite a few errors in the code samples, so it's worth checking the errata section on the Sitepoint site as you go along.

Overall, I preferred this to the titles from the Pragmatic series. If you're looking for an accessible intro to Rails that will start you off with what you need to know, this is worth a look.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5.0 out of 5 stars Much better for beginners than pragmatic book., 4 May 2009
I think all new Ruby/Rails newbies go to Pragmatic Programmers books to get started. I would suggest they consider this book instead. I am an experienced developer and have gone the PP book route. The books are good but hard going. Too little practical and too much information.

This book is one long tutorial but broken up in to logical, small steps that ensure you don't get (too) lost. I have been making much better progress and understanding with this book than any other on the Rails 2 topic.

Note: it only has a basic section on Ruby at the start. Enough to get going but you will probably want something more in the long run.

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


Share your thoughts with other customers: Create your own review
 
 
 
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.