
Twitter Updates
- for some reason doing minor home repair-type work makes me incredibly anxious and impatient, when I'm not anxious doing most other things. 15 hours ago
- I had no idea. "Unicode's 'Pile of Poo' character" - http://t.co/aWVOSyjG 1 day ago
- "newb Gingrich" #Archer 2 days ago
- back home, cats retrieved, woke up way too early… can barely stay awake now though it bodes well for getting to bed on time tonight #jetlag 2 days ago
- on the other hand, I am installing the hell out of MacOS 10.7.3 via my tethered iPhone. #needmoregeebees 3 days ago
flickr/romkey




Categories
Tags
Ajax amazon ambient apple bat blogs brian eno computers dashboard david foster wallace deal Entertainment feed feedcache ie in memoriam internet explorer ios iphone ipod itunes jquery json leopard Life live+press livejournal mac macintosh macos x Music MySQL security sidebar simplify software taxes toilet TV UNIX uvfood web Wordpress world of warcraft writersMeta
Tag Archives: uvfood
Working Through a Catalyst View Rendering Problem
I’ve been adding some belated email notifications to UVFood and in the process I ran into a frustrating problem: it wasn’t working at all. … Views are for rendering pages, but Catalyst::View::Email takes already-rendered text and then emails it somewhere. … I’ve written templates for the messages I need to send using HTML::Mason, so I need to render these templates before I can send a message.
…The fix is to fully qualify the view name, ie: my $v = $c->view(‘UVFoodApp::View::Mason’); Now I’m getting the correct component. Continue reading