[root]/groovy/modules/grails/src/web/org/codehaus/groovy/grails/web/servlet/filter
removing the outdated grails module from the repository
0 lines of code changed in:
fixed bug where scaffolders were not properly initialised following a domain class reload
3 lines of code changed in:
updated to re-generate web.xml if a new controller is added, this unforunately doesn't work in Jetty so I may have to update the build to try tomcat first if its installed and then fall back to jetty so we at least have some support for reloading when new controllers are added
57 lines of code changed in:
changed resource copier to copy i18n property bundles to the right place for reloading
4 lines of code changed in:
updated filter to re-generate views on domain class changes if scaffolding is enabled
55 lines of code changed in:
fixed logic when introducing a new controller or service
29 lines of code changed in:
Updated filter to reload controllers, tag libs, domain classes, services (where possible) etc. to support application reloading and the save/reload development method
221 lines of code changed in:
Implemented filter that copies across resources so that views, resources etc can at least be reloaded
3 lines of code changed in:
Implemented filter that copies across resources so that views, resources etc can at least be reloaded
62 lines of code changed in: