[coldbox-3.1.0] - Fereinit every request in development

I have setup a condtional which detects live/development environment and toggles the caching values (handlerCaching, eventCaching) accordingly.

Unfortunately I am still having to fwreinit throught the URL before testing my queries SQL (stored in a DAO)… since they appear to be cached in some way.

Is there anyway of turning this off or reloading the framework on every request?

Thanks!

Have you turned on singletonReload in WireBox?

http://wiki.coldbox.org/wiki/ConfigurationCFC.cfm#wirebox

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Of course… Should have thought of this.

I have turned this on conditionally when in development mode

ta!