Re: [Catalyst] local::lib and mini-cpan for Catalyst apps

2009-07-16 Thread Tomas Doran
On 16 Jul 2009, at 02:48, Chris wrote: I'm trying to establish a working recipe for Cat apps with local::lib and app-local mini-CPANs. The aim is to have completely independent app installations with their own copies of all their dependancies, so an install will be copy to server and run

Re: [Catalyst] 10 Catalyst Models in 10 Days

2009-07-16 Thread Richard Thomas
I was with you right up until the word emacs ;-) Seriously though, great work. And +1 for the dog-fooding too. I look forward to the series unfolding. RET On 12/07/2009, at 5:53 PM, Ashley wrote: I'm doing a series of short-ish articles called 10 Catalyst Models in 10 Days. It will be

Re: [Catalyst] Hangs in RenderView in end

2009-07-16 Thread John Romkey
For what it's worth, I do my development under MacOS X 10.5 (currently 10.5.7) and use FF 3.0.x (currently 3.0.11) as my primary browser for development and haven't run into any problems. I'm up-to-date on all the Catalyst packages. I normally run the built-in server with '-r -d' but

[Catalyst] Multiple Chain Actions

2009-07-16 Thread Derek Wueppelmann
So I've been trying to write this application that has some of the functionality provided with a JSON interface. Originally I was using a separate module to provide the JSON interface, but then realised that all I was doing was forwarding all of the requests to other modules. I then found that I

Re: [Catalyst] Multiple Chain Actions

2009-07-16 Thread Tomas Doran
On 16 Jul 2009, at 16:30, Derek Wueppelmann wrote: sub json : Chained('/') ChainedArgs(0) { my ($self, $c) = @_; Is this something that is possible? Should I even be using Chaining for this? Any help would be appreciated. Call your top level path part root, then inherit (or apply

Re: [Catalyst] local::lib and mini-cpan for Catalyst apps

2009-07-16 Thread Amiri Barksdale
On Thu, Jul 16, 2009 at 10:06:31AM +0100, Tomas Doran wrote: On 16 Jul 2009, at 02:48, Chris wrote: I'm trying to establish a working recipe for Cat apps with local::lib and app-local mini-CPANs. The aim is to have completely independent app installations with their own copies of all their

[Catalyst] CatalystX::CRUD Storage Error

2009-07-16 Thread Amiri Barksdale
It seems that my CatalystX::CRUD ModelAdapter is unable to find the method storage in DBIx::Class::ResultSet. Here is the error and the code: http://scsys.co.uk:8001/31231 Does anyone know how to fix this? Amiri ___ List: Catalyst@lists.scsys.co.uk

Re: [Catalyst] local::lib and mini-cpan for Catalyst apps

2009-07-16 Thread Tomas Doran
On 16 Jul 2009, at 20:21, Amiri Barksdale wrote: I offer encouragement. Patches are the best form of encouragement.. Cloning a CPAN config and mangling some options isn't exaclty a big deal - well volunteered. :) I'd certainly be encouraged to pull my finger out my ass and make perl

Re: [Catalyst] Hangs in RenderView in end

2009-07-16 Thread Gordon Yeong
2009/7/16 John Romkey rom...@apocalypse.org For what it's worth, I do my development under MacOS X 10.5 (currently 10.5.7) and use FF 3.0.x (currently 3.0.11) as my primary browser for development and haven't run into any problems. I'm up-to-date on all the Catalyst packages. I normally run

Re: [Catalyst] CatalystX::CRUD Storage Error

2009-07-16 Thread Peter Karman
Amiri Barksdale wrote on 7/16/09 2:34 PM: It seems that my CatalystX::CRUD ModelAdapter is unable to find the method storage in DBIx::Class::ResultSet. Here is the error and the code: http://scsys.co.uk:8001/31231 Does anyone know how to fix this? what does your Controller config

Re: [Catalyst] CatalystX::CRUD Storage Error

2009-07-16 Thread Amiri Barksdale
On Thu, Jul 16, 2009 at 09:36:47PM -0500, Peter Karman wrote: | Amiri Barksdale wrote on 7/16/09 2:34 PM: | It seems that my CatalystX::CRUD ModelAdapter is unable to find the | method storage in DBIx::Class::ResultSet. | | Here is the error and the code: | | http://scsys.co.uk:8001/31231

Re: [Catalyst] CatalystX::CRUD Storage Error

2009-07-16 Thread Amiri Barksdale
On Thu, Jul 16, 2009 at 09:36:47PM -0500, Peter Karman wrote: | what does your Controller config look like? Specifically, what is the value of | 'model_name' and what does the model_name class look like? The model_name value | should be the same for all your Controllers (the main subclass of |

Re: [Catalyst] CatalystX::CRUD Storage Error

2009-07-16 Thread Peter Karman
Amiri Barksdale wrote on 7/16/09 10:48 PM: On Thu, Jul 16, 2009 at 09:36:47PM -0500, Peter Karman wrote: | what does your Controller config look like? Specifically, what is the value of | 'model_name' and what does the model_name class look like? The model_name value | should be the same