acts_as_syncable - Rails plugin to sync lots of databases
Sunday, May 20th, 2007
Well, I’ve been developing this plugin for a while now, and here it is! The use case I have for this is client side Rails applications that sometimes need to be offline.
The plugin allows one ‘master’ db to sync with unlimited ’slave’ databases. Records created/updated/deleted on the client will also be updated on the slave […]