Re: [Catalyst] Configuring Catalyst::Model::DBIC::Schema from YAML

2006-10-05 Thread Jonas Alves
On 05/10/06, Jonathan Rockway <[EMAIL PROTECTED]> wrote: > I'll put it in Catalyst svn and fix anything obvious, if you want, but > since I don't actually use the module, I don't want to commit to > maintaining it long term. Hopefully a user will step forward to > maintain it, but if not, I'll de

Re: [Catalyst] Configuring Catalyst::Model::DBIC::Schema from YAML

2006-10-05 Thread Jonathan Rockway
I'll put it in Catalyst svn and fix anything obvious, if you want, but since I don't actually use the module, I don't want to commit to maintaining it long term. Hopefully a user will step forward to maintain it, but if not, I'll deal with it for now. Do you keep it in svn, or do you use some ot

Re: [Catalyst] Configuring Catalyst::Model::DBIC::Schema from YAML

2006-10-03 Thread Jonas Alves
On 03/10/06, Jon Warbrick <[EMAIL PROTECTED]> wrote: > On Mon, 2 Oct 2006, Matt S Trout wrote: > > > Jon Warbrick wrote: > > > But for some reason my Catalyst::View::MicroMason > > > view, called Lookup::View::MicroMason _isn't_ successfully configured - it > > > behaves as if the extra mixins are

Re: [Catalyst] Configuring Catalyst::Model::DBIC::Schema from YAML

2006-10-03 Thread Jon Warbrick
On Mon, 2 Oct 2006, Matt S Trout wrote: > Jon Warbrick wrote: > > But for some reason my Catalyst::View::MicroMason > > view, called Lookup::View::MicroMason _isn't_ successfully configured - it > > behaves as if the extra mixins are not present. Anyone any idea why? > > Yes. Because it's broke

Re: [Catalyst] Configuring Catalyst::Model::DBIC::Schema from YAML

2006-10-02 Thread Jon Warbrick
On Mon, 2 Oct 2006, Matt S Trout wrote: > Jon Warbrick wrote: > > But for some reason my Catalyst::View::MicroMason > > view, called Lookup::View::MicroMason _isn't_ successfully configured - it > > behaves as if the extra mixins are not present. Anyone any idea why? > > Yes. Because it's broke

Re: [Catalyst] Configuring Catalyst::Model::DBIC::Schema from YAML

2006-10-02 Thread Matt S Trout
Jon Warbrick wrote: > But for some reason my Catalyst::View::MicroMason > view, called Lookup::View::MicroMason _isn't_ successfully configured - it > behaves as if the extra mixins are not present. Anyone any idea why? Yes. Because it's broken. my @Mixins = @{ $self->config->{Mixins} || [] };

Re: [Catalyst] Configuring Catalyst::Model::DBIC::Schema from YAML

2006-10-02 Thread Jon Warbrick
On Sun, 1 Oct 2006, Matthieu Codron wrote: > Ash Berlin a écrit : > > > As to where it's documented, I cant seem to find it, but I'm sure it is > > somewhere, tho its clearly not obvious enough since I know its there and > > cant find it. > > I found it here: > http://search.cpan.org/~mramberg

Re: [Catalyst] Configuring Catalyst::Model::DBIC::Schema from YAML

2006-10-01 Thread Matthieu Codron
Hi, Ash Berlin a écrit : > Jon Warbrick wrote: >> Can a Catalyst::Model::DBIC::Schema model be configured from a YAML >> file via Catalyst::Plugin::Config::YAML? If so, how? Apologies if it's in >> the documentation somewhere, but if so I've yet to find it... >> >> Jon. >> >> > The answer is

Re: [Catalyst] Configuring Catalyst::Model::DBIC::Schema from YAML

2006-10-01 Thread Jon Warbrick
On Thu, 28 Sep 2006, Ash Berlin wrote: > Jon Warbrick wrote: > > Can a Catalyst::Model::DBIC::Schema model be configured from a YAML > > file via Catalyst::Plugin::Config::YAML? If so, how? Apologies if it's in > > the documentation somewhere, but if so I've yet to find it... > > > > Jon. > > >

Re: [Catalyst] Configuring Catalyst::Model::DBIC::Schema from YAML

2006-09-28 Thread Ash Berlin
Jon Warbrick wrote: > Can a Catalyst::Model::DBIC::Schema model be configured from a YAML > file via Catalyst::Plugin::Config::YAML? If so, how? Apologies if it's in > the documentation somewhere, but if so I've yet to find it... > > Jon. > > The answer is yes. Strip off "Catalyst::" from the

Re: [Catalyst] Configuring Catalyst::Model::DBIC::Schema from YAML

2006-09-28 Thread Brian Cassidy
Jon Warbrick wrote: > Can a Catalyst::Model::DBIC::Schema model be configured from a YAML > file via Catalyst::Plugin::Config::YAML? If so, how? Apologies if it's in > the documentation somewhere, but if so I've yet to find it... > > Jon. > > package MyApp; use Catalyst qw( ConfigLoader ); #

[Catalyst] Configuring Catalyst::Model::DBIC::Schema from YAML

2006-09-28 Thread Jon Warbrick
Can a Catalyst::Model::DBIC::Schema model be configured from a YAML file via Catalyst::Plugin::Config::YAML? If so, how? Apologies if it's in the documentation somewhere, but if so I've yet to find it... Jon. -- Jon Warbrick Web/News Development, Computing Service, University of Cambridge ___