In Rails, how to copy some object between independent applications?

69 views Asked by At

We have 2 independent applications. We want to copy certain tables from one of the apps to the other. The ID of the objects being copied needs to be the same between both the apps.

Also only specific rows need to be copied between the apps.

Update: The 2 applications operate independently across different data=centers. In one of the apps, we create/update the object. Now we need to copy this exact same object across to the other app.

0

There are 0 answers