Search code examples
ruby-on-railsofflineoffline-cachingoffline-browsingweb-storage

How to do online/offline sync with a ruby on rails application?


Is there any way to do offline syncing with a rails project?

In other words, our client is using their site to show a photo gallery, but they need to be able to do it without an active internet connection. At any time, they can get back online - and download any new data - to be able to continue showing their gallery?

Thanks!


Solution

  • I have decided to use rack-offline, but no one answered it.

    It can be found at github if anyone is interested.