Grails err-buddy Plugin
errbudd.net grails plugin. Read more
Dependency :
compile "org.grails.plugins:errbuddy:1.4.2"
Fork me on Github
errbudd.net grails plugin. Read more
Dependency :
compile "org.grails.plugins:errbuddy:1.4.2"
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 "org.grails.plugins:errors:1.0"
Airbrake Client for Grails Read more
Dependency :
compile "org.grails.plugins:airbrake:0.9.4"
Allows one to specify an email address where all frontend exceptions will be sent. Read more
Dependency :
compile "org.grails.plugins:mail-on-exception:0.1.1"