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
This plugin helps you export data in Excel (xlsx) format, using Apache POI. Read more
Dependency :
compile ":excel-export:0.1.4"
Documentation
Source
Issues
Shiro support for the Spring Security plugin Read more
Dependency :
compile ":spring-security-shiro:0.1"
Documentation
Source
Issues
Adds support for migrations using JAXB classes Read more
Dependency :
compile ":database-migration-jaxb:0.1"
Documentation
Source
Issues
Adds support for lazy-loaded Blobs and Clobs Read more
Dependency :
compile ":lazylob:0.1"
Documentation
Source
Issues
Replaces Log4j with Logback for logging Read more
Dependency :
compile ":logback:0.3.1"
Documentation
Source
Issues
Shows timing and sql query information in a head-up display in a web page, useful for debugging database and other performance problems. Read more
Dependency :
compile ":miniprofiler:0.1"
Documentation
Source
Issues
Allow controller methods to call from JS without any code. Read more
Dependency :
compile ":grails-remote-methods:0.2"
Documentation
Source
Issues
Integrates the Common Reusable SHell (CRaSH - http://crashub.org/ ) into Grails. Read more
Dependency :
compile ":crash:1.2.0-cr3-p1"
Documentation
Source
Issues
Adds validate(Closure extraConstraints) method to domain objects to perform additional validations at runtime. Read more
Dependency :
compile ":extra-runtime-validation:0.1"
Documentation
Source
Issues