-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grails Kitchensink App added #560
Conversation
@TejasM : Is there a reason class files are checked into Git on this commit? |
This builds and runs great! However, the form has 3 input fields without labels, so it's not clear what you need to enter in the fields. I had to guess by clicking the button and getting errors. :-) |
Apparently the classes are not generated and are required. Just curious why they aren't in a JAR? Also, just curious about the empty directories, for example: lib/, src/groovy/, src/java/ |
@sgilda: Thx for the starting the review! I made the mistake of relying on the master gitignore that is why binary files got added. I think I have fixed that up, but will check to make sure. I will go through the other mistakes and fix those soon as well. |
I think you may have lost the README changes with the commit. :-) |
Lucky I had them in my email, so I think I got most of the fixes in at this point. And for the empty src/java and src/groovy, I think they are add by the grails plugin for files that might not be part of the grails-app itself. |
OK. Sounds good. :-) |
@TejasM |
@sgilda: Yep that would indeed make sense :) |
Looks good! @pmuir : Do you need to do a code review? |
@TejasM The errors on the UI do not display cleanly. If you leave everything blank and try to Register, the errors for Name and Email list the class. |
@TejasM The Phone Number field does not have validation on it when left blank. The validation on what is typed works. |
I found the following errors in the pom.xml in Eclipse with both JBDS and the Grails plugin installed.
|
@TejasM Most of the .groovy code is missing comments and licenses. |
Comment from @joshuawilson on IRC last evening:
|
Closing for now. Will reopen after reorg. |
No description provided.