I am new to Rails and need some help on this! Can we connect to a local database and production database simultaneously after the project has been deployed to production ??
for example : My application when deployed to production, with a click of a button on the page, it should toggle between the usage of production database and the user's local database.Is that possible ?
Thanks!