Re: [Catalyst] Weird -d flag and txn_do interaction...

2007-09-14 Thread Marcello Romani
Matt S Trout ha scritto: On Mon, Sep 10, 2007 at 09:06:07AM +0200, Marcello Romani wrote: Matt S Trout ha scritto: On Mon, Aug 27, 2007 at 05:10:23PM +0200, Marcello Romani wrote: Hi, I'm developing an app using cat and dbic, with postgresql 8.1. I've got a table with a unique column.

Re: [Catalyst] How to use querylog plugin...

2007-09-14 Thread Marcello Romani
Matt S Trout ha scritto: On Wed, Sep 12, 2007 at 04:13:36PM +0200, Marcello Romani wrote: Hallo, I've installed C::P::QueryLog and installed the template provided by the pod doc, but I always get 0.00 seconds of elapsed time, no matter how many db accesses I do. Uninstall it and use the

Re: [Catalyst] printing the generated SQL

2007-09-14 Thread Paul Rudolf Seebacher
Octavian Rasnita wrote: Hi, Is it possible to log a certain SQL which is generated in a Catalyst application by a controller that uses a DBIx::Class model? Thank you. Octavian ___ List: Catalyst@lists.rawmode.org Listinfo:

Re: [Catalyst] Some guidance needed please

2007-09-14 Thread Simon Wilcox
Matt S Trout wrote: The docs are correct. That's just completely the wrong place for the create_limited method. I'd better read them more thoroughly then :-) I'm coming at this as an ex-Class::DBI user who uses DBIx::Class every few months. Each time I come into contact with it the state

Re: [Catalyst] printing the generated SQL

2007-09-14 Thread Octavian Rasnita
From: Paul Rudolf Seebacher [EMAIL PROTECTED] Octavian Rasnita wrote: Hi, Is it possible to log a certain SQL which is generated in a Catalyst application by a controller that uses a DBIx::Class model? Thank you. Octavian ___ List:

Re: [Catalyst] Some guidance needed please

2007-09-14 Thread Matt S Trout
On Fri, Sep 14, 2007 at 12:43:15PM +0100, Simon Wilcox wrote: Matt S Trout wrote: The docs are correct. That's just completely the wrong place for the create_limited method. I'd better read them more thoroughly then :-) I'm coming at this as an ex-Class::DBI user who uses DBIx::Class

Re: [Catalyst] printing the generated SQL

2007-09-14 Thread Fernan Aguero
| From: Paul Rudolf Seebacher [EMAIL PROTECTED] | Octavian Rasnita wrote: Hi, Is it possible to log a certain SQL which is generated in a Catalyst application by a controller that uses a DBIx::Class model? Thank you. Octavian This will print out geneerated SQL on debug screen: $

[Catalyst] Re: uri_for() not working under lighttpd fastcgi

2007-09-14 Thread Carl Franks
I discovered that if instead of hitting: http://my-domain/amazon I hit: http://my-domain/amazon/ ... then uri_for() started working as expected. I added a rewrite rule to my lighttpd config: url.rewrite = ( ^/amazon$ = /amazon/ ) and everything is now working again. I don't know if

Re: [Catalyst] Re: uri_for() not working under lighttpd fastcgi

2007-09-14 Thread Jim Spath
Carl Franks wrote: I discovered that if instead of hitting: http://my-domain/amazon I hit: http://my-domain/amazon/ ... then uri_for() started working as expected. I added a rewrite rule to my lighttpd config: url.rewrite = ( ^/amazon$ = /amazon/ ) and everything is now working

Re: [Catalyst] uri_for adding :443 to URL when HTTPS=on

2007-09-14 Thread Andy Grundman
On Aug 28, 2007, at 6:34 AM, Charlie Garrison wrote: Good evening, I upgraded Catalyst-Runtime from 5.7007 to 5.7010 yesterday; and that seems to be the cause of this problem. But it could have been there before and it was never reported by our users. When users try to login

Re: [Catalyst] TT VMethods

2007-09-14 Thread Mitchell Jackson
That's awesome! Thanks for the hints! /mitch Felix Antonius Wilhelm Ostmann wrote: i use another easy way: package C::V::TT; use strict; use base 'Catalyst::View::TT'; __PACKAGE__-config( { CATALYST_VAR = 'catalyst', ... FILTERS = { 'dollar' = sub {