Never write a render_foo method again

Posted by ian 01/08/2009 at 02:35PM

I’ve probably written a hundred render_not_found methods in my life as a Rails dev. Usually they just render a static file under /public, and maybe, if I’m feeling nice, give an XML response. No more!

Older Articles