Re: [Catalyst] problem with Apache and FastCGI

2012-05-27 Thread W. Tyler Gee
Check your trailing slashes. Post your config (FastCgiServer and Alias lines) so we can see. On May 26, 2012 7:41 AM, "Frank Schwach" wrote: > Hi, > > I'm trying to run my Catalyst app as a FastCGI process with Apache2, using > the static configuration option. > When I start Apache I get the foll

Re: [Catalyst] Additional scripts accessing the Model and Config?

2012-06-08 Thread W. Tyler Gee
Hello, On Fri, Jun 8, 2012 at 11:33 AM, Luis Muñoz wrote: > > On Jun 8, 2012, at 5:04 PM, Tomas Doran wrote: > > > Sorry - I'm confused - how does calling into the app to get stuff as > $self->application_name->model('Foo')->some_method(@stuff) > > How does the Model, called like that, would kno

Re: [Catalyst] Using JSON

2009-04-14 Thread W. Tyler Gee
I think the recommended module would be Catalyst::View::JSON and if you want to change anything you just plug in a different driver via the config rather than worrying about altering the View itself. ~Tyler 2009/4/14 Octavian Râşniţă > Hi, > > What's the recommended module for getting a JSON req

Re: [Catalyst] Jason Kohles' tutorial on ExtJs editable data grids and Catalyst

2009-04-16 Thread W. Tyler Gee
Is there a javascript error when you hit save or is it getting to the server? Where is your actual problem? On Thu, Apr 16, 2009 at 5:30 AM, jagdish eashwar wrote: > Hi Peter, > Thanks for writing in. It is really not my code at all. I have taken it all > from the tutorial. I thought that people