Re: [Catalyst] 5.80 problem with Catalyst::Model::DBIC::Schema

2008-07-18 Thread Tomas Doran
On 18 Jul 2008, at 04:14, Chris Dolan wrote: So, I just tested 5.7099_02 to great success (bravo!) so I decided to try 5.80 too. When using SVN rev 8136, I get the error -config-{schema_class} must be defined for this model I am indeed setting that field (following the instructions in

[Catalyst] Re: [IMPORTANT] TEST Catalyst::Runtime 5.7100 RC1 (aka 5.7099_02)

2008-07-18 Thread Brian Cassidy
On Thu, Jul 17, 2008 at 4:54 PM, Brian Cassidy [EMAIL PROTECTED] wrote: NB: It is IMPERATIVE that you TEST this release against YOUR code. Quoth mst: If you do not test now any bugs we ship with are your fault! -- so, there you have it :) Thanks to a number of testers, we've checked in a few

[Catalyst] javascript in Catalyst using Template Toolkit

2008-07-18 Thread kakimoto
hi there,, Did this work? I have actually tried this and yes, like Emily,my JS stuff is store in myapp/root/lib/site . script src=[% Catalyst.uri_for('/multifile.js') %]/script Does not work. Did I miss anything out? thank you On 20/12/2007, Emily Heureux emily at burnham.org

Re: [Catalyst] javascript in Catalyst using Template Toolkit

2008-07-18 Thread Peter Karman
Jonathan Rockway wrote on 7/18/08 8:17 PM: Someone else suggested linking to '/lib/site/multifile.js'. I don't think that will work either. Jon is correct. I broke an ankle jumping to the conclusion that '/lib/site' was in the Static::Simple config include path. -- Peter Karman .

Re: [Catalyst] javascript in Catalyst using Template Toolkit

2008-07-18 Thread kakimoto
Hello, Jonathan and Peter, Thanks for that :) i got the issue fixed up by add root/static to lib/myApp/View/TT.pm and yes, 'Static::Simple' was used. Here's an extract... __PACKAGE__-config({ CATALYST_VAR = 'Catalyst', INCLUDE_PATH = [ myApp-path_to( 'root', 'src' ),