jquery-bootstrap

version 0.1, approval status: PENDING, submitted by arielhm888 3 months ago

This plugin provides a full integration of grails with latest versions of jquery, jquery-ui and twitter bootstrap

grails-jquery-datatables

version 1.9.4, approval status: PENDING, submitted by lmheadlund 2 months ago

Updates original plugin created by Lim Chee Kin (JQuery DataTables 1.7.5) to supply latest version (1.9.4) of jquery datatables from http://www.datatables.net/. The only change is the supstitution of newer js and css files. No changes in usuage from the original.

Federated-Login

version 0.1, approval status: PENDING, submitted by sapanparikh18 3 weeks ago

This plugin supports Google Federated login by providing a taglib like following Login with Google Example can be seen at http://easytha.com/user/login All the parameters listed at https://developers.google.com/accounts/docs/OpenID can be passed as attributes of the taglib. Taglib also assumes some default parameters to get a kick start. You can add calback_success and sessionTimeOut in your config.groovy as well as part of the taglib. attrs["openid.return_to"] = (attrs["openid.return_to"]?:grailsApplication.config.calback_success)+"?"+(attrs["callbackparams"]?:"") attrs["openid.realm"] = attrs["openid.realm"]?:grailsApplication.config.serverURL attrs["openid.ns.max_auth_age"] = attrs["openid.ns.max_auth_age"]?:grailsApplication.config.sessionTimeOut

grails-jade

version 1.0, approval status: PENDING, submitted by jgritman 6 days ago

Enables you to use the Jade template language (https://github.com/visionmedia/jade) as the view layer for your application. This is built on top of the jade4j and spring-jade4j libraries. Views written in jade are rendered from the controller in the same way as rendering with .gsp files. The standard scopes (flash, sesison, request, params, application) are available for adding dynamic content to the template. Also, there are injectable filters which could be used for additional processing of the page, such as converting CoffeeScript to JavaScript. This plugin has been used to construct the entire view layer of Mimir, the internal continuous deployment system at Netflix.