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

dynamic-themes Plugin

  • Tags : ui, view, theme, themes
  • Latest : 0.1
  • Last Updated: 10 December 2012
  • Grails version : 2.1 > *
0 vote

The dynamic-themes plugin allows your Grails application to load and render your pages with your own theme (folders with GSP templates and css) dinamically outside the scope of a web request. You can process models and sections (your own tags) in your templates. See DynamicThemesExamples (https://github.com/gonzalogarciajaubert/DynamicThemesExample/wiki) application for examples. Read more

Dependency :
compile ":dynamic-themes:0.1"

Documentation Source Issues

Rabbitmq Tasks Plugin

  • Tags : background, task
  • Latest : 0.5.4
  • Last Updated: 05 December 2012
  • Grails version : 1.3.3 > *
0 vote

The tasks plugin provides a way to run background tasks in grails using rabbitmq to queue them. Provides a framework for adding tasks, deleting them, and aborting them. Read more

Dependency :
compile ":rabbitmq-tasks:0.5.4"

Documentation Source Issues

Nerderg Formtags Plugin

  • Tags : ui, interface, client
  • Latest : 2.1.3
  • Last Updated: 04 December 2012
  • Grails version : 2.1 > *
0 vote

A taglib for forms. see <a href="http://nerderg.com/Nerderg+Form+Taglib">documentation</a>

Bringing Readability, Convention, Consistency and CSS to form design.

It gives you:

  • Labels and structure without cluttering up your GSP form
  • Standard error marking and handling without cluttering up your GSP form
  • Compatibility with browsers
  • Javascript assistance with pickers and choosers where appropriate using jQuery
  • CSS themeable rendering of forms
e.g.
<nerderg:formfield label='Select one' field='age' be...
Read more

Dependency :
compile ":nerderg-form-tags:2.1.3"

Documentation Source Issues

Twitter Bootstrap Theme

  • Tags : theme
  • Latest : 1.0.RC3
  • Last Updated: 03 December 2012
  • Grails version : 1.3 > *
0 vote

Provides a proof of concept Platform UI Theme based on Twitter Bootstrap Read more

Dependency :
compile ":bootstrap-theme:1.0.RC3"

Documentation

Funky Test Load Plugin

  • Tags : testing, functional
  • Latest : 0.3.9
  • Last Updated: 03 December 2012
  • Grails version : 2.0 > *
0 vote

Enables functional tests to be used as light load tests. Once you install this plugin, your application will be able to run functional tests in parallel, provided you have already done the necessary, to setup your application to run functional tests. Read more

Dependency :
compile ":funky-test-load:0.3.9"

Documentation Source Issues

Previous1..13141516171819202122..93Next