
rename local variable
3 lines of code changed in:
report the appropriate type when the dynamic method throws MissingMethodException.
16 lines of code changed in:
add test that demonstrates that the problem of dynamic codec methods not reporting the appropriate type when the dynamic method throws MissingMethodException.
3 lines of code changed in:
added warning message when command object fails validation
4 lines of code changed in:
GRAILS-318
More command object progress
21 lines of code changed in:
added a comment
1 lines of code changed in:
comment out command object test for now
2 lines of code changed in:
fill in more command object support
14 lines of code changed in:
redefine a command object class to be any argument to a controller action that has a validate property
10 lines of code changed in:
GRAILS-318
the feature is not complete, just starting. right now all that happens is an instance of the command object is created and passed to the action. the command object is not populated or validated.
20 lines of code changed in:
GRAILS-318
added testCommandObjectArg
the feature is not complete, just starting
29 lines of code changed in:
GRAILS-955
The test was failing because the handleRequest method in SimpleGrailsController no longer makes use of the HttpServletResponse object that is passed as an argument. The test was passing in a mock response and then inspecting the response after calling handleRequest. The test now deals with this. Note that the feature being tested is working as designed, the test was broken.
11 lines of code changed in:
GRAILS-926
add test coverage
clean up some commented out code
797 lines of code changed in:
GRAILS-891
cleanup input tags
7 lines of code changed in:
trivial update to remove unused import statements and reduce warnings in IDE
0 lines of code changed in:
GRAILS-907
Added Glen Smith's Stats script
98 lines of code changed in:
replace GRAILS_HOME references with relative references in the workspace
45 lines of code changed in:
GRAILS-582
update groovy-jar reference in the .classpath files for the bookmarks and simple-cms samples
2 lines of code changed in:
GRAILS-799
Add some unit tests for HTML and Javascript codecs
52 lines of code changed in:
fix error message
1 lines of code changed in:
(87 more)