Wolverine Books
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Books » Object-Oriented Design » Simply Rails 2  
Categories
Books
DVDs
Music
Magazines
VHS
Food
Jewelry
Apparel
Sporting Goods
Outdoor
Subcategories
Internet & Education
Online Searching
Web Browsers
Web for Kids
Design Tools & Techniques
General
Information Systems
Methodology
Multimedia Information Systems
Mass Market
Trade

BlogRoll

Travel With Books

Related Categories
• 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
• Internet
Home Computing
Computers & Internet
Subjects
Books
• Software Engineering
Computer Science
Computers & Internet
Subjects
Books
• General
Programming
Web Development
Computers & Internet
Subjects
• General
Software
Computers & Internet
Subjects
Books
• SitePoint
By Publisher
Custom Stores
Specialty Stores
Books
• Illustrated
Edition (format)
Refinements
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books

Simply Rails 2

Simply Rails 2
Author: Patrick Lenz
Publisher: SitePoint
Category: Book

List Price: $39.95
Buy New: $21.37
You Save: $18.58 (47%)



New (27) Used (6) from $21.37

Avg. Customer Rating: 4.0 out of 5 stars 16 reviews
Sales Rank: 95237

Format: Illustrated
Media: Paperback
Edition: 2
Number Of Items: 1
Pages: 450
Shipping Weight (lbs): 1.7
Dimensions (in): 8.9 x 7 x 1.1

ISBN: 0980455200
Dewey Decimal Number: 005.117
EAN: 9780980455205
ASIN: 0980455200

Publication Date: May 1, 2008
Availability: Usually ships in 1-2 business days
Shipping: Expedited shipping available
Condition: Crisp clean and unread. No marks. Compare seller ratings. We offer excellent customer service.

Similar Items:

  • Advanced Rails Recipes
  • The Ruby Programming Language
  • The Rails Way (Addison-Wesley Professional Ruby Series)
  • Agile Web Development with Rails, 2nd Edition
  • Beginning Ruby: From Novice to Professional (Beginning from Novice to Professional)

Editorial Reviews:

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 a best-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



Customer Reviews:   Read 11 more reviews...

4 out of 5 stars Great book for RoR beginner!   September 29, 2008
Using this book for my class, find it is easy and detail for a beginner in RoR!


4 out of 5 stars Easiest to Read Tech Book   September 14, 2008
 1 out of 2 found this review helpful

I have read the forward and the first three chapters of this book. I am not all the way through it yet. However, thus far it has been the most enjoyable technical book I have yet read. I have learned several languages from books, and this book teaches you how to program in a fun way. The book is written more like the instruction manual for a video game than it is written like a programming textbook.
As I wrote before, I am only three chapters in, but I am excited to keep going. The book makes Ruby feel like a fun and exciting language and I am looking forward to the next chapter.



3 out of 5 stars Beginner book only   September 1, 2008
 1 out of 2 found this review helpful

This book is useful for those who need to be taken by the hand, and taken step by step. After going thru the book, you have built a simple web site, but are not able to build your own. If you are brand new to Ruby on Rails, this may be your starter book, but will need to follow up with Agile Web Development with Rails.


4 out of 5 stars very lucid explanation; book has some limitations   August 28, 2008
 1 out of 1 found this review helpful

THis is one of hte best beginner web app books i have ever seen (I've read books on rails, PHP , django, Zope, but not too much on .NET, ASP or java). The author takes the approach that he will introduce one coherent topic at a time thoroughly, with as little source code as possible, without digressions, exceptions or comparisons to other languages (perl, PHP, java). This he does admirably.

If i had to comment on the books limitations, i would say that there are a lot of topics that are glossed over: CSS, regular expressions, security. e.g. page 175, "regexs are confusing". I would've said that regex's are important in rails: validations, generating URL slugs, etc, and there are a lot of good resources, and also verbose mode to make them more readable. The book is pretty well indexed but "regular expressions" doesn't appear in index. p 329, you're shown how to take user input and display back in view *without* sanitizing. This is absolutely something you do not want to show in a beginner rails book. There's no mention of XSS, SQL injection, other security issues in the book, as far as i can tell. Something analogous is on p 258, where plain text passwords are stored to database, along with text that says this is not a great practice. The text should say "If you try to put this code into production, you'll probably be fired".

When you finish reading this carefully, you still won't know enough to look up issues in teh Rails Way book, which is where a aspiring Rails developer needs to be to find work. The book doesn't provide the next steps, e.g. never mentions the most often used rails plugins, ImageMagick, acts as solr/ferret, restful_auth, etc, doesn't mention any browser issues or DBMS issues. (Chap 10 covers acts_as_taggable on steroids pretty thoroughly)

But for somebody who's never done web apps, this book would have a much high comprehension rate than most others (the Dummies rails book was good, but now outdated). So for target demographic, highly recommended.

I would also say that the book's ruby overview is kind of inadequate (rails books either do a handholding ruby in 25 pages chapter, or a detailed view of metaprogramming, gotchas and edge/corner cases). I prefer the latter (as in Ediger "advanced Rails" and Rappin "Professional Rails", both superb books)



3 out of 5 stars A great start, but not comprehensive   August 12, 2008
 3 out of 4 found this review helpful

This book is a great start, but you won't be able to write applications in Ruby on Rails by the end of it.

Let me refine that: you will be able to write one Ruby on Rails application by the end of it. The book walks you through creating a program that works like Digg. The book explains well everything that you need to do to write this one program, and introduces you to the basics of RoR architecture and how RoR works. I followed the instructions and understood everything that was going on.

However, once you have finished this book and written your Digg-like program, there is no guidance for where to go next. There isn't a chapter on "Further Resources" or "Where to go from here" or anything at all - you're just stuck with your little Digg-imitation. Not only that, but the book tends to introduce information in a rather haphazard order. From a pedagogy standpoint, the order in which information is presented makes a lot of sense. But it makes the book useless as a reference manual, or even as a model for how to do your own project.

It's fine as a first step and as an introduction to Ruby on Rails, especially since at the moment it's the only thing in print about Rails 2.x. But you will have to read other books before you can be a competent RoR programmer.


Powered by Associate-O-Matic

Contact Wolverine Books