Re: [Rails] Delete all cache

2011-10-25 Thread Jeffrey L. Taylor
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

Re: [Rails] Delete all cache

2011-10-25 Thread Colin Law
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

Re: [Rails] Delete all cache

2011-10-24 Thread Roy Situmorang
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:

[Rails] Delete all cache

2011-10-24 Thread 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/' ... tmp/cache is empty, but page is still cached. -- Posted via http://www.ruby-forum.com/. -- You received this message because y