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

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

Shiro Openid Plugin

  • Tags : openid
  • Latest : 0.7
  • Last Updated: 19 September 2012
  • Grails version : 2.0 > *
0 vote

Add OpenID authentication to the Shiro plugin with a set of installable Shiro domain class and openid4java view templates. Read more

Dependency :
compile ":shiro-openid:0.7"

Documentation Source Issues

MongoFile Plugin

  • Tags : persistence, mongodb
  • Latest : 1.1.1
  • Last Updated: 13 June 2012
  • Grails version : 2.0 > *
0 vote

The MongoFile plugin provides a MongoFileService that saves, retrieves and deletes files from a MongoDB file store. Furthermore, the domain classes have methods injected to handle these files.

Each file is stored in a MongoDB collection (bucket), named after the domain class name. This plugin depends on the MongoDB plugin. Read more

Dependency :
compile ":mongo-file:1.1.1"

Documentation Source Issues

Errors Plugin

  • Tags : /
  • Latest : 0.8
  • Last Updated: 25 September 2012
  • Grails version : 2.0 > *
0 vote

This plugin sets up some basic error handling for your application. Specifically, it creates a default ErrorController for handling 403, 404 and 500 status codes, along with accompanying GSPs. It also looks for GSP pages (matching the Grails convention of finding resources) before rendering the 404 page, allowing pages to be added without creating controllers or further configuration of the URL mappings. This is useful in allowing GSP pages to be added to your project by people not familiar with... Read more

Dependency :
compile ":errors:0.8"

Documentation Source Issues

Authorise Plugin

  • Tags : /
  • Latest : 1.2
  • Last Updated: 04 June 2012
  • Grails version : 2.0 > *
0 vote

This plugin provides a framework for authorising actions in Controllers, methods in Services and visible elements in GSPs. No authentication or domain models are provided so you are free to use your own or another plugins'. Read more

Dependency :
compile ":authorise:1.2"

Documentation Source Issues

sample-data

  • Tags : mockup
  • Latest : 1.0.0
  • Last Updated: 16 September 2012
  • Grails version : *
0 vote

Read more

Dependency :
compile ":sample-data:1.0.0"

Events Push Plugin

  • Tags : ajax, push
  • Latest : 1.0.M7
  • Last Updated: 21 January 2013
  • Grails version : 2.0 > *
1 vote

This is a client-side event bus based on the portable push library Atmospherethat propagates events from the server-side event bus provided by the Platform Coreto the browser. It allows your client Javascript code to both send events and listen for them.

For security, events-push is a white-list broadcaster so that you can control exactly which events are propagated fromthe server to the browser.

Read more

Dependency :
compile ":events-push:1.0.M7"

Documentation Source Issues

Inflector Plugin

  • Tags : /
  • Latest : 0.2
  • Last Updated: 07 November 2012
  • Grails version : 1.3.7 > *
1 vote

Brings the wonderful world of rails helpers into the dark, grey madness of Grails.

Now you can pluralize, singularize and even ordinalize your words without depending on trivial JavaScript libraries. Yay! Read more

Dependency :
compile ":inflector:0.2"

Documentation Source

Previous1..891011121314151617..93Next