It is said in config/environment.rb that you need to comment out
following line in order to disable a cache. System is running in
development mode under mongrel

<pre><code>
# config.middleware.use ::Radiant::Cache
</code></pre>

The thing is that disregarding of this line was commented or not, it
still performs caching.

<pre><code>
cache: [GET /] fresh
</code></pre>

Which is even more amazing, I can't see anything in cache or tmp/cache
folder - both just empty. If it caches - where cache get stored?
I'm at loss, please help.


Reply via email to