I have a Race class and RaceController class. The Create/Read/Update & Delete views are not being generated when i run the app even thougn i have\"def scaffold = true\" in the controller class. Ho
I have a simple domain object class MyDomain { String id String name static constraints = { id unique:true name nullable:true
In the basic CRUD model, from the create view, I have the following code to save an item: println params
There is an easy way to set hibernate to use different primary key ids for each table wi开发者_高级运维th postgres?
I need to make changes to other domain classes when an instance of a particular domain class is deleted. What is the best way to do this? I don\'t want to wait until commit or flush so I don\'t think
I just wonder why one method to test delete() works as expected, but another does not? In the following test case:
I am new to Grails Spring Security and am struggling to show the login error message. The plugin is installed and correctly configured against my DB. When a wrong username/password is provided, Logi
How do I attach source and javadoc to libraries in IntelliJ IDEA that are linked automatically by Grails dependency resolution and are not explicitly listed in the IDEA project settings?
I have a follow up question about redirecting grails apps fro开发者_高级运维m http to https.another user showed me that, the config file, i can do something like this:
My Grails application is going to mirgate an existing database to a new database. I got some unformatted email addresses from the existing database which do not pass validation with my Grails applicat