Re: [Rails] Rails 3 application capable of generating an offline version of itself for download as zip archive

2013-06-24 Thread Paul
It sounds like you might want to implement an offline app instead. There is browser support in most browsers for appcache to make all your assets available offline, and there is the javascript call navigator.onLine that will tell you if you are offline or not. You'll have to create and maintain an

Re: [Rails] Rails 3 application capable of generating an offline version of itself for download as zip archive

2013-06-17 Thread Tamara Temple
Hernán Lucas P. wrote: > I'm kinda newbie in RoR yet and I'm having a hard time trying to figure > out how should I implement this. I'm writing an application to store and > display information about insects and their distribution. Currently I > have almost all functionality implemented, except fo

[Rails] Rails 3 application capable of generating an offline version of itself for download as zip archive

2013-06-13 Thread Hernán Lucas P.
I'm kinda newbie in RoR yet and I'm having a hard time trying to figure out how should I implement this. I'm writing an application to store and display information about insects and their distribution. Currently I have almost all functionality implemented, except for a **very** important one: The