Re: [Catalyst] Duplicate entries with C::P::Session::Store::DBIC and MySQL - new findings

2008-08-26 Thread Tobias Kremer
Quoting Tobias Kremer [EMAIL PROTECTED]: just wanted to inform you that switching from MyISAM to InnoDB for the session table does NOT solve the duplicate entry problem when using flash() :( Just out of pure curiosity: Why is it that there are dedicated flash:hash entries in the storage for

[Catalyst] Win32, Data::Alias, bad idea or my bad?

2008-08-26 Thread Kai Andresen
Hello all, I've been trying to get a nice litle Catalyst application to run on developers win32 machines the recent week. Strawberry, ActiveState and Cygwin. All fail on something, but they all fail on building Data::Alias, which both Configloader and RenderView depends upon. Mostly I've tried

[Catalyst] FormFu / FormBuilder + Custom Actions

2008-08-26 Thread Rod Taylor
Both FormFu and FormBuilder controller Actions appear to have issues with their special variables disappearing when using an additional ActionClass. Below is a FormFu example. Carl asked me to repost it here for discussion. 2008/08/22 23:02:23] [catalyst] [ERROR] Caught exception in

Re: [Catalyst] Duplicate entries with C::P::Session::Store::DBIC and MySQL - new findings

2008-08-26 Thread Daniel Westermann-Clark
On 2008-08-26 09:47:59 +0200, Tobias Kremer wrote: a) Patch Catalyst::Plugin::Session::Store::DBIC to wrap the flash functionality in a transaction (of course, this must be configurable). Advantages: - Easy to implement - Most sensible solution. Disadvantages: -

Re: [Catalyst] Win32, Data::Alias, bad idea or my bad?

2008-08-26 Thread Matt S Trout
On Tue, Aug 26, 2008 at 03:20:14PM +0200, Kai Andresen wrote: Hello all, I've been trying to get a nice litle Catalyst application to run on developers win32 machines the recent week. Strawberry, ActiveState and Cygwin. All fail on something, but they all fail on building Data::Alias,

Re: [Catalyst] FormFu / FormBuilder + Custom Actions

2008-08-26 Thread Matt S Trout
On Tue, Aug 26, 2008 at 10:30:47AM -0400, Rod Taylor wrote: Both FormFu and FormBuilder controller Actions appear to have issues with their special variables disappearing when using an additional ActionClass. An object can't be blessed into two classes at once. If you want to add an extra