Re: [Catalyst] Mason configuration in YAML

2006-12-08 Thread Kevin Old
On 12/8/06, Jon Warbrick [EMAIL PROTECTED] wrote: On Thu, 7 Dec 2006, Kevin Old wrote: ... then in Mason.pm you can use it like this: package MyApp::View::Mason; use base 'Catalyst::View::Mason'; __ PACKAGE__-config-{DEBUG} = 'all'; __ PACKAGE__-config-{comp_root} = $c-config-{comp_root

Re: [Catalyst] Mason configuration in YAML

2006-12-07 Thread Kevin Old
/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http://dev.catalyst.perl.org/ -- Kevin Old [EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman

Re: [Catalyst] Authentication::Store::DBIC works under myapp_server.pl but not Apache/mod_perl

2006-07-26 Thread Kevin Old
of the modules related to this. HTH, Kevin -- Kevin Old [EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/ Dev site: http

[Catalyst] C::V::Mason and autohandler's

2006-06-29 Thread Kevin Old
| '--+---' Can anyone shed some light on why this might be happening? Any ideas how to fix it? Thanks, Kevin -- Kevin Old [EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable

Re: [Catalyst] C::V::Mason and autohandler's

2006-06-29 Thread Kevin Old
embarrased that it was something so simple (wasted a few hours on it). Kevin -- Kevin Old [EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com

Re: [Catalyst] Database schema -- Can't locate object method new via package

2006-06-15 Thread Kevin Old
-model(VieSEB::Schema::SLogDB)-find(); Hope this helps, Kevin -- Kevin Old [EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst

[Catalyst] has_many and belongs_to with InstantCRUD

2006-06-13 Thread Kevin Old
this path as well in their respective modules above: __PACKAGE__-has_many(messages = 'DBSchema::Messages'); __PACKAGE__-belongs_to(user = 'DBSchema::Users'); Any help is appreciated, Kevin -- Kevin Old [EMAIL PROTECTED] ___ List: Catalyst@lists.rawmode.org