I am currently building a web application using Ruby On Rails with ActiveScaffold. And I would like to know whether there is any plugin/library which would make possible to enable my Rails application to work offline e.g. the user can browse some of the data and make changes while the user is disconnected, after the user gets online again the data would be simply synced.
Asked
Active
Viewed 1,442 times
1 Answers
5
Check out Ryan Bate's excellent Railscasts here:
Offline Apps Part 1 covers rack-offline
Offline Apps Part 2 covers jquery-tmpl and jquery-offline.
Or, read them on Asciicasts

jakeonrails
- 1,885
- 15
- 37