[Catalyst] MySchema vs c->model(MySchemaModel)

2010-12-03 Thread John Lifsey - Contractor - 5595
I'm running into an unexpected problem when using Catalyst::Model::DBIC::Schema. I tried the #dbix-class on IRC but thought this might be more related to Catalyst In MySchema::Result::Foo (built from default schema loader generated syntax using Moose/MooseX::nonmoose) around 'BUILDARGS'

[Catalyst] Re: Content-Disposition filename and delayed download

2010-12-03 Thread Bill Moseley
Very sorry for the duplicate -- was meant for another list. Crap, now you have to delete this one, too On Fri, Dec 3, 2010 at 5:49 AM, Bill Moseley wrote: > Hi, > > What's the recommended approach to the filename used in downloads? I would > like to allow users to specify the filename (or,

[Catalyst] Content-Disposition filename and delayed download

2010-12-03 Thread Bill Moseley
Hi, What's the recommended approach to the filename used in downloads? I would like to allow users to specify the filename (or, say, use an existing user-provided name or title) which means I'd likely need to encode in utf-8. But, I'm not sure what conclusion to draw from looking at http://green

Re: [Catalyst] Catalyst::Model::DBIC::Schema - Print Debug statement

2010-12-03 Thread Eden Cardim
> "Blaine" == Blaine Everingham writes: Blaine> I'm trying to see the queries the actual query code that is Blaine> submitted to the database when I perform a find on a model. Blaine> I've tried: Blaine> 1) Adding $ENV{DBIC_TRACE}++ to the MyApp.pm You need to set it before