Re: [Catalyst] Catalyst::Plugin::AutoCRUD setup_components

2011-11-01 Thread Tomas Doran
On 1 Nov 2011, at 03:24, Jason Galea wrote: any suggestions? Can you show us the code that doesn't work when it's in your app? Cheers t0m ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst

Re: [Catalyst] Plack::Hanlder::FCGI Bug?

2011-11-01 Thread Tomas Doran
On 30 Oct 2011, at 12:01, N.A. wrote: t0m, I'm very happy if you fix this transparently!!! Following are some information. Thanks very very much for this. This may be enough for me to just write the tests and fix it, it's certainly It'll take me a few days to get around to this, but I

Re: [Catalyst] Catalyst::Plugin::AutoCRUD setup_components

2011-11-01 Thread Jason Galea
On Tue, Nov 1, 2011 at 7:38 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 1 Nov 2011, at 03:24, Jason Galea wrote: any suggestions? Can you show us the code that doesn't work when it's in your app? Hi t0m, thanks, I'll try to keep it relevant. If you don't see anything and you'e

Re: [Catalyst] Catalyst::Plugin::AutoCRUD setup_components

2011-11-01 Thread Tomas Doran
On 1 Nov 2011, at 10:48, Jason Galea wrote: On Tue, Nov 1, 2011 at 7:38 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 1 Nov 2011, at 03:24, Jason Galea wrote: any suggestions? Can you show us the code that doesn't work when it's in your app? Hi t0m, thanks, I'll try to keep it

Re: [Catalyst] Catalyst::Plugin::AutoCRUD setup_components

2011-11-01 Thread Jason Galea
On Tue, Nov 1, 2011 at 9:44 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 1 Nov 2011, at 10:48, Jason Galea wrote: On Tue, Nov 1, 2011 at 7:38 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 1 Nov 2011, at 03:24, Jason Galea wrote: any suggestions? Can you show us the code that

Re: [Catalyst] Cat App on dotcloud

2011-11-01 Thread Lindolfo Lorn Rodrigues
Hi Dermot, I got the same issue and open a ticket in dotcloud and they answered: * Jérôme Petazzoni, Sep-05 21:46 (PDT):* Hi, I remember that had a very similar issue when I tried to run Catalyst on DotCloud. Assuming that you used Catalyst::Devel to generate a Catalyst app skeleton, did

Re: [Catalyst] Cat App on dotcloud

2011-11-01 Thread Oliver Gorwits
skeleton, did you run perl Makefile.PL locally, to generate meta.yml and the inc directory? This could be it, and is mentioned in Phillip Smith’s comprehensive guide, on blogs.perl.org:

Re: [Catalyst] Cat App on dotcloud

2011-11-01 Thread Dimitar Petrov
Since Catalyst 5.9x supports psgi natively you can check these docs here also: https://metacpan.org/module/Catalyst::Upgrading#Upgrading-the-PSGI-Engine You want to skip the step (Then you’ll want to set-up support for PSGI. To do that, you can simply:) from the blog post and just write your

Re: [Catalyst] Cat App on dotcloud

2011-11-01 Thread Richard Thomas
On 02/11/2011, at 6:38 AM, Dimitar Petrov wrote: Since Catalyst 5.9x supports psgi natively you can check these docs here also: https://metacpan.org/module/Catalyst::Upgrading#Upgrading-the-PSGI-Engine You want to skip the step (Then you’ll want to set-up support for PSGI. To do that,

Re: [Catalyst] Cat App on dotcloud

2011-11-01 Thread Tomas Doran
On 1 Nov 2011, at 20:15, Richard Thomas wrote: On 02/11/2011, at 6:38 AM, Dimitar Petrov wrote: Since Catalyst 5.9x supports psgi natively you can check these docs here also: https://metacpan.org/module/ Catalyst::Upgrading#Upgrading-the-PSGI-Engine You want to skip the step (Then

Re: [Catalyst] Cat App on dotcloud

2011-11-01 Thread Richard Thomas
I'd like to get whatever doesn't work for dotCloud working again, so if you can share any of this info, I'd be very grateful. Hi Tom, It's still available on their site to me, but perhaps because I raised it? Anyway, here are the guts of it (reverse-thread): = Your request (#14661)