Re: [Catalyst] Catalyst::Controller: find_meta not found

2012-02-15 Thread Nigel Metheringham
On 15 Feb 2012, at 00:12, Seth Daniel wrote: Array found where operator expected at /opt/perl/5.10/lib/site_perl/5.10.1/Catalyst/Controller.pm line 215, at end of line (Missing operator before ?) Undefined subroutine Catalyst::Controller::find_meta called at

[Catalyst] Using Test::WWW::Mechanize::Catalyst on a test database

2012-02-15 Thread Robert Rothenberg
I would like to use Test::WWW::Mechanize::Catalyst with an alternative database schema (since I want to test reading and writing on a database with the same schema but known data that is not the live database), but it's not clear to me from reading the documentation on how to do this, or even if

Re: [Catalyst] Catalyst::Controller: find_meta not found

2012-02-15 Thread Gavin Henry
With a very simple catalyst app this happens: Array found where operator expected at /opt/perl/5.10/lib/site_perl/5.10.1/Catalyst/Controller.pm line 215, at end of line  (Missing operator before ?) Undefined subroutine Catalyst::Controller::find_meta called at

Re: [Catalyst] Using Test::WWW::Mechanize::Catalyst on a test database

2012-02-15 Thread Jesse Sheidlower
On Wed, Feb 15, 2012 at 03:25:51PM +, Robert Rothenberg wrote: I would like to use Test::WWW::Mechanize::Catalyst with an alternative database schema (since I want to test reading and writing on a database with the same schema but known data that is not the live database), but it's not

Re: [Catalyst] Using Test::WWW::Mechanize::Catalyst on a test database

2012-02-15 Thread Robert Rothenberg
On 15/02/12 16:03 Jesse Sheidlower wrote: On Wed, Feb 15, 2012 at 03:25:51PM +, Robert Rothenberg wrote: I would like to use Test::WWW::Mechanize::Catalyst with an alternative database schema (since I want to test reading and writing on a database with the same schema but known data that

Re: [Catalyst] Catalyst::Controller: find_meta not found

2012-02-15 Thread Tomas Doran
On 15 Feb 2012, at 15:55, Gavin Henry wrote: With a very simple catalyst app this happens: Array found where operator expected at /opt/perl/5.10/lib/site_perl/5.10.1/Catalyst/Controller.pm line 215, at end of line (Missing operator before ?) Undefined subroutine

Re: [Catalyst] Catalyst::Controller: find_meta not found

2012-02-15 Thread Seth Daniel
On Wed, Feb 15, 2012 at 09:48:37PM +, Tomas Doran wrote: On 15 Feb 2012, at 15:55, Gavin Henry wrote: With a very simple catalyst app this happens: Array found where operator expected at /opt/perl/5.10/lib/site_perl/5.10.1/Catalyst/Controller.pm line 215, at end of line

Re: [Catalyst] Using Test::WWW::Mechanize::Catalyst on a test database

2012-02-15 Thread Kieren Diment
On 16/02/2012, at 3:29 AM, Robert Rothenberg wrote: On 15/02/12 16:03 Jesse Sheidlower wrote: On Wed, Feb 15, 2012 at 03:25:51PM +, Robert Rothenberg wrote: I would like to use Test::WWW::Mechanize::Catalyst with an alternative database schema (since I want to test reading and writing

Re: [Catalyst] Using Test::WWW::Mechanize::Catalyst on a test database

2012-02-15 Thread Kieren Diment
On 16/02/2012, at 9:45 AM, Robert Rothenberg wrote: On 15/02/12 16:03 Jesse Sheidlower wrote: On Wed, Feb 15, 2012 at 03:25:51PM +, Robert Rothenberg wrote: I would like to use Test::WWW::Mechanize::Catalyst with an alternative database schema (since I want to test reading and writing

[Catalyst] Overriding chained methods.

2012-02-15 Thread Bill Moseley
I have an app that is naturally hierarchical, so to make up an example a path might be: /version1/country/12/region/31/state/12/city/45 which I use Chained actions to implement. And the Controllers follow that layout as well: App/Controller/Version1/Country/Region/State/City.pm Here's where

[Catalyst] Re: Overriding chained methods.

2012-02-15 Thread Bill Moseley
On Thu, Feb 16, 2012 at 7:40 AM, Bill Moseley mose...@hank.org wrote: I have an app that is naturally hierarchical, so to make up an example a path might be: /version1/country/12/region/31/state/12/city/45 which I use Chained actions to implement. BTW -- On a side note (and as a sanity

Re: [Catalyst] Fix for content-length issue introduced with Catalyst 5.8.x

2012-02-15 Thread Bill Moseley
On Thu, Feb 16, 2012 at 9:51 AM, Dominic Germain mailingli...@sogetel.comwrote: Hi, We just update from Catalyst 5.7.x to Catalyst 5.90007. All our apps code and our DBs are in ISO-8859-1 encoding. View::TT is configured to output stuff as UTF-8 and everything is working fine until the

Re: [Catalyst] Fix for content-length issue introduced with Catalyst 5.8.x

2012-02-15 Thread Dominic Germain
No, we are not using Catalyst::Plugin::Unicode::Encoding Dominic Germain - Administrateur réseau / Network administrator Sogetel www.sogetel.net mailingli...@sogetel.com Le 12-02-15 à 22:25, Bill Moseley a écrit : On Thu, Feb 16, 2012 at 9:51

Re: [Catalyst] Fix for content-length issue introduced with Catalyst 5.8.x

2012-02-15 Thread Bill Moseley
On Thu, Feb 16, 2012 at 10:56 AM, Dominic Germain mailingli...@sogetel.comwrote: No, we are not using Catalyst::Plugin::Unicode::Encoding Does using it fix your problem? It should. But, you also should decode input data, too. I'm still not sure why that is a separate plugin. When would

Re: [Catalyst] nginx/FastCGI configuration issues

2012-02-15 Thread Jason Galea
On Thu, Feb 16, 2012 at 3:02 AM, Jesse Sheidlower jes...@panix.com wrote: location /incomings { include fastcgi_params; fastcgi_param SCRIPT_NAME /incomings/; fastcgi_param PATH_INFO $fastcgi_script_name; fastcgi_pass