Re: [Catalyst] Local action in controller not mapping to template (retry): Solved

2009-04-21 Thread Daniel Hulme
On Mon, Apr 20, 2009 at 08:20:42AM -0700, Anne Brown wrote: As you suggested, I checked the vhosts file and sure enough, the problem was with the RewriteRule. I changed this: RewriteRule ^([A-Za-z0-9-]+)?$ index.pl/$1 to this: RewriteRule ^([A-Za-z0-9-/]+)?$ index.pl/$1 and problem

Re: [Catalyst] deployment with 3-tiered server setup: How to handle config?

2009-04-21 Thread Neo [GC]
Hi Jens, here we use a very simple solution to include different .yml-files with db-config and stuff. For each project (we run several Catalyst instances on one production server and some development-servers) we have an own .yml stored in our repository. The name of the .yml is the same as

Re: [Catalyst] C::Engine::HTTP taking very long

2009-04-21 Thread Ian Wells
2009/4/20 Matt S Trout dbix-cl...@trout.me.uk: Depends if you're going to write the patch - I don't have any networks with broken DNS to test on so I can't really do it ... I wasn't aware I did either, but there you go. I'll keep quiet and update to 5.8 instead, I think. Seems like the easier

Re: [Catalyst] deployment with 3-tiered server setup: How to handle config?

2009-04-21 Thread Ben Vinnerd
I have a file /etc/httpd/host.conf, which contains the line: PerlSetEnv CATALYST_CONFIG_LOCAL_SUFFIX live/dev/whatever This host.conf file is different on each host, and gets included from the main httpd.conf. ConfigLoader picks this up, and it works for me - only 1 file to change on each

RE: [Catalyst] deployment with 3-tiered server setup: How to handleconfig?

2009-04-21 Thread Merlyn Kline
here we use a very simple solution to include different .yml-files with db-config and stuff. For each project (we run several Catalyst instances on one production server and some development-servers) we have an own .yml stored in our repository. The name of the .yml is the same as the

Re: [Catalyst] Local action in controller not mapping to template (retry): Solved

2009-04-21 Thread Anne Brown
Daniel Hulme-4 wrote: On Mon, Apr 20, 2009 at 08:20:42AM -0700, Anne Brown wrote: As you suggested, I checked the vhosts file and sure enough, the problem was with the RewriteRule. I changed this: RewriteRule ^([A-Za-z0-9-]+)?$ index.pl/$1 to this: RewriteRule

Re: [Catalyst] C::Engine::HTTP taking very long

2009-04-21 Thread Matt S Trout
On Tue, Apr 21, 2009 at 10:10:54AM +0200, Ian Wells wrote: 2009/4/20 Matt S Trout dbix-cl...@trout.me.uk: Depends if you're going to write the patch - I don't have any networks with broken DNS to test on so I can't really do it ... I wasn't aware I did either, but there you go. I'll

Re: [Catalyst] [PATCH] Catalyst::DispatchType::Chained (5.7101, 5.80001)

2009-04-21 Thread Matt S Trout
On Mon, Apr 20, 2009 at 09:48:57PM +0100, Tomas Doran wrote: On 20 Apr 2009, at 20:58, Oleg Kostyuk wrote: I don't think that was what Matt asked for. Anyways, 1) Why can't your changes be a patch to Text::SimpleTable? I think that new module will be better in this case, because someone

Re: [Catalyst] Local action in controller not mapping to template (retry): Solved

2009-04-21 Thread Kiki
Anne Brown wrote: Daniel Hulme-4 wrote: On Mon, Apr 20, 2009 at 08:20:42AM -0700, Anne Brown wrote: As you suggested, I checked the vhosts file and sure enough, the problem was with the RewriteRule. I changed this: RewriteRule ^([A-Za-z0-9-]+)?$ index.pl/$1 to this:

Re: [Catalyst] Local action in controller not mapping to template (retry)

2009-04-21 Thread Matt S Trout
On Mon, Apr 20, 2009 at 07:31:52AM -0700, Anne Brown wrote: Unfortunately, my manuals show it. So do the PODs. I use ppm on Windoze to download perl modules. I couldn't find any repositories with later versions of Catalyst or the manual. I think ppm.tcool.org should have something recent.

Catalyst wiki buggered? was:Re: [Catalyst] C::Engine::HTTP taking very long

2009-04-21 Thread Ian Wells
Can you put something on the wiki as well please? Happily, but the validation link I get by email doesn't work... -- Ian. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive:

[Catalyst] [ANNOUNCE] Catalyst-Runtime-5.80002

2009-04-21 Thread Tomas Doran
The Catalyst core team is pleased to announce the availability of the first maintenance release of Catalyst 5.80. This release fixes a number of bugs and regressions found in the initial release. As far as I can see, this fixes every issue reported thus far in the initial release. If you

[Catalyst] how to reuse Catalyst Schema for non-web purposes?

2009-04-21 Thread kakimoto
hi guys, I just looked at my app and found that I need to reuse the Schema files found in my 'Schema' directory. This is because i need to write some batch scripts which will read the data in the databases and output to files in the server. I tried writing a regression test and put in 'use