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
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
15 votes
9% of Grails users
Runs CodeNarc static analysis rules for Groovy source. Read more
Dependency :
compile ":codenarc:0.18.1"
Documentation
Source
Issues
Adds support for the Dumbster SMTP server for testing Read more
Dependency :
compile ":dumbster:0.2"
Documentation
Source
Issues
Provides LESS files resource mapper. Compile .less files into .css files. Less compiler based on less.js (LESS - Leaner CSS v1.3.0 http://lesscss.org) Read more
Dependency :
compile ":less-resources:1.3.3.1"
Documentation
Source
Issues
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
Makes Jetty the development time container for Grails Read more
Dependency :
compile ":jetty:2.0.3"
Documentation
Source
Issues
Provides the way of using interactive mode from other process via TCP. Read more
Dependency :
compile ":improx:0.2"
Documentation
Source
Issues
Simple plugin wrapper for useful Underscore.js library. Read more
Dependency :
compile ":underscore:1.4.4"
Documentation
Source
Issues
The Cookie Session plugin enables grails applications to store session data in http cookies between requests instead of in memory on the server. This allows application deployments to be more stateless which supports simplified scaling architectures and fault tolerance. Read more
Dependency :
compile ":cookie-session:2.0.7"
Documentation
Source