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!
Customer Reviews
Average Rating:
Rating: - Teaches Ruby using Rails
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 ... Read More
Rating: - More Ruby Less Rails
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 ... Read More
Rating: - Very weak
This is primarily a book about Ruby, very little Rails content, and certainly nothing at a deep-dive level about Rails.
Rating: - Solid explanations of important concepts
There are some core books one should have when working with Ruby and Rails. This is one of them. Many reviews have already been written about this book, some good, some not so good. Regardless, I won't rehash what they said. The two cents I'm throwing in is this: I like the way David explains things. It gives you a better understanding of the topic, and the more you *understand*, the less you have to remember.
Rating: - Disappointed...
I am new to rails. Before we can do any exercises or practices that come with the book we need to setup the environment correctly. There is no help for this part but instead the author asks you to search the answer on the internet. I read many technical books before but this is the first time I get very frustrated only at chapter 2.