[Catalyst] test server unexpectedly closing connections

2006-07-14 Thread Paul Makepeace
I've just debugged my way through something quite fiddly. Test server working fine with Firefox, but not IE. It turned out that POSTing to a page which then redirects and sets a cookie (not sure which if either is critical factor, I suspect the Location: header) closes the connection right after th

Re: [Catalyst] Andre Giesler/HASCO ist außer Haus.

2006-07-14 Thread Joel Bernstein
On Sat, Jul 15, 2006 at 03:36:26AM +0100, Matt S Trout wrote: > Matt S Trout wrote: > >> Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten. > > And now unsubscribed. I dunno if this is an auto-reply or a retarded > > notifier > > that doesn't exclude address boks, please fix it before y

Re: [Catalyst] Andre Giesler/HASCO ist außer Haus.

2006-07-14 Thread Matt S Trout
Matt S Trout wrote: > [EMAIL PROTECTED] wrote: >> I will be out of the office starting 15.07.2006 and will not return until >> 31.07.2006. >> >> Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten. > > And now unsubscribed. I dunno if this is an auto-reply or a retarded notifier > that d

Re: [Catalyst] Andre Giesler/HASCO ist außer Haus.

2006-07-14 Thread Matt S Trout
[EMAIL PROTECTED] wrote: > I will be out of the office starting 15.07.2006 and will not return until > 31.07.2006. > > Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten. And now unsubscribed. I dunno if this is an auto-reply or a retarded notifier that doesn't exclude address boks, pl

[Catalyst] Andre Giesler/HASCO ist außer Haus.

2006-07-14 Thread AGiesler
I will be out of the office starting 15.07.2006 and will not return until 31.07.2006. Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten. ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searc

Re: [Catalyst] Is users table primary key available in $c->user?

2006-07-14 Thread Guillermo Roditi
this should also work...$c->user->obj->id$user_row_obj = $c->user->objOn 7/14/06, Dennis Daupert < [EMAIL PROTECTED]> wrote:Dennis Daupert < [EMAIL PROTECTED]> wrote: I want to update my join table 'user_quotes' using the logged-in user's id. I found it!my $user_id = $c->user->user->id;Weird, sinc

Re: [Catalyst] Is users table primary key available in $c->user?

2006-07-14 Thread Dennis Daupert
Dennis Daupert <[EMAIL PROTECTED]> wrote: I want to update my join table 'user_quotes' using the logged-in user's id. I found it!my $user_id = $c->user->user->id;Weird, since my users table is named 'users' and not user. But I can't argue with what works./dennis_

[Catalyst] Is users table primary key available in $c->user?

2006-07-14 Thread Dennis Daupert
I want to update my join table 'user_quotes' using the logged-in user's id. By 'id' I mean the integer primary key from the users table.$c->user gives the username of the logged in user, so I could do a search on the users table by the unique username, but I'd rather not do that if it's already ava

Re: [Catalyst] Someone please benchmark and reply to this

2006-07-14 Thread A. Pagaltzis
* Christopher H. Laco <[EMAIL PROTECTED]> [2006-07-14 23:10]: > http://www.digg.com/programming/Django_vs._Rails_vs._Symfony_Django_is_fastest > > Once again, Perl is left out in the cold. Probably didn’t want their numbers to look too bad. ;) Regards, -- Aristotle “If you can’t laugh at yourse

[Catalyst] Someone please benchmark and reply to this

2006-07-14 Thread Christopher H. Laco
http://www.digg.com/programming/Django_vs._Rails_vs._Symfony_Django_is_fastest Once again, Perl is left out in the cold. signature.asc Description: OpenPGP digital signature ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailm

[Catalyst] restarting mod_fcgid processes

2006-07-14 Thread Nathan Kurz
Is there any way to gracefully restart Catalyst FastCGI processes running under Apache/mod_fcgid without restarting Apache? I'm trying to write a Subversion post-commit hook that will do this, but failing. It seems like mod_fastcgi has an -autoUpdate flag that will check the modification time on t

Re: [Catalyst] Bug in uri_for()

2006-07-14 Thread Paul Makepeace
On 7/14/06, Peter Karman <[EMAIL PROTECTED]> wrote: > > > Paul Makepeace scribbled on 7/13/06 7:44 AM: > > Folks may already know about this, sorry I haven't checked RT etc: > > > > I've just upgraded from 5.66 to 5.70 and noticed a bug with uri_for - > > it seems that if one of the final-arg hash

Re: [Catalyst] Bug in uri_for()

2006-07-14 Thread Peter Karman
Paul Makepeace scribbled on 7/13/06 7:44 AM: > Folks may already know about this, sorry I haven't checked RT etc: > > I've just upgraded from 5.66 to 5.70 and noticed a bug with uri_for - > it seems that if one of the final-arg hash ref parameters has a value > that is not something it's expecti

[Catalyst] testing database contents

2006-07-14 Thread Alan Humphrey
All –   This is another one of those “what is the best practice/how are other people doing this” questions.   I’m testing a Catalyst app with Test::WWW::Mechanize::Catalyst.  Part of the testing involves submitting data that goes into the database.  I’d like to confirm that the data is

Re: [Catalyst] ::Model::SomeTable->some_method() problem

2006-07-14 Thread Nathaniel Nuss
On Fri, Jul 14, 2006 at 10:45:55AM +0100, Chisel Wright wrote: > It kinda sounds like I'm the only Pg/Model::DBIC user out there at > the moment ... :) ++ ;) I'm just not getting much of a chance to come up for air right now... -- Nate Nuss ___ List:

Re: [Catalyst] ::Model::SomeTable->some_method() problem

2006-07-14 Thread Chisel Wright
On Fri, Jul 14, 2006 at 08:56:12AM -0500, Brandon Black wrote: > There was one other guy who popped into #catalyst complaining about a > messed up Model::CDBI model from the same bug, so you're not > *completely* alone - you're just in unfavorable company :) Oh, I thought you lot were the unfavour

Re: [Catalyst] ::Model::SomeTable->some_method() problem

2006-07-14 Thread Brandon Black
On 7/14/06, Chisel Wright <[EMAIL PROTECTED]> wrote: > I just hadn't had the tuits to slap the dev release on my laptop. It > kinda sounds like I'm the only Pg/Model::DBIC user out there at the > moment ... :) > There was one other guy who popped into #catalyst complaining about a messed up Model:

Re: [Catalyst] accessing action methods in a TT view

2006-07-14 Thread Guillermo Roditi
why not just $c->forward?On 7/13/06, Rodney Broom <[EMAIL PROTECTED]> wrote: From: "Guillermo Roditi" <[EMAIL PROTECTED]>> whatabout $c->controller()That appears to work, thanks. The remaining cludge I've got in my code is carrying around the context. So far, I only need this for access to the stas

Re: [Catalyst] ::Model::SomeTable->some_method() problem

2006-07-14 Thread Chisel Wright
On Fri, Jul 14, 2006 at 03:03:59AM +0100, Matt S Trout wrote: > It's a bug. Shame nobody using a setup like yours can have tested the > dev releases like we asked. Yes, I did (half) apologise for this in my first post. I realise it's the fault of people like me. I just hadn't had the tuits to s