I know that you can put rails related gems such as activerecord in the
vendor directory, but what about other gems such as database adaptors?
I’d like to distribute sqlite3-ruby with a rails app and a
preconfigured database. Where could I put the already built
sqlite3-ruby gem?
Chris
I use this method :
http://www.erikveen.dds.nl/distributingrubyapplications/rails.html
works very good, i use the exe method , but you can also use the tar
method
Daniel
snacktime wrote:
I know that you can put rails related gems such as activerecord in the
vendor directory, but what about other gems such as database adaptors?
I’d like to distribute sqlite3-ruby with a rails app and a
preconfigured database. Where could I put the already built
sqlite3-ruby gem?
Chris