[Catalyst] More failing tests while packagaing / building!

2006-10-31 Thread Matt Patterson
Hrm. So, I got Catalyst-Runtime (5.7003) built, with all tests either passing or skipping, which was cool. Then I thought I'd build Catalyst-Devel in order to run the optional tests t/optional_http_server-restart and t/optional_http_server. t/optional_http_server-restart is failing: the

[Catalyst] regexes and auto actions

2006-10-31 Thread Carl Johnstone
Hi, Got a question regarding the best way of setting up handlers. The site is split into many areas (and subareas) defined by URL path, the same types of content appear in each area of the site. There's stuff that needs setting up that's specific to the area of the site, this appears around

Re: [Catalyst] regexes and auto actions

2006-10-31 Thread Christopher H. Laco
Carl Johnstone wrote: Hi, Got a question regarding the best way of setting up handlers. The site is split into many areas (and subareas) defined by URL path, the same types of content appear in each area of the site. There's stuff that needs setting up that's specific to the area of the

Re: [Catalyst] Chained actions usage and DBIC performance

2006-10-31 Thread Guillermo Roditi
i do exactly what you just mentioned with $rs-first On 10/30/06, Nilson Santos Figueiredo Junior [EMAIL PROTECTED] wrote: On 10/30/06, John Napiorkowski [EMAIL PROTECTED] wrote: I do something very similar to what you are talking about but I don't issue a find until the endpoint. You can do

Re: [Catalyst] regexes and auto actions

2006-10-31 Thread Ash Berlin
Carl Johnstone wrote: Hi, Got a question regarding the best way of setting up handlers. The site is split into many areas (and subareas) defined by URL path, the same types of content appear in each area of the site. There's stuff that needs setting up that's specific to the area of the