War Exec Plugin
Makes the war files generated by Grails executable (java -jar myapp.war) by embedding Jetty. Jetty can be configured using properties in Config.groovy. Read more
Dependency :
runtime ":war-exec:1.0.3"
Makes the war files generated by Grails executable (java -jar myapp.war) by embedding Jetty. Jetty can be configured using properties in Config.groovy. Read more
Dependency :
runtime ":war-exec:1.0.3"
Allows turning on and off of features Read more
Dependency :
compile ":feature-switch:0.7"
Simple plugin wrapper for useful Underscore.js library. Read more
Dependency :
compile ":underscore:1.4.4"
Grails plugin for sanitizing XSS from the user input.
This plugin uses OWASP ESAPI library to sanitize request parameters. This reduces the risk of dangerous XSS request parameters possibly being rendered on the client. Read moreDependency :
compile ":xss-sanitizer:0.1"
Override render method defined for all controller to add parameter callback function name to provide cross domain JSONP RESTfull controllers Read more
Dependency :
compile ":jsonp:0.2"
Newrelic plugin for Grails Read more
Dependency :
compile ":newrelic:1.0-2.18.0"
This plugin generate unique slugs for String properties. Its main use case is to generate unique an "nice" urls for access to domain objects.
For example, instead of access to a user profile by id http://www.domain.com/user/25 you can generate an unique url based in the user name: http://www.domain.com/user/ivan-lopez (in case the user name is Iván López). Read moreDependency :
compile ":slug-generator:0.3.1"
Simian plugin identifies duplication for Grails app code,such as .groovy,.gsp,.java,.js,.css ..., and generate report file(html,xml). Read more
Dependency :
compile ":simian:0.1-SNAPSHOT"
A plugin that scaffold HTML5 mobile application using JQuery mobile in one-page. No GSP anymore. Read more
Dependency :
compile ":html5-mobile-scaffolding:0.6.1"
Use to integreate Google plus with the Grails application and make API calls for fetching google plus data. Read more
Dependency :
compile ":google-plus:0.1"