In a new venture, I need a simple application to stay in place if the internet connection is lost. Can someone explain me how to do this?
I had thought about using the HTML5 persistence features in case of connection loss, and somehow I still do not know, synchronize between the server and client databases when the connection is retrieved. But here's the question. How to do this using Rails?
I found some examples, but they are with static files referenced in the html5 cache manifest ... I do not know if it would be the same in rails. I have not tested it yet: (
Any ideas?