From: Horacio Sanson Date: 2005-11-21T12:33:23+09:00 Subject: Active Record without rails I read somewhere in this list (or so I belive since I can't find the post) that it is possible to use the powerful ActiveRecord class of Rails without rails... I have my little script that access a database (MS SQL) and I have seen what rails ActiveRecord can do but this is not a web app, a simple script that reads/writes records in a database. I want ActiveRecord to make my life easier managing these records. I have searched around but I can't find a how to on how to use ActiveRecord without rails. Is there any howto or example code around? any resources are welcome, thanks Horacio