Quoting Luk Mus :
> Is it possible to delete all rails cache? how?
> 'rake tmp:clear' doesn't work.
>
> config/envinroments/production.rb:
> ...
> config.cache_store =:file_store, 'tmp/cache/'
> ...
>
Try restarting the Rails server, Webrick, Apache, whatever.
HTH,
Jeffrey
--
You received t
On 25 October 2011 05:46, Luk Mus wrote:
> Is it possible to delete all rails cache? how?
> 'rake tmp:clear' doesn't work.
>
> config/envinroments/production.rb:
> ...
> config.cache_store =:file_store, 'tmp/cache/'
> ...
>
> tmp/cache is empty, but page is still cached.
Are you sure it is not yo
Page cache is standard behaviour of "production" environment.
Well, I suggest you to change the environment to "development".
On Tue, Oct 25, 2011 at 11:46 AM, Luk Mus wrote:
> Is it possible to delete all rails cache? how?
> 'rake tmp:clear' doesn't work.
>
> config/envinroments/production.rb:
Is it possible to delete all rails cache? how?
'rake tmp:clear' doesn't work.
config/envinroments/production.rb:
...
config.cache_store =:file_store, 'tmp/cache/'
...
tmp/cache is empty, but page is still cached.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because y
4 matches
Mail list logo