Re: [Catalyst] noob question about session timeouts

2008-11-15 Thread Matt S Trout
On Sun, Nov 02, 2008 at 10:20:08PM +, Peter Flanigan wrote: Cliff Green wrote: When a session expires in the app I'm putting together, the user is sent back to the login screen at the next request, as expected. What I'd like to do is stuff something like 'Session Expired' into

Re: [Catalyst] noob question about session timeouts

2008-11-15 Thread Matt S Trout
On Sun, Nov 02, 2008 at 04:00:13PM -0500, Cliff Green wrote: When a session expires in the app I'm putting together, the user is sent back to the login screen at the next request, as expected. What I'd like to do is stuff something like 'Session Expired' into $c-stash-{error_msg} and have

Re: [Catalyst] [META] Advent calendar

2008-11-15 Thread Matt S Trout
On Wed, Nov 05, 2008 at 05:50:42AM -0800, J. Shirley wrote: On Tue, Nov 4, 2008 at 9:47 PM, Kieren Diment [EMAIL PROTECTED] wrote: On Tue, Nov 04, 2008 at 04:19:38PM -0600, Jonathan Rockway wrote: * On Tue, Nov 04 2008, Dermot wrote: Is there going to be an advent calendar for this year?

Re: [Catalyst] [META] Advent calendar

2008-11-15 Thread Matt S Trout
On Tue, Nov 04, 2008 at 10:14:11PM +, Dermot wrote: Is there going to be an advent calendar for this year? No, there isn't. Instead, we're going to rename Catalyst to AliMojo::Mojo::Mojo for maximum naming confusion to the stupid and fuck off down the pub. ... no, really, of course

Re: [Catalyst] Re: recommendation

2008-11-15 Thread Matt S Trout
On Mon, Nov 10, 2008 at 09:40:13PM +0200, Octavian Rasnita wrote: although it's not what you asked, i'll comment that i've had great luck doing this the other way round: i write the classes (with a lot of help from an emacs template*) and generate a DDL script from those. in addition to

Re: [Catalyst] recommendation

2008-11-15 Thread Matt S Trout
On Mon, Nov 10, 2008 at 08:46:21PM +0200, Octavian Rasnita wrote: However, if I need to use DBIx::Class::DigestColumns, I don't know how to add the following statement in a BEGIN block after it was already created by the Catalyst helper without the digest_check_method key:

Re: [Catalyst] Catalyst, MVCs and other MVCs

2008-11-15 Thread Matt S Trout
On Tue, Nov 04, 2008 at 05:56:51PM +1100, Adam Clarke wrote: Our first experiences of trying to use it were quite frustrating - there were zillions of dependencies to be met and this could take a fair bit of perseverance since they would often fail to install for reasons which were

Re: [Catalyst] Running multiple instances on an application

2008-11-15 Thread Matt S Trout
On Tue, Nov 04, 2008 at 01:24:22PM +0100, Christian Lackas wrote: Hi Everybody, I would like to have multiple (20-50) instances of a Catalyst application running using FastCGI. Since this would result in quite a few preforked processes, I wondered if it is possible to just use one set of

Re: [Catalyst] Re: recommendation

2008-11-15 Thread Octavian Rasnita
From: Matt S Trout [EMAIL PROTECTED] On Mon, Nov 10, 2008 at 09:40:13PM +0200, Octavian Rasnita wrote: although it's not what you asked, i'll comment that i've had great luck doing this the other way round: i write the classes (with a lot of help from an emacs template*) and generate a DDL

Re: [Catalyst] recommendation

2008-11-15 Thread Octavian Rasnita
From: Matt S Trout [EMAIL PROTECTED] On Mon, Nov 10, 2008 at 08:46:21PM +0200, Octavian Rasnita wrote: However, if I need to use DBIx::Class::DigestColumns, I don't know how to add the following statement in a BEGIN block after it was already created by the Catalyst helper without the