Rails Utils

This is just a collection of utility classes and adaptations for Rails that I’ve come to use on occasion. I’ve been torn between bunching them up or releasing them in smaller packages, but came to the realization that I’d better not put a gazillion 12-line gems out there. My sanity will break first.

Installation

Install like a rails plugin, either by:

script/plugin install git://github.com/bits2life/rails_utils.git

… or load the gem in your environment.rb:

config.gem 'bits2life-rails_utils', :source => "http://gems.github.com", :lib => "rails_utils"

If you choose the latter, also make sure you install the gem.