I have a selection of relatives that want to buy me Christmas presents, sadly I can think of only 3 things that I really need (I'm a pretty content person).

However, it occurred to me that I want to learn Ruby a little at some point and getting a Dead tree version of a Ruby book would be useful for that.

As such I'm looking for suggestions for books that I can stick on my Christmas list to learn Ruby.

If anybody has suggestions for other cheapish items that I may not even know I want then feel free to add them too.

link|improve this question
wiki... this poll please. And Programming Ruby is real handy. – Gishu Dec 4 '08 at 12:21
It's wikied, forgot to do that. – Teifion Dec 4 '08 at 12:25
feedback

11 Answers

up vote 7 down vote accepted

Programming Ruby, The Pragmatic Programmers Guide, by Dave Thomas with Chad Fowler and Andy Hunt.

http://www.pragprog.com/titles/ruby/programming-ruby

link|improve this answer
You can also get this in a pdf version, so don't have to worry as much about a dead tree. – Aaron Hinni Dec 4 '08 at 13:28
I picked up a used copy of the 2nd edition for $8 on Amazon. The book is in perfect condition. But also keep in mind, half the book is simply the API documentation for the standard library. – mwilliams Dec 4 '08 at 14:43
feedback

The Ruby Programming language The Ruby Programming Language was nice, recommended.

link|improve this answer
feedback

I know Why's (Poignant) Guide to Ruby is a free download. But if someone were to print it and bind it nicely, it would make a lovely gift for a certain kind of person. (I would be delighted to receive it!)

I'm not sure it's the most efficient way to learn Ruby, but it's a lot of fun.

Edit: I see it's available on Lulu - it's not clear whether the beneficiary is the original author or not.

link|improve this answer
feedback

The Ruby way, second edition is my recent favourite. It recieved a strong 9 (out of 10) on Slashdot.

link|improve this answer
feedback

While most people will tend to recommend "Programming Ruby" (The Pickaxe) - I find the book not very successful at actually teaching Ruby and the Rubyisms that exist. Granted it's a great book, and it's on my shelf right now - I use it as an language reference all the time. Regardless of your programming level with other languages, I have found great success in recommending Peter Cooper's "Beginning Ruby" to people starting out with Ruby. Get the Pickaxe afterward as it functions as a great reference. Matz's O'Reilly book is also great but I find it can be over some people's head if that's the first one they jump on.

While not a book you might consider joining in on the Free Ruby classes from Ruby Learning (http://rubylearning.org/class/) - you could probably even get started before Christmas without spending any money.

link|improve this answer
feedback

"If anybody has suggestions for other cheapish items that I may not even know I want then feel free to add them too."

RAM is pretty cheap now.... and its a gift that keeps on giving.

link|improve this answer
My computer has all the RAM slots filled up (both good and bad) – Teifion Dec 4 '08 at 12:26
so you're saying they should buy you a new motherboard, right? :D – rmeador Dec 4 '08 at 12:28
I have a 2 year old Macbook Pro so basically I'd need a whole new computer but it's actually holding up really well, been a really good investment. – Teifion Dec 4 '08 at 12:31
"so you're saying they should buy you a new motherboard, right? " Only if you're a sucker like me with a board with a 2GB max :) – Giovanni Galbo Dec 4 '08 at 14:59
feedback

The Well-Grounded Rubyist is my favorite.

link|improve this answer
As a primarily .Net developer, I found this book quite easy to grok. Keep in mind that it's more focused on the language itself and does not dive into the API. The samples I tried worked with IronRuby. – Kevin Pullin Dec 24 '09 at 5:05
feedback

The Ruby Way

Amazon Link

and

Design Patterns in Ruby

Amazon Link

And of course, the Picaxe, which has been mentioned above (but like I commented, half the book is simply the API for the standard library. A book like The Ruby Way might get you more bang for your buck at 888 pages).

link|improve this answer
feedback

Definitely "The Ruby Programming Language". I have this one as well as the PickAxe. PickAxe is fine for learning how to program using the Ruby language i.e. good tutorial on variables, loops, etc., but will not show you how to code effectively using Ruby. "The Ruby Programming Language" is similar in style to the "C programming language book (http://en.wikipedia.org/wiki/The_C_Programming_Language_(book)) i.e. it explains the how the language should be used. It's somewhat terse, but has very good examples and code. Basically, PickAxe is a good intro book, but if you want to get serious learning Ruby, then you'll need to get "The Ruby Programming Language".

link|improve this answer
feedback

Programming Ruby aka "The Pickaxe book" by Dave Thomas is definitely worth your money if you want to have a good understanding of Ruby.

link|improve this answer
feedback

Depends on your learning style, of course, but if you want to dive in with a few well-worked practical examples, I highly recommend Everyday Scripting with Ruby by Brian Marick. It's a great introduction to the language with some good practical examples. Combined with the Pickaxe book others have mentioned (which is more of a language reference), you should be good to go.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.