Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in grails

Common techniques to reduce grails project build time

grails groovy build

Grails refresh-dependencies doesn't download snapshot dependency from local maven repository

maven grails grails-2.1

Mixing private and public/protected methods of the same name causes multimethods to be disabled and is forbidden to avoid surprising behaviour

Using Spock to stub both Gorm and other methods in a Grails domain class

Grails Testing with Spock - Which Mocking Framework Select?

Enable Grails 3.x auto-reload in IntelliJ

grails intellij-idea

IntelliJ Grails 3 Project: Unable to Run Grails project

grails intellij-idea java-8

How to monitor and maintain my grails application in live/production environment?

What is the connection between validate() and hasErrors()

grails grails-validation

Effective grails plugin development

Getting the ID of a one-to-many loaded object without another trip to the DB with GORM

grails groovy grails-orm

Shouldn't Grails GORM calls be in the service and not controller layer?

grails

gorm projection and loss of metainformation

Multiple when/then with where for each other

grails testing spock

415 Unsupported media Type in http.post Angular request

angular grails

spock versus easyb

grails easyb spock

Grails Package Structure

grails packages

How can I count how many SQL queries hibernate does in one Grails request?

sql hibernate grails logging

Retrieving date of birth and marital status with Google OAuth API

Groovy meta-programming - adding static methods to Object.metaClass