Ruby on Rails Wednesday, July 27, 2016

On Wed, Jul 27, 2016 at 9:34 PM, Colin Law <clanlaw@gmail.com> wrote:
>
> Rails caching as described in the guide describes how to cache common
> pages on the server, not in the browser PC. If you do not have access
> to the internet (and therefore cannot access the server) then this
> form of caching will not help.
>
> If you want to use your application offline then the pages must be
> saved somewhere. Where are you hoping that this might happen? In
> the browser?
>
> Colin

Yup. Actually, I thought to do this by using browser cache. Is this
the right way to do so? Is there any other way to do this?


--
"Never repeat yourself"
Amitoj singh
slideshare.com/amitoj95
github.com/amitojsingh
amitojsworld.wordpress.com

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAKiq3enVTpV4F-XRSZKOrtfJdP3t4_0gX5%2ByB5droQcw67EgAg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment