Re: [Catalyst] Alternatives to Catalyst ?

2010-04-24 Thread Jesse Sheidlower
On Fri, Apr 23, 2010 at 04:52:42PM +0400, Oleg Pronin wrote:
 Perfomance optimization are unavailable for you because only people
 like you write such mega slow fuckin code. goodbye

Goodbye.

*plonk*

Jesse Sheidlower

___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/


[Catalyst] RunAfterRequest/delayed Catalyst view

2010-04-24 Thread Steve Kleiman
Using Catalyst::Plugin::RunAfterRequest to handle some housekeeping after I've 
executed $c-detach. Works great, but...

What I'd really like to do is be able to dispatch an email from within the 
RunAfterRequest subroutine using Catalyst::View::Email. But when $c-forward( 
$c-view('Email::Template') ) is called, no email is sent.

I guess that makes sense that after -detach is called, you can't forward to 
any views. Or maybe there's a way around that?

Thanks in advance for any insights.

Steve Kleiman
st...@prodhub.com



___
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/