Radiant CMS, disable caching in development
I am working on extension for Radiant CMS. I wanted to disable caching for development, but wasn’t able to find right method for this, so finally I did it by putting this into my extensions activate method if RAILS_ENV==”development” Page.class_eval { def cache? false end } end This is more of a hack then a [...]




Recent Comments