[Rails] Re: Offline rails application

2016-07-31 Thread Neo Elit
I think you could look at patterns of a progressive web application. https://medium.com/@AdityaPunjani/building-flipkart-lite-a-progressive-web-app-2c211e641883#.4zqhjwuvx flipkart mobile web application makes use of this. That's a life changing pattern for web apps but I

[Rails] Re: Offline rails application

2016-07-27 Thread amitoj singh
On Wed, Jul 27, 2016 at 5:25 PM, amitoj singh wrote: > http://guides.rubyonrails.org/caching_with_rails.html. Can I use this > in my application? If yes then how?. I want all my views(html) as well > as assets( stylesheet and Javascript) should work offline. I had use this It works for a few min