Re: [Catalyst] TEST don't waste you time

2012-05-02 Thread Wes Cravens
On 5/2/2012 6:39 AM, Eduardo wrote: This is my first message to the catalyst maillist. I hear ya... this whole TDD movement is a bunch O'smoke. ;-) Wes ___ List: Catalyst@lists.scsys.co.uk Listinfo:

Re: [Catalyst] Fwd: Catalyst::View::PDF::Reuse generates empty PDF

2011-03-03 Thread Wes Cravens
On 3/3/2011 10:58 AM, Victor Churchill wrote: However. I did get some PDF eventually! It turned out that the problem was : I was using [% pdf.prFile ... %] at the start of the template. I fell into exactly this same hole earlier today in fact. I'm not exactly sure why this is set in the

[Catalyst] Postgres and 'create model DBIC::Schema'

2010-01-25 Thread Wes Cravens
I've found that 'create model DBIC::Schema' is getting two things wrong: timestamp default now() and serial sequences. This means that I have to either delete the schema, recreate, and repair every time or I have to alter the schema manually when things change. Neither is optimal. Is there

Re: [Catalyst] Error handling

2010-01-20 Thread Wes Cravens
J. Shirley wrote: That will show you the errors, and I believe get you what you expect to see. Having said all that, I am fond of ErrorCatcher, and use its included Email emitter quite happily. I am currently attempting to use ErrorCatcher to send email but also have a custom error page be