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

Health Control

  • Tags : /
  • Latest : 0.4
  • Last Updated: 22 May 2013
  • Grails version : 2.0 > *
2 votes

Automated control of services, resources and other things that might fail from time to time. Read more

Dependency :
compile ":health-control:0.4"

Documentation Source Issues

File Server Plugin

  • Tags : files, download
  • Latest : 0.2
  • Last Updated: 02 April 2013
  • Grails version : 2.0 > *
0 vote

This plugin provides controller that allows you to serve files from any directory on disk. You can specify multiple "root" directories which contain files that should be served. In request you have to specify root directory you want to get file from and path to file (relative to root). Read more

Dependency :
compile ":file-server:0.2"

Documentation Source Issues

Atmosphere Meteor Plugin

  • Tags : ajax, atmosphere, async, meteor
  • Latest : 0.4.3
  • Last Updated: 30 April 2013
  • Grails version : 2.0 > *
0 vote

This plugin incorporates the Atmosphere Framework (https://github.com/Atmosphere/atmosphere/wiki). It can form the basis for a traditional XMPP server with a browser-based client without the limitations of BOSH. You can also download the plugin source code and run it as a standalone application and take the plugin for a test drive before installing. Read more

Dependency :
compile ":atmosphere-meteor:0.4.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

Previous12345678910..93Next