The plugin forces browser to open a dialog for downloading content produced within controller's action.
Although the theory says that this is easily controlled by specifying Content-Disposition HTTP header, the practice shows
that there are special situations (ofcourse) with IE that has to be handled properly.
Controllers are extended with forceDownload method that takes as parameters a Map specifying download options,
and a object containing content:
forceDownload(filename:"file", contentType:"...
Read more
Dependency :
compile ":force-response-download:0.1.5"
Documentation
Source
Interceptors for GORM methods (excluding find, countBy, addTo, removeFrom methods) Read more
Dependency :
compile ":gorm-interceptors:0.1.1"
Documentation
Source
Issues
Supports sharding of data Read more
Dependency :
compile ":sharding:1.0"
Documentation
Source
Helps you manage typescript code in your Grails application. Read more
Dependency :
compile ":typescript:0.4.1"
Documentation
Source
Issues
The Facebook SDK Plugin allows your Grails application to use the Facebook Platform and develop Facebook apps on Facebook.com or on web sites (with Facebook Connect).
It is a port of the official Facebook PHP SDK V3.1.1 to Grails 2.0. Read more
Dependency :
compile ":facebook-sdk:0.4.10"
Documentation
Source
Issues
6 votes
6% of Grails users
Integrates the geb functional testing framework Read more
Dependency :
compile ":geb:0.9.0"
Documentation
This plugin provides controller that allows you to serve files from any directory on disk. You can specify multiple
"root" directories which contain files that should be served. In request you have to specify root directory you want to
get file from and path to file (relative to root). Read more
Dependency :
compile ":file-server:0.2"
Documentation
Source
Issues
Documentation
Source
Issues
Adds support for using Netty in Grails Read more
Dependency :
compile ":nettymvc:0.1"
Documentation
Source
Issues
ZK UI plugin,the same as the ZKGrails plugin, seamlessly integrates ZK with Grails' infrastructures.The different is it more likely to use the Grails' infrastructures such as gsp, controllers rather than zk's zul. Read more
Dependency :
compile ":zkui:0.5.6"
Documentation
Source
Issues