Ember Resources Plugin
A plugin that provides resources definitions for Ember.js Read more
Dependency :
compile ":ember:0.9.8.1"
A plugin that provides resources definitions for Ember.js Read more
Dependency :
compile ":ember:0.9.8.1"
This plug-in supports using Handlebars.js templates with the Grails Resources Plugin. This plugin includes a resource mapper that will precompile the template files into JavaScript and make it available for other resource processing, including minification and bundling. The Handlebars.js resource files are also included. Read more
Dependency :
runtime ":handlebars-resources:0.3.6"
Add OpenID authentication to the Shiro plugin with a set of installable Shiro domain class and openid4java view templates. Read more
Dependency :
compile ":shiro-openid:0.7"
The MongoFile plugin provides a MongoFileService that saves, retrieves and deletes files from a MongoDB file store. Furthermore, the domain classes have methods injected to handle these files.
Each file is stored in a MongoDB collection (bucket), named after the domain class name. This plugin depends on the MongoDB plugin. Read moreDependency :
compile ":mongo-file:1.1.1"
This plugin sets up some basic error handling for your application. Specifically, it creates a default ErrorController for handling 403, 404 and 500 status codes, along with accompanying GSPs. It also looks for GSP pages (matching the Grails convention of finding resources) before rendering the 404 page, allowing pages to be added without creating controllers or further configuration of the URL mappings. This is useful in allowing GSP pages to be added to your project by people not familiar with... Read more
Dependency :
compile ":errors:0.8"
This plugin provides a framework for authorising actions in Controllers, methods in Services and visible elements in GSPs. No authentication or domain models are provided so you are free to use your own or another plugins'. Read more
Dependency :
compile ":authorise:1.2"
High quality image manipulation plugin, for scaling and cropping images. Uses the pure Java java-image-scaling library Read more
Dependency :
compile ":hd-image-utils:0.4"
Dependency :
compile ":sample-data:1.0.0"
This is a client-side event bus based on the portable push library Atmospherethat propagates events from the server-side event bus provided by the Platform Coreto the browser. It allows your client Javascript code to both send events and listen for them.
For security, events-push is a white-list broadcaster so that you can control exactly which events are propagated fromthe server to the browser.
Read moreDependency :
compile ":events-push:1.0.M7"
Brings the wonderful world of rails helpers into the dark, grey madness of Grails.
Now you can pluralize, singularize and even ordinalize your words without depending on trivial JavaScript libraries. Yay! Read moreDependency :
compile ":inflector:0.2"