A Grails plugin is a self-contained bundle of functionality that can be installed into a Grails application.
I'm trying to setup a grails project with gradle but i came a problem, i can't make grails to use …
grails gradle grails-plugin build-dependenciesIs there a way that I can create my own custom login page and send the data to login controller …
spring grails spring-security grails-plugin grails-2.2I got a source code of the plugin from a friend, but still don't know how to install it into …
grails grails-pluginI added the resources plug-in in a grails 1.3.7 application and everything works fine except javascript that is loaded asynchronously. So …
javascript ajax grails grails-pluginWhen I try to run a grails app, I'm told that grails can't resolve the following dependencies: :::::::::::::::::::::::::::::::::::::::::::::: :: UNRESOLVED DEPENDENCIES :: :::::::::::::::::::::::::::::::::::::::::::::: :: org.…
grails grails-pluginI just downloaded Grails 2.0.1. Created a new project and then tried adding the mysql connector as per the documentation but …
grails grails-pluginInstalled the latest spring-security-core plugin for grails 2.1.0, launched s2-quickstart com.myapp User Role, it create User Role and UserRole …
authentication grails spring-security grails-plugin