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
On Jun 10, 8:30 am, Sergio A. [email protected]
Sergio A. wrote:
How works Rails if I want to do 2 aplications thath use the same
database, I don’t know how to manage the migrations.
It might take some extra book-keeping on your part if you ever want to
support caches in your applications.