Re: [Catalyst] Catalyst 5.90010 server must be in CWD to run?

2012-02-21 Thread Eden Cardim
> "Louis" == Louis Erickson writes: Louis> No, I mean ../lib relative to the script's main directory. If I'm Louis> in / and run the script with a full path, I don't want or expect Louis> ../lib to be added to @INC. I want and expect the script to find Louis> the paths relat

[Catalyst] Connect DBIx::Class model on startup?

2012-02-21 Thread Daniel J. Luke
Is there a canonical (or recommended) way to have my new fastcgi processes' model(s) connect to their databases on startup (instead of during the first request?) I'd like to be able to avoid the extra delay on the first request each fastcgi process has while it's connecting to the DB. I think i

Re: [Catalyst] Catalyst 5.90010 server must be in CWD to run?

2012-02-21 Thread Louis Erickson
On Feb 21, 2012, at 5:24 AM, Eden Cardim wrote: >> "Louis" == Louis Erickson writes: > >Louis> Looking at @INC, it's clear that Catalyst no longer adds >Louis> "$basename/../inc" to the path - I haven't dug into the code to >Louis> find where the change was. > > You mean ../lib

Re: [Catalyst] Re: Overriding chained methods.

2012-02-21 Thread Eden Cardim
> "Bill" == Bill Moseley writes: Bill> What I was asking it how to override potentially any method in a Bill> chain of Actions and to magically swap the the root of the Bill> chain.  Sounds ugly and confusing. That's perfectly viable, here's a few scenarios: - override the actio

Re: [Catalyst] Built in profiling in the UI

2012-02-21 Thread Eden Cardim
> "Adam" == Adam Sjøgren writes: Adam> Hi Has anyone built something similar to this: Adam> * http://code.google.com/p/mvc-mini-profiler/ Adam> for Catalyst? Adam> Similar information is available on the console/in the log in Adam> debug-mode of course, but bringing

Re: [Catalyst] Catalyst 5.90010 server must be in CWD to run?

2012-02-21 Thread Eden Cardim
> "Louis" == Louis Erickson writes: Louis> Looking at @INC, it's clear that Catalyst no longer adds Louis> "$basename/../inc" to the path - I haven't dug into the code to Louis> find where the change was. You mean ../lib, right? Louis> I know all the help and samples have pe

[Catalyst] catalyst::runtime 5.90010 fails install test on Win 2008 Server

2012-02-21 Thread Padraig
Hi, I'm creating a new server install on windows 2008 server but am getting a failed install with Catalyst-Runtime-5.90010 Using cpanm Catalyst::Runtime I get 1 failed test where the issue seems to be expected forward slashes ... see below -cut- t/aggregate/unit_metaclass_compat_extend_non_moos

Re: [Catalyst] Catalyst 5.90010 server must be in CWD to run?

2012-02-21 Thread Alexander Hartmaier
Checkout in the sense of a version control system. Am 2012-02-20 22:25, schrieb Louis Erickson: > Yes, I'm talking to myself. It's that kind of day. > > The Changes file lists changes to Catalyst::Utils::home in 5.90009, and then > an update in 5.9.0010 to make it work better. The change is to