[Catalyst] Catalyst::Plugin::AutoCRUD & setup_components

2011-10-31 Thread Jason Galea
Hi all, I'm trying to use Catalyst::Plugin::AutoCRUD but when correctly set up no actions are added to my app. After much hair pulling I found that my use of "after 'setup_components'" in my main Catalyst class was preventing setup_components in AutoCRUD from being called at all. After removing "

Re: [Catalyst] Cat App on dotcloud

2011-10-31 Thread Richard Thomas
> > Does anyone have any experience of deploying a Cat App onto dotcloud? > I have an cat app that works fine on my pc using the built-in server > but doesn't work on dotcloud. Hi Dermot, I have a Catalyst-based app running successfully on DotCloud. > I have seen a couple of examples but seem to

[Catalyst] Cat App on dotcloud

2011-10-31 Thread Dermot
Hi, Does anyone have any experience of deploying a Cat App onto dotcloud? I have an cat app that works fine on my pc using the built-in server but doesn't work on dotcloud. I have seen a couple of examples but seem to have come un-stuck. After creating my Cat app and the installing the dotcloud c

Re: [Catalyst] YA CRUD module

2011-10-31 Thread Tomas Doran
On 31 Oct 2011, at 14:49, David Schmidt wrote: It's about time I publish my first CPAN module and it happens to be yet another CRUD module. Feedback greatly appreciated. I haven't looked at this in depth - but it generally looks nice (other than lack of tests).. But some comments: You d

Re: [Catalyst] YA CRUD module

2011-10-31 Thread will trillich
Looks pretty sweet! Nice work. On Mon, Oct 31, 2011 at 9:49 AM, David Schmidt wrote: > It's about time I publish my first CPAN module and it happens to be > yet another CRUD module. > > Feedback greatly appreciated. > > https://github.com/davewood/CatalystX-TraitFor-Controller-Resource > > One

[Catalyst] YA CRUD module

2011-10-31 Thread David Schmidt
It's about time I publish my first CPAN module and it happens to be yet another CRUD module. Feedback greatly appreciated. https://github.com/davewood/CatalystX-TraitFor-Controller-Resource One thing I have yet to do is writing tests. :) david ps: there is http://search.cpan.org/~abraxxa/Cata