Kickstart is a plugin for Grails to start your project with a good looking frontend. It provides adapted scaffolding templates for standard CRUD pages using the Bootstrap web page template by Twitter. Read more
Dependency :
compile ":kickstart-with-bootstrap:0.9.6"
Documentation
Source
This plugin brings the power of https://github.com/jwagenleitner/groovy-wslite library to your
Grails app. Thanks to Andres Almiray to provided code at https://github.com/griffon/griffon-wslite-plugin! Read more
Dependency :
compile ":wslite:0.7.2.0"
Documentation
Source
Issues
Documentation
Source
Issues
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
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
Adds support for Dropwizard Read more
Dependency :
compile ":dropwizard:0.1"
Documentation
Source
Issues
Provide simple breadcrumb functionality using the twitter bootstrap library Read more
Dependency :
compile ":bootstrap-crumbs:1.0.2"
Documentation
Source
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
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
This plugin will pull i18n definitions from the database rather than from the standard properties files in the i18n folder.
It will do the following:
- Create a domain class and corresponding table called Localization
- Prepopulate the table with all the message properties it finds in the i18n folder
- Ensure Grails writes i18n messages based on what it finds in the database rather than the 118n folder
In addtion the plugin also has these added features to help you:
- A CRUD UI to add, delete, and upda...
Read more
Dependency :
compile ":localizations:1.4.4.10"
Documentation
Source
Issues