On Mar 16, 10:15 am, Anthony Gardner <[email protected]> wrote: > I'll be doing a deployment soon and looking ahead to the future, I was > wondering what people do with regarding putting a SQLite db in a non > standard place. > > The simplest solution to get it out of the app is to move it to another > directory and have rails find it at server startup. Where can I put ruby > code to prepend an absolute path to the :database entry in > config/database.yml.? The absolute path to the database will be different > from the machine where the application is being developed.
Add a symlink to the db file upon deploy? Fred -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

