Re: [Rails] Re: Rails Database Configuration

2010-05-18 Thread Joshua Martin
I see. It's not the fact that I want the data to be separated that made me consider multiple DBs, it's the fact that I want the user to be able to make a full SQL or CSV backup of his account that can be restored from within my application or into another database. Perhaps the better question is,

[Rails] Re: Rails Database Configuration

2010-05-18 Thread Marnen Laibow-Koser
Joshua Martin wrote: > I'm building an application in which I'd like groups of users to have > their > own dedicated MySQL/SQLite database for the application. > > How can I configure Rails so that ActiveRecord uses that group's > dedicated > database from the start? That question comes up fair