Re: [Rails] Delete all cache
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 <lists@ruby-forum.com> 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.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home