Re: [Catalyst] [patch] Catalyst::Authentication::Store::DBIx::Class's authenticate parameters Documentation

2008-09-16 Thread Greg Matheson
On Tue, 16 Sep 2008, Jason Kuri wrote: > I've updated the id_field documentation, hopefully to clear things > up. I'll see about pushing a new rev up in the next few days. > The new id_field doc snippit is below. > =item id_field > ... > Note that this is used B when restoring a user from the

Re: [Catalyst] [patch] Catalyst::Authentication::Store::DBIx::Class's authenticate parameters Documentation

2008-09-16 Thread Jason Kuri
Hi Greg, Thanks for the patch. You're right - this is confusing behavior. The cause of the problem is that any fields passed to authenticate that don't match fields in the user table are ignored. This is done to ensure that any fields that may relate to other credentials / stores / realms invo

Re: [Catalyst] Switching to a production server

2008-09-16 Thread ivorw
Emily Heureux wrote: > Thanks, I read your suggestions and opinions and am switching to fastcgi > with apache. I'd like to do this in steps: > 1. Install FCGI::ProcManager > 2. Run myapp_fastcgi.pl from the command line, just like myapp_server.pl > 3. Then go through apache with mod_fastcgi. > > I

RE: [Catalyst] Switching to a production server

2008-09-16 Thread Emily Heureux
Thanks, I read your suggestions and opinions and am switching to fastcgi with apache. I'd like to do this in steps: 1. Install FCGI::ProcManager 2. Run myapp_fastcgi.pl from the command line, just like myapp_server.pl 3. Then go through apache with mod_fastcgi. I am on step 2, and I am thinking t

Re: [Catalyst] Xml data to html

2008-09-16 Thread Robin Berjon
On Sep 15, 2008, at 21:53 , Pedro Guevara wrote: Well I thought to make a script but It's going to take me a lot of time. Because is a complex tree of data, so I supossed that some module of Catalyst would do it for me. It's like