Learning Ruby
The Language that Powers Rails
Publisher: O'Reilly Media
Released: May 2007
Pages: 260
Description
Table of Contents
Product Details
About the Author
Colophon
Recommended for You
Recently Viewed
Learning the vi and Vim Editors, 7th Edition
By Arnold Robbins, Elbert Hannah, Linda Lamb
July 2008
Ebook: $27.99
Print & Ebook: $38.49
Print: $34.99
Big Book of Apple Hacks
By Chris Seibold
April 2008
Ebook: $27.99
Print & Ebook: $38.49
Print: $34.99
Mac OS X Leopard Pocket Guide
By Chuck Toporek
November 2007
Ebook: $11.99
Print & Ebook: $16.49
Print: $14.99
Customer Reviews

REVIEW SNAPSHOT®

by PowerReviews
oreillyLearning Ruby
 
3.0

(based on 9 reviews)

Ratings Distribution

  • 5 Stars

     

    (0)

  • 4 Stars

     

    (4)

  • 3 Stars

     

    (3)

  • 2 Stars

     

    (0)

  • 1 Stars

     

    (2)

Reviewed by 9 customers

Sort by

Displaying reviews 1-9

Back to top

(4 of 4 customers found this review helpful)

 
3.0

A good start, but needs work

By Forrest

from Cambridge, MA

About Me Sys Admin

Verified Reviewer

Pros

  • Concise
  • Easy to understand
  • Helpful examples

Cons

  • Too many errors

Best Uses

  • Intermediate
  • Novice

Comments about oreilly Learning Ruby:

I think this is probably one of the better starts in the "learning ruby" books out there. However, the book has several errors that can mislead.

The opportunity for a second improved edition is definitely called for - but O'Reilly says they have no plans, which I think is crazy - Ruby is fast becoming a very important language out there. Give the author the chance to improve his work. Everyone benefits.

(1 of 1 customers found this review helpful)

 
4.0

A good introduction, with a few annoying errors

By Forrest

from Undisclosed

Comments about oreilly Learning Ruby:

Overall, this is a very good introduction to the Ruby language.

There are, however, a few annoying errors (some reflected in the user-contributed Errata) that can throw a new user off. In particular, he doesn't often explain some of the functions he uses like "p" and its significance to other similar functions, which can be confusing.

Hopefully a second, expanded edition is in the works that will have these corrections and more material for the new user to learn from.

(1 of 1 customers found this review helpful)

 
3.0

Read the description and you'll get what you want from this book

By Matt Polito

from Undisclosed

Comments about oreilly Learning Ruby:

Learning Ruby is exactly what the title says. This book offers a great 'introduction' to Ruby as a fun, powerful language. Now I would say that as a Ruby user, I'm not quite advanced but not really a beginner. I would have to say that this book is definitely catered to someone very new to the Ruby world. The books author, Michael Fitzgerald, uses a very easy to read style of writing that, to me, made this read far easier than a normal technical book. He uses this same easy to follow/read style in Ruby Pocket Reference (http://www.oreilly.com/catalog/9780596514815/?CMP=AK) and Learning XSLT (http://www.oreilly.com/catalog/learnxslt/index.html) as well.

Inside you will find small easy to digest chapters that give a quick explanation on what you'll need to know such as: blocks, arrays, loops, functions. The basic stuff that will lay the groundwork. I believe that the books description may be the most accurate depiction of this book. It does not lie about it's intent. Going in you will know that this is a book that will show you how to get started and really primes you for other more in-depth books (The Ruby Way).

Personally I didn't really understand why at the end of the book you get an extremely brief introduction to Rails (http://www.rubyonrails.org) . The only reason I think is because on the cover you get a tagline of 'The Language That Powers Rails.' So they kind of needed to put something in there. That is really the only grief I found with the book. While doing some searching for other reviews of this book... I found that many people didn't like it, but I truly believe that those people may have already been using Ruby for a bit. Then of course this book would seem like a waste. It is what it is and that's a beginner's introduction.

Rated: *** out of 5

(2 of 3 customers found this review helpful)

 
1.0

I want my money back

By ShiroNanami

from Undisclosed

Comments about oreilly Learning Ruby:

When you have code like this:

[An example of rolling 2 dices]

r_1 = rand(6); r_2 = rand(6)

r1 = r1>0?r_1:1; r2 = r2>0?r_2:6

And a comment like this:

"...a little fancy footwork to make sure it does not return 0..."

These are signs that you just got duped.

Obviously the author isn't well-versed in Ruby.

No feedback, lots of errors, low on technical.

More importantly, this thin book has a price of a THICK book.

 
4.0

Should be titled: Learning Ruby *Fast*

By Scott Schram

from Undisclosed

