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?
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?