Plugins You can find out about all the publicly available Grails plugins.

Build Info

  • Tags : /
  • Latest : 1.2.4
  • Last Updated: 15 April 2013
  • Grails version : 1.1.1 > *
2 votes

Provides a controller/view that display basic information about the war file including the

  • date/time the war file was built
  • application version number
  • grails version
  • grails environment (currently running, not necessarily the environment used to build the war file)
  • plugins installed (and which version)
If Hudson/Jenkins is used to build the war file the following Hudson environment variables are also displayed:
  • BUILD_NUMBER
  • BUILD_ID
  • BUILD_TAG
  • SVN_REVISION
  • GIT_COMMIT
  • GIT_BRANCH
Read more

Dependency :
compile ":build-info:1.2.4"

Documentation Source Issues

EmberJS templates precompiler Plugin

0 vote

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 :

  • it targets Handlebars templates with added EmberJS helpers
  • it does not declare any resource module.
Read more

Dependency :
compile ":ember-templates-precompiler:0.4.1"

Documentation Source Issues

Grooscript Vertx Plugin

  • Tags : /
  • Latest : 0.2.5
  • Last Updated: 09 April 2013
  • Grails version : 2.2 > *
0 vote

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"

Documentation Source Issues

Handlebars Resources Plugin

  • Tags : resource-mapper
  • Latest : 0.3.6
  • Last Updated: 07 April 2013
  • Grails version : 1.3.7 > *
0 vote

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"

Documentation Source Issues

Slug Generator

  • Tags : /
  • Latest : 0.3.1
  • Last Updated: 06 April 2013
  • Grails version : 2.0 > *
0 vote

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 more

Dependency :
compile ":slug-generator:0.3.1"

Documentation Source

Previous1..3456789101112..93Next