[Radiant] caching
David Piehler
davidpiehler at gmail.com
Fri Mar 23 10:25:26 CDT 2007
I'm running Radiant 0.6.0rc2
Is there any way to disable caching of Radiant generated pages AND
plugin code when running in development mode? Having to clear the page
cache after every plugin code change is slowing me down.
In order to not cache Radiant pages I had to set the following in
/config/environments/development.rb
config.cache_classes = true
ResponseCache.defaults[:perform_caching] = false
Setting the first flag to true seems odd, but I couldn't turn off
caching any other way.
My plugin code, which injects some HTML into the page through a radiant
tag, seems to always be cached nomatter what I set config.cache_classes
to.
Any ideas?
--
Posted via http://www.ruby-forum.com/.
More information about the Radiant
mailing list