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/.
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to