Geb integration for Grails
6% of Grails users
Integrates the geb functional testing framework Read more
Dependency :
compile ":geb:0.9.0"
6% of Grails users
Integrates the geb functional testing framework Read more
Dependency :
compile ":geb:0.9.0"
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"
Adds support for using Netty in Grails Read more
Dependency :
compile ":nettymvc:0.1"
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"
Provides an easy way to use optimistic/pessimistic lock. Read more
Dependency :
compile ":domain-locking:0.3"
13% of Grails users
Creates Code Coverage reports for your code Read more
Dependency :
test ":code-coverage:1.2.6"
A plugin that integrates Clover into GRAILS projects. Clover is a Code Coverage tool that produces beautiful reports which are highly configurable and extensible. Clover not only reports which lines of code were executed during a test run, it also reports which tests hit which lines of code. Clover's reports include: Tag Clouds of your entire project that compare Complexity with Coverage A TreeMap to visualise the most complex, uncovered areas of your project Fully Cross Referenced HTML view... Read more
Dependency :
compile ":clover:3.1.11"
JQuery Validation UI Plugin - Client Side Validation without writing JavaScript Read more
Dependency :
compile ":jquery-validation-ui:1.4.4"
Replaces the default Grails Commons DBCP Pool with Tomcat JDBC Pool Read more
Dependency :
compile ":jdbc-pool:7.0.37"