Re: [Catalyst] improving usability / doc

2007-08-17 Thread Anthony Gardner
I'll be happy to help out. Will be working on 3 C projects in the near future and will need to re-read the docs so helping with tarting them up will help my learning. Am on holiday for the next three weeks and will unsubscribe from the mailing list today but I'll re-subscribe and check the arc

Re: [Catalyst] catalyst tutorial: MyAppDB/Book.pm vs. MyApp/Model/Book.pm

2007-05-15 Thread Anthony Gardner
lib/MyAppDB is where you define your schema (your relations etc.) and lib/MyAppDB/Model is where you'd use them. The latest long discussion on where your model should be is basically if your model is only fixed to the web application (blog etc), whack your model in lib/MyAppDB/Model. If, o

Re: [Catalyst] Re: Shoot out -- Catalyst / RoR / Other MVC apps --

2007-05-10 Thread Anthony Gardner
sorry, cpantools.com I always write .org. Don't know why it's .com "A. Pagaltzis" <[EMAIL PROTECTED]> wrote: * Anthony Gardner [2007-05-10 18:15]: > Esp now as I've discovered cpantools.org which is great for > showing up packages that otherwise I&

Re: [Catalyst] Re: Shoot out -- Catalyst / RoR / Other MVC apps --

2007-05-10 Thread Anthony Gardner
like Ruby but use Perl at work so have to stay here (which I don't mind) [EMAIL PROTECTED] wrote: Anthony Gardner wrote on 05/10/2007 10:04:33 AM: > good enough reason not to use it then if you ask me ;) > > Have only played with it but haven;t taken it seriously myself.

Re: [Catalyst] Re: Shoot out -- Catalyst / RoR / Other MVC apps --

2007-05-10 Thread Anthony Gardner
... as I started it. -Ants "A. Pagaltzis" <[EMAIL PROTECTED]> wrote: * Anthony Gardner [2007-05-10 16:00]: > Why not use Attribute::Protected to define private etc. methods Because it does not actually prevent private methods in subclasses from overriding ones in their superc

Re: [Catalyst] Re: Shoot out -- Catalyst / RoR / Other MVC apps --

2007-05-10 Thread Anthony Gardner
Why not use Attribute::Protected to define private etc. methods Using my $my_method = sub {} doesn;t that have a drawback if you want to use it before it's been defined? Haven't tried it so might be wrong on that. Matt S Trout <[EMAIL PROTECTED]> wrote: On Wed, May 09, 2007 at 09:02:00PM -05

Re: [Catalyst] Shoot out -- Catalyst / RoR / Other MVC apps --

2007-05-09 Thread Anthony Gardner
A few pages on best-practices would be great. For someone learning new concepts there's lots of new terminology/methods, lots of people have their slant on the meaning of things and sometimes the penny never drops and then you give up and go back to old/bad practices because they're

Re: [Catalyst] Shoot out -- Catalyst / RoR / Other MVC apps --

2007-05-08 Thread Anthony Gardner
Yeah, have just read the site more carefully and I think it is the one. But, what a poor turn out! Rails couldn't couldn't even raise a smile ;) Shame there weren;t more teams from the communities involved as I would've thought they'd thrive in an environment like that. Maybe next year if I

Re: [Catalyst] Shoot out -- Catalyst / RoR / Other MVC apps --

2007-05-08 Thread Anthony Gardner
Hmmm, no, I don't think that is what I was talking about (though it might be) I thought the competition was made up of teams that were part of communities rather than companies. Plus, I'm sure RoR had a representation in the comp I was thinking of. This comp is just PHP/Perl/Java. Tobia

[Catalyst] Shoot out -- Catalyst / RoR / Other MVC apps --

2007-05-08 Thread Anthony Gardner
I seem to remember hearing sth a few months ago about a comp between various MVC apps comprising of various teams / tasks / time limits etc. Does anyone know what I'm talking about here?! If s.o does, what became of it and are there any links to be had to read up on what happened? CIA -Antho

[Catalyst] Catalyst MVC Best Pratices

2007-05-03 Thread Anthony Gardner
Greetings, I've had a look at Catalyst and RoR from a basic point of view and like both. I'm also familiar with the concepts of MVC but again, from a basic point of view. I'm also busy learning design patterns etc. So, my head is full and maybe I can't see the wood for the trees in what I'm a

Re: [Catalyst] IDE/editor

2006-11-14 Thread Anthony Gardner
Eclipse might do you with the Perl plugin (EPIC) and other plugins (subversion for example)Unfortunately, there isn't a plugin for catalyst as there is for RoR :((that's a disguised hint at anyone who's interested in writing one) ;) lol[EMAIL PROTECTED] wrote: I hesitate to ask this question becaus

Re: [Catalyst] Authentication - Tutorial

2006-11-13 Thread Anthony Gardner
; wrote: On Sat, Nov 11, 2006 at 06:55:52PM +0000, Anthony Gardner wrote:> So, to cut a long story short .. my .yml still isn't working at all.Do you have the 'ConfigLoader' plugin listed in your 'use Catalyst'line?> I've made sure everyth

Re: [Catalyst] Authentication - Tutorial

2006-11-11 Thread Anthony Gardner
m line 862-Ants[EMAIL PROTECTED] wrote: On 11/11/06, Anthony Gardner <[EMAIL PROTECTED]> wrote:> I haven't seen this mentioned before and am new to YAML but in the C> Authentication docs, it says use user_class: MyAppDB::User> in myapp.yml but I've had to use 'MyAppDB

[Catalyst] Authentication - Tutorial

2006-11-11 Thread Anthony Gardner
I haven't seen this mentioned before and am new to YAML but in the C Authentication docs, it says use user_class: MyAppDB::UserĀ in myapp.yml but I've had to use 'MyAppDB::User' (with quotes)That took a while to find out :(-Ants Send instant messages to your online friends http://uk.messenger.yahoo.

Re: [Catalyst] Tutorial - CatalystBasics

2006-09-05 Thread Anthony Gardner
exist. Takeextra care to review what you put in the package name,misspellings there have gotten me more than once.--john--- [EMAIL PROTECTED] wrote:> On 9/4/06, Anthony Gardner> wrote:> > Have just started going through the tutorial but> have come across a problem.> >> >

[Catalyst] Tutorial - CatalystBasics

2006-09-04 Thread Anthony Gardner
Have just started going through the tutorial but have come across a problem. I looked back through the archives for a few months but found no answers to these. When I try to run it, I get Caught exception in MyApp::View::TT->process "Can't call method "process" on an undefined value at /usr/loc