I am currently creating a web application using Ruby On Rails with ActiveScaffold. And I would like to know if there is any plugin / library that would allow my Rails application to work offline, for example. the user can view some data and make changes while the user disconnects, after the user connects to the network again, the data will simply be synchronized.
source share