[Rails] Database Adapters Not Found

Alexey Verkhovsky alex at verk.info
Fri Nov 12 13:53:52 GMT 2004


Curt Sampson wrote:

>Oh, the other question is, of course, what is the canonical way to make sure
>that my local stuff gets included? I just added
>
>    $:.unshift("/path/to/my/stuff")
>
>to config/environments/shared.rb; do folks have other suggestions?
>  
>
Either that (you do it in config/environments/shared.rb and it is more 
readable is you add it to the ADDITIONAL_LOAD_PATHS array), or put your 
stuff to ./lib directory.

I don't know about the version you are using, but CVS HEAD doesn't force 
you to have SQLite installed.

Alex


More information about the Rails mailing list