Posts
All the articles I've posted.
-
Stupid Simple POST/GET With Groovy HTTPBuilder
I was frustrated as hell today finding examples on how to use HTTPBuilder to perform a simple POST and GET request in my Grails application. I now …
-
Grails Authentication With Shiro
Source code for the example project can be found at https://github.com/cavneb/grails-shiro-example. Shiro is a security framework that is meant to …
-
Asset Pipeline for Dummies
The Rails asset pipeline is very powerful, but often misunderstood. At the Utah Ruby User Group, most of the attendees aren’t sure how to use …
-
Grails Domain Classes and Enums
For a long time, I have been creating static int values to represent states in domain classes. For example, I would have something like the following …