Re: [Catalyst] Model Instances vs. Model Classes - Round 2

2011-07-20 Thread Alejandro Imass
On Wed, Jul 20, 2011 at 2:25 AM, Alejandro Imass wrote: > On Thu, May 19, 2011 at 7:06 PM, Benjamin Hitz wrote: >>> [...] > I tried to make it as practical as possible: > > http://wiki.catalystframework.org/wiki/best_practices/models_definitive_guide > > Maybe others can complement with more "M

Re: [Catalyst] Model Instances vs. Model Classes - Round 2

2011-07-20 Thread Ashley Pond V
On Wed, Jul 20, 2011 at 7:00 AM, Alejandro Imass wrote: > On Wed, Jul 20, 2011 at 2:25 AM, Alejandro Imass > wrote: >> On Thu, May 19, 2011 at 7:06 PM, Benjamin Hitz wrote: > [...] >> I tried to make it as practical as possible: >> >> http://wiki.catalystframework.org/wiki/best_practices/models_

Re: [Catalyst] Model Instances vs. Model Classes - Round 2

2011-07-20 Thread Alejandro Imass
On Wed, Jul 20, 2011 at 10:07 AM, Ashley Pond V wrote: > On Wed, Jul 20, 2011 at 7:00 AM, Alejandro Imass > wrote: >> On Wed, Jul 20, 2011 at 2:25 AM, Alejandro Imass [...] > You probably never saw it but I did a bunch of this a couple years > ago. It's a bit old but contains a lot of good stuf

Re: [Catalyst] Model Instances vs. Model Classes - Round 2

2011-07-20 Thread Peter Flanigan
On 20/07/11 07:25, Alejandro Imass wrote: > > http://wiki.catalystframework.org/wiki/best_practices/models_definitive_guide > In this example package Models::Model::HomeGrownModel; use base 'Catalyst::Model'; use HomeGrown; sub COMPONENT { my ( $self, $app ) = @_;

Re: [Catalyst] Model Instances vs. Model Classes - Round 2

2011-07-20 Thread Tomas Doran
On 20 Jul 2011, at 17:50, Peter Flanigan wrote: how are you ensuring 'ModelsDB' has been instantiated before 'HomeGrownModel'? Random chance? :) Cheers t0m ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/li

[Catalyst] Re: error while starting my dev enviroment

2011-07-20 Thread Aristotle Pagaltzis
* Charlie Gonzalez [2011-07-10 09:10]: > I guess my question now is how do I Identify any missing > dependencies without the use of moose-outdated? or should > I simply upgrade to moose 2.0 ? After you upgrade Moose, the program will be available. Regards, -- Aristotle Pagaltzis //

[Catalyst] Re: Actions for asserting relationships

2011-07-20 Thread Aristotle Pagaltzis
* Bill Moseley [2011-05-31 06:55]: > I'm looking for more guidance wrt URLs. Sorry for the late reply. I haven’t caught up with all my mail in a very long time. But I thought an answer to this would be of interest even if it comes after the fact. > Say in the music database example that tracks h