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

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

Previous12345678910..93Next