Synchronising two Rails apps
Sunday, May 6th, 2007
I’ve recently been looking into how to synchronise two Rails applications together, one will be the master, the other the slave. When a record gets created/updated/deleted in one db, I want it to do similarly in the other. Why am I doing this? So I can have a Rails application on the client side with […]