From: J2M Date: 2006-11-13T23:10:06+09:00 Subject: Re: need a new Ruby book? Peter Booth wrote: > 1. Ruby for Rails by David Black (It explains Ruby in away that I could > grok) > 2. Ruby Cookbook > 3. Programming Ruby (2nd edition - I keep this one at work and v1. at > home as references) I second these. Davids book is the best IMHO for getting to grips with the works of Ruby. Ruby cookbook is great for giving you ideas on how to solve common problems. And the pickaxe (3) is the reference to fall back on. James