ruby module

Make any Ruby object Rack-friendly with Rackable

Ruby Inside  Mon, 07/20/2009 - 14:38

rackFrançois Vaux has recently published a Ruby module called Rackable which allows you to make any Ruby object Rack-friendly, providing it with a REST-like interface.


 

Access Ruby 1.9 Docs from the OS X Dictionary and Spotlight

Ruby Inside  Sat, 02/07/2009 - 21:11

ruby-spotlight-docs.pngPriit Haamer is an Estonia-based Ruby developer who has put together a "Ruby dictionary for Mac OS X." All you have to do is download the file he provides, unzip it into your ~/Library/Dictionaries folder (or create that folder and unzip it in there) and you'll be able to use the


 

Making Ruby Methods Immutable

Ruby Inside  Wed, 09/24/2008 - 15:48

puzzle_lock.jpgGarry Dolley has developed a Ruby module called "Immutable" (Github repository).

It allows you to make your methods immutable.