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.

link|improve this question

42% accept rate
feedback

1 Answer

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

http://asciicasts.com/episodes/247-offline-apps-part-1

http://asciicasts.com/episodes/248-offline-apps-part-2

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.