Re: [Catalyst] mod_fcgid on win32

2010-03-10 Thread Alan Hicks
fREW Schmidt wrote: Ok, so I may be getting somewhere with this, but I can't tell. I installed the .dll found here: http://www.fastcgi.com/dist/ and now my config looks like the following: VirtualHost *:8080 DocumentRoot C:/aircraft_ducting/root/ Alias /static

[Catalyst] Use of uri_for with CaptureArgs

2008-02-04 Thread Alan Hicks
Hi, I've started using CaptureArgs and PathPart and find them excellent and easy to use. I've probably missed something from the docs but does anyone have a best practice in using uri_for or an alternative for generating url's? the case I'm having difficulty with is to generate a url with

Re: [Catalyst] Use of uri_for with CaptureArgs

2008-02-04 Thread Alan Hicks
Bogdan Lucaciu wrote: On Monday 04 February 2008 14:09:25 Alan Hicks wrote: MyApp::Controller::Artist::Images sub images_setup : Chained('/artist/artist_setup') PathPart('images') CaptureArgs(1) {} /artist/*/images/* From within MyApp::Controller::Artist::Images uri_for($id, 'show') gives