using activerecord gem without using active record gem
- by Madjokr
Hi
I downloaded the active record library. I dont want to install it as gem in the system. I want to use that by requiring the lib like 'require "active_record"'
How to include the path of the source code of active record. So that I can make my program to execute.