Re: [Catalyst] RFC: Catalyst::Controller::RHTMLO

2009-02-02 Thread Jason Gottshall
Zbigniew Lukasiak wrote: Maybe I am just being lazy now - but before I start digging too deep - did you take into accout that some forms require loading stuff from the DB? It can happen in to cases: 1) loading SELECT choices lists - this one is easy - because it can be done at initialisation

Re: [Catalyst] Catalyst / DBIx Class Relationship many_to_many problem

2009-02-02 Thread Jakub Tutaj
J. Shirley wrote: This is actually a DBIx::Class issue and not Catalyst, but the answer to your problem is to simply enable quoting. Since 'user' is a reserved word, you must quote it. See this section in the DBIx::Class cookbook:

[Catalyst] [PATCH] [RFC] Seed the RNG in Catalyst::Engine::FastCGI

2009-02-02 Thread Andrew Rodland
Due to the way FastCGI does its business, when running as an external FastCGI, the perl interpreter and the Catalyst app are initialized before the FCGI process manager does its forking. Since modern versions of Perl seed rand() eagerly on startup, this leads to all of the FastCGI children

Re: [Catalyst] Proper ngettext with Catalyst

2009-02-02 Thread Octavian Rasnita
From: Felix Antonius Wilhelm Ostmann ostm...@websuche.de i run into the same problem with german phrases [quant,_1,message has,messages have] been sent. but in german: singular: Es wurde 1 Nachricht gesendet. plural: Es wurden 10 Nachrichten gesendet. So i cant build that with normal

Re: [Catalyst] Proper ngettext with Catalyst

2009-02-02 Thread Felix Antonius Wilhelm Ostmann
i run into the same problem with german phrases [quant,_1,message has,messages have] been sent. but in german: singular: Es wurde 1 Nachricht gesendet. plural: Es wurden 10 Nachrichten gesendet. So i cant build that with normal quant ... and i was thinking about a quantf :) Es

Re: [Catalyst] Test::WWW:Mechanize::Catalyst

2009-02-02 Thread kirk beers
You were exactly correct Will. Thanks for putting me onto $mech-content. I was able to find out that my sign-in and authorization wasn't working properly because I had incorrect config info for my ACL class. Thanks again!! On Mon, Jan 26, 2009 at 10:20 AM, Will Hawes wdha...@gmail.com wrote: