Re: [Catalyst] Google Summer of Code: mentors, projects

2009-03-03 Thread Octavian Râsnita
From: Kieren Diment dim...@gmail.com I'm still keen on the idea of an easy Perl/Catalyst installer. Something that might encompass local::lib, PAR and deployable on the three or four main OSs windows (strawberry perl), OS X (10.4 and 10.5, using the system provided perl) and linux (maybe

[Catalyst] Can't locate method ??? via MyApp

2009-03-03 Thread Dermot
Hi, Running prove over my t directoty is giving me errors: Error: Can't locate object method config via package MyApp at lib/MyApp/Model/DB.pm line 7. package MyApp::Model::DB; use strict; use warnings; use base 'Catalyst::Model::DBIC::Schema'; __PACKAGE__-config( schema_class =

Re: [Catalyst] Can't locate method ??? via MyApp

2009-03-03 Thread Tomas Doran
On 3 Mar 2009, at 09:40, Dermot wrote: Hi, Running prove over my t directoty is giving me errors: Error: Can't locate object method config via package MyApp at lib/MyApp/Model/DB.pm line 7. snip Can't locate object method path_to via package MyApp at lib/MyApp/View/TT.pm line 20. snip

Re: [Catalyst] Google Summer of Code: mentors, projects

2009-03-03 Thread Tomas Doran
On 3 Mar 2009, at 09:08, Octavian Râsnita wrote: Of course, the only out of the box solution for running the apps would be the CGI way, because for running the testing server or for configuring fastcgi or mod_perl would need root permissions, but I think this is the same in case of other

Re: [Catalyst] Google Summer of Code: mentors, projects

2009-03-03 Thread Rodrigo
I have a dream... project. A Catalyst Application Server (i.e. Websphere, Weblogic, JBoss in javaland). It would be a catalyst app for managing and deploying other catalyst apps. It would take care of starting separate perl processes (virtual servers), plug them into Apache/lighttpd config files

Re: [Catalyst] Can't locate method ??? via MyApp

2009-03-03 Thread Dermot
2009/3/3 Tomas Doran bobtf...@bobtfish.net: On 3 Mar 2009, at 09:40, Dermot wrote: Hi, Do I need to 'use MyApp'? Yes. I am not sure why it's not searching back up the tree to find these method from Catalyst. Loading a leaf node in your object graph does not imply loading all of its

[Catalyst] Requested change to appease Test::Critic

2009-03-03 Thread Ian Wells
The 'use strict' and 'use warnings' lines need to be the first things in a file for Critic to be happy. This isn't the case in a couple of the script/ files when they're first generated by catalyst.pl. Fine, Test::Critic isn't for everyone, but the change has no effect on the non-Critic users.

[Catalyst] OT: edit/add seperate actions?

2009-03-03 Thread Iain
Hello all, So we are having a discussion @work about basic add/edit functions. We currently have currently two lines of thoughts on handling it. 1. Have separate actions for adding and editing e.g. # add /app/notice/add_new (POST To) /app/notice/process_add_new # edit /app/notice/*/edit (POST

Re: [Catalyst] [JOB] BBC iPlayer

2009-03-03 Thread Peter Edwards
http://jobs.bbc.co.uk/fe/tpl_bbc01.asp?newms=jjid=26804aid=15716 snippety OMG Publishing Services | BC4 C6 | BBC Broadcast Centre Will you throw in an OMGWTFBBQ T-shirt too? ;-) Peter http://perl.dragonstaff.co.uk ___ List:

Re: [Catalyst] Google Summer of Code: mentors, projects

2009-03-03 Thread Lee Aylward
On Tue, Mar 03, 2009 at 06:06:10PM +1100, Kieren Diment wrote: I'm still keen on the idea of an easy Perl/Catalyst installer. Something that might encompass local::lib, PAR and deployable on the three or four main OSs windows (strawberry perl), OS X (10.4 and 10.5, using the system

Re: [Catalyst] OT: edit/add seperate actions?

2009-03-03 Thread Bill Moseley
On Tue, Mar 03, 2009 at 03:33:51PM +, Iain wrote: # edit /app/notice/*/edit (POST Back to) /app/notice/*/edit Actually, I like option 2 best. So I suppose I'm asking for reasons why we shouldn't use option 1 :-) Here's what I often do, but it doesn't used chained actions, the URL is

Re: [Catalyst] OT: edit/add seperate actions?

2009-03-03 Thread J. Shirley
On Tue, Mar 3, 2009 at 8:53 AM, Mark Trostler m...@zzo.com wrote: Iain wrote: Hello all, So we are having a discussion @work about basic add/edit functions. We currently have currently two lines of thoughts on handling it. 1. Have separate actions for adding and editing e.g. # add

Re: [Catalyst] Can't locate method ??? via MyApp

2009-03-03 Thread Tomas Doran
On 3 Mar 2009, at 10:22, Dermot wrote: Loading a leaf node in your object graph does not imply loading all of its parent nodes. Is this because of use base? I was under the impression that the inheritance search would go up to the parent. Correct, but MyApp::Model::Foo ISA

Re: [Catalyst] Google Summer of Code: mentors, projects

2009-03-03 Thread Kieren Diment
On 04/03/2009, at 3:41 AM, Lee Aylward wrote: On Tue, Mar 03, 2009 at 06:06:10PM +1100, Kieren Diment wrote: I'm still keen on the idea of an easy Perl/Catalyst installer. Something that might encompass local::lib, PAR and deployable on the three or four main OSs windows (strawberry perl),

Re: [Catalyst] OT: edit/add seperate actions?

2009-03-03 Thread Zbigniew Lukasiak
On Tue, Mar 3, 2009 at 7:33 PM, Peter Karman pe...@peknet.com wrote: Iain wrote on 03/03/2009 09:33 AM: Hello all, So we are having a discussion @work about basic add/edit functions. We currently have currently two lines of thoughts on handling it. 1. Have separate actions for adding and

Re: [Catalyst] OT: edit/add seperate actions?

2009-03-03 Thread Peter Karman
Zbigniew Lukasiak wrote on 03/03/2009 02:53 PM: If you use CatalystX::CRUD::REST, you can do: # POST /foo- create new record # GET /foo- list all records # PUT /foo/pk - update record # DELETE/foo/pk -

[Catalyst] formbuilder template

2009-03-03 Thread Kate Yoak
Hey all, I can't quite figure out how to go about setting the template for element rending when using formbuilder. I am speaking of the piece that we iterate over, which displays individual pieces. Thanks for any help! Kate ___ List:

Re: [Catalyst] CatalystX

2009-03-03 Thread Oliver Gorwits
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zbigniew Lukasiak wrote: ListFramework is focused on the task of providing such an admin interface - so I guess out of the many other Catalyst CRUD frameworks it must really excel at that. But if you were looking rather for a scaffolding (i.e.

Re: [Catalyst] OT: edit/add seperate actions?

2009-03-03 Thread Zbigniew Lukasiak
On Tue, Mar 3, 2009 at 10:27 PM, Peter Karman pe...@peknet.com wrote: Zbigniew Lukasiak wrote on 03/03/2009 02:53 PM: If you use CatalystX::CRUD::REST, you can do:    # POST      /foo                - create new record    # GET       /foo                - list all records    # PUT      

Re: [Catalyst] CatalystX

2009-03-03 Thread Dermot
2009/3/3 Oliver Gorwits oliver.gorw...@oucs.ox.ac.uk: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zbigniew Lukasiak wrote: ListFramework is focused on the task of providing such an admin interface - so I guess out of the many other Catalyst CRUD frameworks it must really excel at that.

Re: [Catalyst] OT: edit/add seperate actions?

2009-03-03 Thread Peter Karman
Zbigniew Lukasiak wrote on 03/03/2009 04:18 PM: On Tue, Mar 3, 2009 at 10:27 PM, Peter Karman pe...@peknet.com wrote: Zbigniew Lukasiak wrote on 03/03/2009 02:53 PM: If you use CatalystX::CRUD::REST, you can do: # POST /foo- create new record # GET /foo

Re: [Catalyst] formbuilder template

2009-03-03 Thread Devin Austin
On Tue, Mar 3, 2009 at 2:48 PM, Kate Yoak k...@yoak.com wrote: Hey all, I can't quite figure out how to go about setting the template for element rending when using formbuilder. I am speaking of the piece that we iterate over, which displays individual pieces. Thanks for any help! Kate

Re: [Catalyst] CatalystX

2009-03-03 Thread Peter Karman
Dermot wrote on 3/3/09 4:36 PM: 2009/3/3 Oliver Gorwits oliver.gorw...@oucs.ox.ac.uk: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zbigniew Lukasiak wrote: ListFramework is focused on the task of providing such an admin interface - so I guess out of the many other Catalyst CRUD

Re: [Catalyst] OT: edit/add seperate actions?

2009-03-03 Thread Zbigniew Lukasiak
On Tue, Mar 3, 2009 at 11:35 PM, Peter Karman pe...@peknet.com wrote: Zbigniew Lukasiak wrote on 03/03/2009 04:18 PM: - Show quoted text - On Tue, Mar 3, 2009 at 10:27 PM, Peter Karman pe...@peknet.com wrote: Zbigniew Lukasiak wrote on 03/03/2009 02:53 PM: If you use CatalystX::CRUD::REST,