Product Details
Ruby for Rails: Ruby Techniques for Rails Developers

Ruby for Rails: Ruby Techniques for Rails Developers
By David Black

List Price: $44.95
Price: $29.67 & eligible for FREE Super Saver Shipping on orders over $25. Details

Availability: Usually ships in 24 hours
Ships from and sold by Amazon.com

60 new or used available from $8.10

Average customer review:

Product Description

-The word is out: with Ruby on Rails you can build powerful Web applications easily and quickly! And just like the Rails framework itself, Rails applications are Ruby programs. That means you can't tap into the full power of Rails unless you master the Ruby language.

Ruby for Rails, written by Ruby expert David Black (with a forward by David Heinemeier Hansson), helps Rails developers achieve Ruby mastery. Each chapter deepens your Ruby knowledge and shows you how it connects to Rails. You'll gain confidence working with objects and classes and learn how to leverage Ruby's elegant, expressive syntax for Rails application power. And you'll become a better Rails developer through a deep understanding of the design of Rails itself and how to take advantage of it.

Newcomers to Ruby will find a Rails-oriented Ruby introduction that's easy to read and that includes dynamic programming techniques, an exploration of Ruby objects, classes, and data structures, and many neat examples of Ruby and Rails code in action. Ruby for Rails: the Ruby guide for Rails developers!

What's Inside

  • Classes, modules, and objects
  • Collection handling and filtering
  • String and regular expression manipulation
  • Exploration of the Rails source code
  • Ruby dynamics
  • Many more programming concepts and techniques!


  • Product Details

    • Amazon Sales Rank: #197155 in Books
    • Published on: 2006-05-11
    • Format: Illustrated
    • Number of items: 1
    • Binding: Paperback
    • 532 pages

    Editorial Reviews

    About the Author
    A Ruby community leader, David A. Black is a director of Ruby Central, the parent organization of the annual International Ruby Conference (RubyConf) and the International Rails Conference. David is a Ruby core contributor and the creator and maintainer of the Rails-based Ruby Change Request Archive (RCRchive). He lives and works as a consultant in New Jersey.


    Customer Reviews

    Teaches Ruby using Rails4
    Approaching this book, I wasn't quite sure where the emphasis lay, and who this was aimed at. To be clear then, I recommend this book to an intermediate Ruby programmer, who is interested in using examples from Rails to help cement their learning. It would also probably help to have the vaguest idea of what Rails is, and the sorts of web apps it's useful for. If you're an existing Rails developer, this is a great way to get a better understanding of what's going on, but it's not a tutorial on Rails for a complete newbie, nor does it provide advanced Rails practices.

    Unlike many programming books, which focus on procedural programming before building up to classes, RfR is admirably object oriented in focus from the word go. It's quite impressive that conditionals aren't introduced until about 200 pages in. Also notable is the chapter on metaprogramming, which is very good. If you felt a bit short-changed by the coverage of this subject in The Pickaxe, this is much better.

    Material on Rails top and tail the book: the first part introduces Rails by building a simple web app, and the final chapters rejig it with enhanced models, views and controllers, based on the Ruby material in the middle.

    In short, this is more of a Ruby book than a Rails book, and I was very happy with that. This is well worth getting even if you have no interest in web apps.

    More Ruby Less Rails3
    Another review for this book uses the perfect word: Wordy!

    The book reads like it was written for, either somebody completely new to programming, or somebody who can't read. My gripe isn't so much the content, but how it is presented. I found myself skipping many paragraphs because the author goes over the same thing multiple times, not trusting that the reader got the point the first time around.

    I'd give this book 4 stars if it was half as short, and there's no reason it couldn't be. Why not 5 stars? Because the content is, like other reviews say, primarily centered around Ruby, with too little about Rails to comfortably use 'rails' in the title.

    It's a good Beginning-Ruby book, and it has some good info about both Ruby and Rails, but I would have preferred getting a book dedicated specifically to Ruby, and another book dedicated specifically to Rails.

    Very weak1
    This is primarily a book about Ruby, very little Rails content, and certainly nothing at a deep-dive level about Rails.