gswg-v2
gswg-v2 copied to clipboard
Getting Started with Grails, 2nd Edition
Submitting a pull request for resolving compilation errors requested by a user on http://grails.1312388.n4.nabble.com/Error-500-following-the-book-Getting-Started-with-Grails-Second-Edition-by-Davis-and-Rudolf-td4630688.html
Hi. First of all, I want to thank you for your delightful Grails book. I was really enjoying it but I am having some problems in the Security chapter. You...
UserTests testUniqueConstraint junit.framework.AssertionFailedError: null junit.framework.AssertionFailedError: junit.framework.AssertionFailedError: null at UserTests.testUniqueConstraint(UserTests.groovy:38) Any ideas what causes this or how to fix it? I can't see anything wrong with the code.
Hi, I was exploring grails with this amazing book. While progressing through chapter : 3 I came across Scaffolding. I added "def scaffold = true" in both Race and Registration...
Hi Scott, I've reading the second issue and found an issue after invoking "grails generate-all User" command. I'm using grails 1.3.7 version on windows xp and java compiler is 1.6.0_10.....
class Race { // ... static hasMany = [registrations:Registration] } That one line of code creates a new java.util.Set field named races. Shouldn't that be registrations. finmarnov