Comments about oreilly Learning Ruby:

Michael Fitzgerald directs his book "Learning Ruby" to two audiences:

* "experienced programmers who want to learn Ruby"

For this audience, the book excels. The author suggests that experienced programmers "read the code, skim the explanations as needed". Ruby syntax is very readable, so this works very well. An experienced programmer could learn Ruby in about a day using this technique. You won't know every intricacy of the Ruby language, but you'll know enough to start reading and writing in the real world and where to look for more information.

* "new programmers who want to learn to program"

I think most new programmers would be comfortable with more explanation than this book provides. However, the examples are small, and with some hands-on using Ruby's interactive interpreter (irb) it might work for some.

Following the introduction to the Ruby language, the author includes:

More Fun with Ruby - a mixture of topics including sprintf (for formatting strings), XML handling libraries, RubyGems (a package utility for Ruby that provides access to a repository of re-usable libraries), rDoc (the Ruby documentation generator) and a light introduction to some other advanced topics.

A Short Guide to Ruby on Rails - a nice introduction, followed by a short tutorial.

A Ruby Reference.

A glossary of Ruby terms.

Throughout the book, the author points out planned additions to version 1.9 of the Ruby language. Those changes would not make this book obsolete.

 
3.0

Good, but buggy

By Anonymous

from Undisclosed

Comments about oreilly Learning Ruby:

I agree with a previous poster, there are several syntactical (and logical) bugs here. One of them doesn't take into account the requirement of parenthesis to arguments that appeared recently.

The lack of response to the bug reports is a bit of a turnoff, considering we paid for the book.

Also, though the book says this is available for free online for 30 days; when I checked, it was not (that's false advertising).

 
1.0

Buggy

By Virgininan

from Undisclosed

Comments about oreilly Learning Ruby:

The challenge for this book is not that it has errors, it is that their are little to no feedback on the errata page from the author, or responses to user submitted issues.

 
4.0

An introduction to Ruby

By Anonymous

from Undisclosed

Comments about oreilly Learning Ruby:

Having never been exposed to Ruby I decided on this book to begin learning the language. At first glance this book isn't a big overwhelming manual as is obvious from the number of pages, but rather a very achievable read that covers the necessary topics of learning a language.

The author starts out by discussing some basic commands, and an overview of the book. This first chapter also includes information on how to get and install Ruby on various operation systems.

By the second chapter the author is giving an overview of the Ruby language that gives the reader some idea of what to expect. And then its off to learning the syntax much as you would expect when learning any language.

For the curious the chapter subjects continue as follows. Conditional statements, strings, math, arrays, hashes, files, classes, more fun with Ruby (covers things like XML, Tk, RubyGems and Rdoc), and finishes up with a brief introduction to Ruby on Rails. The author also includes a great Ruby Reference as an appendix.

Check out the book online for more information:

http://www.oreilly.com/catalog/9780596529864/index.html

CONCLUSION

--

This is a simple book that does a great job of explaining to the reader the basics about Ruby. I liked this book and would recommend this book to those looking to learn Ruby or as a reference. I really liked this book, but I only gave it 4 stars because a 5 star rating means definitive and this is book is not a definitive reference, it is a basics book.

 
4.0

A Great Ruby Primer

By Dave Walz-Burkett

from Undisclosed

Comments about oreilly Learning Ruby:

If you are new to Ruby, there is an O'Reilly title you may want to check out: Learning Ruby by Michael Fitzgerald. This book is a short and concise introduction to the Ruby programming language that will help any Ruby newbie come up to speed quickly. At 238 pages, it is a light, easy read.

Experienced programmers will find a book that jumps right in and introduces language features one after another. The basics are covered in the first chapter, followed by a fairly comprehensive 'Quick Tour of Ruby' in the second chapter. After that, each chapter spends more time with a certain aspect of Ruby, like conditional operators, strings, math, arrays and hashes, files and classes.

The detailed chapters are followed by a chapter that covers some extras like processing XML, working with dates and times, reflection, metaprogramming, and exception handling among other topics. A final chapter takes a dip into the Ruby on Rails framework with a quick, 18 page tour.

The book finishes with a 'Ruby Reference' in Appendix A and the answers to the end-of-chapter questions in Appendix B. The Ruby Reference packs a lot of info into a handful of pages and is a great shortcut to the online documentation if the book happens to be next to your computer.

I enjoyed reading this book and the author's sometimes irreverent writing style.

Displaying reviews 1-9

Back to top

 
Buy 2 Get 1 Free Free Shipping Guarantee
Buying Options
Save a Tree - Go Digital  what is this?
Ebook: $27.99
Formats: DAISY, ePub, Mobi, PDF
Print & Ebook: $38.49
Print: $34.99