2
votes
5answers
206 views
Any thoughts on Multi-tenant versus Multi-database apps in Rails
Our app currently spawns a new database for each client. We're starting to wonder whether we should consider refactoring this to a multi-tenant system.
What benefits / trade-offs should we …
