using activerecord gem without using active record gem
Posted
by Madjokr
on Stack Overflow
See other posts from Stack Overflow
or by Madjokr
Published on 2010-04-13T15:19:42Z
Indexed on
2010/04/13
15:23 UTC
Read the original article
Hit count: 623
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.
© Stack Overflow or respective owner