The Rails Rambler
Wednesday, August 13, 2008
Grails Tests: Cannot send redirect - response is already committed
›
When testing controllers, if you make more than one call to a action/closure you may get the error: "Cannot send redirect - response is...
Grails Controller Tests: ModelAndView
›
I just joined the team at AlterThought.com and my first task was to revitalize the integration test for a bunch of controllers. But Grails n...
Tuesday, April 15, 2008
Grails UI for Integer Dates
›
Legacy tables often have dates kept in integer, zoned, or packed fields. This is unfortunate because the UI developer has to do all the vali...
2 comments:
Friday, February 22, 2008
Integration testing for Grails controllers
›
I've been negligent in writing integration tests for my controllers, mostly because I ran into some issues and put off figuring it out. ...
3 comments:
Saturday, February 16, 2008
GORM insert and update auto-set of createUser and updateUser
›
Our company has a standard of using the following attributes on all database tables: String createUser Date createDate String updateUser...
2 comments:
Grails WebFlow and explicit events
›
Grails WebFlow enables the ability to keep a context specific to a set of pages. Grails webflow is built on top of Spring webflow but, as a...
Monday, December 10, 2007
Grails Eclipse Plugin, very basic functionality
›
The Grails generation utilities are designed to run from a system command line. But I keep running into folks that just don't want to go...
‹
›
Home
View web version