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

Coffeescript Compiler Plugin

0 vote

A simple CoffeeScript compiler plugin. It compiles .coffee source files into .js files, and does not require NodeJS or CoffeeScript to be installed on your machine. (If you have NodeJS installed, the plugin will use it, but if not, it will use an embedded Rhino-based compiler.) Leaves you with full control over if/how to use these generated .js files as resources, etc. Full documentation at: https://github.com/brian428/grails-coffeescript-compiler-plugin. Read more

Dependency :
compile ":coffeescript-compiler:0.9.2"

Documentation Source Issues

MongoDB GORM

supported by SpringSource

  • Tags : persistence, gorm, mongodb, nosql
  • Latest : 1.2.0
  • Last Updated: 10 June 2013
  • Grails version : 2.0.0 > *
26 votes

4% of Grails users

A plugin that integrates the Mongo document datastore into Grails, providing a GORM API onto it Read more

Dependency :
compile ":mongodb:1.2.0"

Documentation Source Issues

iCalendar Plug-in

  • Tags : utility, calendar, builder
  • Latest : 0.3.5
  • Last Updated: 04 March 2013
  • Grails version : 2.0.0 > *
4 votes

This plugin contains a builder to easily convert your event into the iCalendar format. The plugin hooks replaces each render method that uses the contentType 'text/calendar'. Read more

Dependency :
compile ":ic-alendar:0.3.5"

Documentation Source Issues

Redis Plugin

supported by SpringSource

6 votes

The Redis plugin provides integration with a Redis datastore. Redis is a lightning fast 'data structure server'. The plugin enables a number of memoization techniques to cache results from complex operations in Redis. Read more

Dependency :
compile ":redis:1.3.3"

Documentation Source Issues

CasperJS Tests Runner Plugin

  • Tags : /
  • Latest : 0.2
  • Last Updated: 22 February 2013
  • Grails version : 2.0 > *
1 vote

Runs functional CapserJS tests in Grails application. The results of these tests are reported in xUnit XML files compatible. To run the tests, you must enter the following command: grails test-app casper: Read more

Dependency :
compile ":casper-runner:0.2"

Documentation Source Issues

nerdErg Simple Suggestions Plugin

  • Tags : /
  • Latest : 0.1
  • Last Updated: 11 March 2013
  • Grails version : 2.0 > *
1 vote

This is a simple, by convention, suggestion service to provide suggestions to auto complete controls.

Just point the auto complete JS URL at suggest/subject (+)?term=bla and you get a JSON list of suggestion strings back.

You can add suggestion handlers to the service as a closure, or just add a text file named subject (+).txt with an itemper line to be searched for matches. The simple search returns a result if an item string contains the term anywhere.

See docs for details.

Read more

Dependency :
compile ":simple-suggestions:0.1"

Documentation Source Issues

Previous1..9101112131415161718..94Next