Re: [Catalyst] Slow fastcgi: A debugging aid

2009-05-05 Thread Tomas Doran
Octavian Râsnita wrote: My development and test server is under Windows and the production server under Linux, so because perl is not a really fully portable language, I also need to do tests under the production server, which is not very nice. If your development environment doesn't look as

Re: [Catalyst] Slow fastcgi: A debugging aid

2009-05-05 Thread Ash Berlin
On 5 May 2009, at 04:36, Jon Schutz wrote: Octavian Râsnita wrote on 5/4/09 5:43 PM: It would be nice to be able to limit the number of requests per fastcgi child process... On Mon, 2009-05-04 at 19:56 -0500, Peter Karman wrote: Catalyst::Plugin::AutoRestart Would I be correct in

Re: [Catalyst] unknown resource

2009-05-05 Thread Matt S Trout
On Sat, May 02, 2009 at 06:17:19PM +0300, Octavian Râşniţă wrote: From: Ash Berlin ash_c...@firemirror.com I'm guessing you've got your cat app rooted/deployed on '/' and are using FastGCI (from your other thread)? If so then I think you need something like this in the config: Alias

[Catalyst] Tests fail installing Catalyst::Controller::FormBuilder

2009-05-05 Thread Louis Erickson
While trying to install Catalyst::Controller::FormBuilder, we got some fairly annoying and significant looking errors. We're installing on OS X 10.5. This was working on a 10.4 machine, and we got catalyst-devel to install cleanly on 10.5. The tests give a big chunk of errors... I'm not sure

Re: [Catalyst] Forward to view question

2009-05-05 Thread Dennis Daupert
On Tue, May 5, 2009 at 1:59 PM, Andrew Rodland arodl...@comcast.net wrote: some code Andrew Hi Andrew, I just got your post, plugged it in, got an error. I'll need to play with this a bit, but have an appointment, so will try later. I really appreciate the info. /dennis

Re: [Catalyst] Tests fail installing Catalyst::Controller::FormBuilder

2009-05-05 Thread Peter Karman
Louis Erickson wrote on 5/5/09 1:46 PM: While trying to install Catalyst::Controller::FormBuilder, we got some fairly annoying and significant looking errors. We're installing on OS X 10.5. This was working on a 10.4 machine, and we got catalyst-devel to install cleanly on 10.5. The

Re: [Catalyst] Tests fail installing Catalyst::Controller::FormBuilder

2009-05-05 Thread Chisel Wright
On Tue, May 05, 2009 at 11:46:49AM -0700, Louis Erickson wrote: t/01-basic.TestApp::Component::TT is trying to use NEXT, which is deprecated. Please see the Class::C3::Adopt::NEXT documentation for details at /Users/davebowers/.cpan/build/Catalyst-Controller-FormBuilder-0.04/t/lib/Tes

Re: [Catalyst] Tests fail installing Catalyst::Controller::FormBuilder

2009-05-05 Thread Louis Erickson
On Tue, 5 May 2009, Peter Karman wrote: downgrade to Catalyst::Runtime 5.7 to start with. those errors look like 5.8 incompat issues. Yes, they do. I have the complete set of modules running on 5.8 on another machine. There's two main differences that I can think of. 1 It was an upgrade

Re: [Catalyst] Forward to view question

2009-05-05 Thread Tomas Doran
On 5 May 2009, at 20:19, Dennis Daupert wrote: I just got your post, plugged it in, got an error. I'll need to play with this a bit, Sorry for pointing out the obvious, but this is just perl: my $output = delete $c-res-{body}; opem(FH, file) or die; print FH $output; close(FH); will do

Re: [Catalyst] Tests fail installing Catalyst::Controller::FormBuilder

2009-05-05 Thread Tomas Doran
On 5 May 2009, at 22:05, Chisel Wright wrote: On Tue, May 05, 2009 at 11:46:49AM -0700, Louis Erickson wrote: t/01-basic.TestApp::Component::TT is trying to use NEXT, which is deprecated. Please see the Class::C3::Adopt::NEXT documentation for details at

Re: [Catalyst] Tests fail installing Catalyst::Controller::FormBuilder

2009-05-05 Thread Peter Karman
Louis Erickson wrote on 5/5/09 5:08 PM: On Tue, 5 May 2009, Peter Karman wrote: downgrade to Catalyst::Runtime 5.7 to start with. those errors look like 5.8 incompat issues. Yes, they do. I have the complete set of modules running on 5.8 on another machine. There's two main differences

[Catalyst] Odd Formbuilder behavior - parsing twice?

2009-05-05 Thread Fahd
Hello, I'm writing a Catalyst app based on the examples in the Catalyst book (basic CRUD) and am experiencing odd behavior with FormBuilder. I currently have a simple model with projects and clients. I am forwarding /project/add to /project/edit. When I directly edit a project I see formbuilder