I have two instances of a intranet Rails application running on
different networks. The database design for each
is the same, but the data is different.
I occasionally need for certain database records to be copied from
application to another.
I would like to serialize the records and send the data to the 2nd
application’s web server , where
a controller action would unserialize the records, process them and
store in the 2nd database.
I am not sure how to do this. Any ideas?
Regards,
Don Mc