I have a small ruby script in which I\'d like to use ActiveRecord to easily access a database model. What is the best way to do it?
It's worth noting that in later versions of activerecord (v3+) you need to require it like so
require "active_record"