Re: [Catalyst] Catalyst::Response callbacks? Need to reap auto-generated files on disk after they are served.

2010-09-03 Thread Tommy Butler
to all who contributed suggestions! -- Tommy Butler ___ 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

[Catalyst] Catalyst::Response callbacks? Need to reap auto-generated files on disk after they are served.

2010-09-02 Thread Tommy Butler
Hello all :D In looking at the documents for Catalyst::Response I've recently re-discovered some great little ways that Catalyst provides for you to stream out big files. Awesome. Now I'd like to take *a bit futher* though. Presently, in the process of serving one kind of request, my cat app

[Catalyst] more thoughts on $c-foward

2010-02-12 Thread Tommy Butler
benefit do I get from that? tommy this is so much shorter: $c-forward(Helper::Ajax = nocache_headers = []); tommy does this give you something special that I'm missing? $c-controller('foo')-action_for('bar') -- Tommy Butler ___ List: Catalyst

[Catalyst] catalystframework.org down?

2010-01-05 Thread Tommy Butler
It would seem, at least for me that from several networks I can't reach http://www.catalystframework.org/calendar/2008/11 Anyone else experiencing this? -- Tommy Butler ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin

[Catalyst] proper flow control with $c-foward, in search of greater grok

2010-01-04 Thread Tommy Butler
the namespace starting at 'MyApp' and why I am not required # to do so in the example immediately above this one $c-forward('MyApp::View::MP3'); -- Tommy Butler ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo

Re: [Catalyst] proper flow control with $c-foward, in search of greater grok

2010-01-04 Thread Tommy Butler
and useful thing you can forward to - an action directly. $c-forward($c-controller('Foo')-action_for('bar'), [...@args]); oOOooo I like that! $c-controller-... AWESOME! Thank you for your response Tomas. -- Tommy Butler ___ List: Catalyst

[Catalyst] error when using Authentication::Store::Minimal

2009-06-02 Thread Tommy Butler
Could anyone provide some insight on why this might be failing? I'm trying to use Authentication::Store::Minimal just to test authentication, following along with the examples in the Catalyst book by Jon Rockway. $c-login continues to fail. Instead I get this error from the debug server:

[Catalyst] Re: error when using Authentication::Store::Minimal

2009-06-02 Thread Tommy Butler
/Catalyst/Authentication/Credential/Password.pm Tommy Butler wrote: Could anyone provide some insight on why this might be failing? I'm trying to use Authentication::Store::Minimal just to test authentication, following along with the examples in the Catalyst book by Jon Rockway. $c-login

Re: [Catalyst] Why it is better to use an ORM like DBIx::Class

2009-06-01 Thread Tommy Butler
This was very helpful, thank you. -- Tommy Octavian Râşniţă wrote: Hi, I corrected (re-written) that message in which I tried to show why it is better to use DBIC, because it doesn't affect the efficiency. Here it is. I hope it could be helpful. Please tell me if you think it needs