Two aplications one database

How works Rails if I want to do 2 aplications thath use the same database, I don't know how to manage the migrations.

You'll have to choose one of the projects to be the main one and manage the migrations from there.

We were in this situation before but over time our 2 applications started to share many stuff and made more sense as one. We ended up merging it.

Regards, Leonardo Borges www.leonardoborges.com