Gson Plugin
Provides alternate JSON (de)serialization using Google's Gson library Read more
Dependency :
compile ":gson:1.1.4"
Provides alternate JSON (de)serialization using Google's Gson library Read more
Dependency :
compile ":gson:1.1.4"
Auto-generate search query based on DSL in domain classes Read more
Dependency :
compile ":search-fields:0.1"
Plugin to integrate grails with Hibernate Envers Read more
Dependency :
compile ":envers:2.1.0"
Provides a controller/view that display basic information about the war file including the
Dependency :
compile ":build-info:1.2.4"
This plug-in precompiles Ember.js handlebars templates on the server side.
It integrates with grails resources plugin to allow subsequent minification, gzip and more.It's a fork from Matt Sheehan's grails-handlebars-resources plugin with two differences :Dependency :
compile ":ember-templates-precompiler:0.4.1"
Starts Grooscript conversion daemon to convert your groovy files to javascript. Automatically reload pages while developing with Vert.x. GrooScript info http://grooscript.org Vert.x info http://vertx.io More info about this plugin http://github.com/chiquitinxx/grooscript-vertx-plugin/ Read more
Dependency :
compile ":grooscript-vertx:0.2.5"
Grails plugin to run yui-compressor on css and javascript resources at WAR creation time. Read more
Dependency :
compile ":yui-war-minify:1.2"
Plugin that automatically compiles CoffeeScript to JavaScript and works with the resources plugin. Read more
Dependency :
compile ":coffeescript-resources:0.3.8"
This plug-in supports using Handlebars.js templates with the Grails Resources Plugin. This plugin includes a resource mapper that will precompile the template files into JavaScript and make it available for other resource processing, including minification and bundling. The Handlebars.js resource files are also included. Read more
Dependency :
runtime ":handlebars-resources:0.3.6"
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"