ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Ruby Pocket Reference, 2nd Edition
Author:
Michael Fitzgerald
ISBN:
978-1-491-92601-7
Publisher:
O'Reilly (2015)
Pages:
216pp
Price:
£9.99
Reviewer:
Ian Bruntlett
Subject:
Appeared in:
28-2

Reviewed: May 2016

I bought this book for two reasons. One, to act as an aidemémoire when coming back to Ruby after programming in other languages. Two, to act as a concise overview of the language whilst I also make my way through the more detailed work, The Ruby Programming Language.

So, what does this book cover? I’ll give a brief rundown here. It covers using Ruby and supporting software (Ri, Rake, RubyGems), the language in general and an introduction to some key Ruby library references. I found the glossary to be useful and the list of Ruby resources (books and websites) to be very useful as well.

A few things I noticed. In parts it has references to the ruby-doc website for more information – quite useful. It would have been helpful if it had a) mentioned the basics of debugging Ruby programs b) a separate index for method names and c) if the Ruby Operator’s table listed the associativity of the operators as well.

On the whole, this book did what I expected it to do. This book is essentially a springboard into Ruby programming but needs to be complemented by other works.