Re: [Catalyst] Session, DateTime and Storable

2007-12-31 Thread Yuval Kogman
http://search.cpan.org/~drolsky/DateTime-0.41/lib/DateTime.pm#DateTime.pm_and_Storable Sounds like problem in the STORABLE_ methods, it's supposed to Just Work.. On Mon, Dec 31, 2007 at 23:57:40 -0500, Christopher Laco wrote: > I've heard mention of this before, but I can't find the thread. > I

[Catalyst] Session, DateTime and Storable

2007-12-31 Thread Christopher Laco
I've heard mention of this before, but I can't find the thread. I have the latest DateTime, Storable and Catalyst::Plugin::Session/Authentication and I've getting heap of these in my logs: > Use of uninitialized value in subroutine entry at blib/lib/Storable.pm > (autosplit into blib/lib/auto/Sto

[Catalyst] Does uri_for() respect https?

2007-12-31 Thread Ashley Pond V
I'm sorry if this is a stupid question but I'm not in a position to test it myself at the moment. Does uri_for respect https/http? I have some that are coming up http when the requested resource is https. I know I have a rewrite rule problem too so it might be my own problem. So, this is re

[Catalyst] "Rails is a Ghetto"

2007-12-31 Thread Aristotle Pagaltzis
Mr. “Mongrel” Himself commits grandiose career suicide: * > When you combine stupid businesses with stupid people using a > stupid framework based on a big fat fucking lie on a shitty > platform you get the perfect storm of dumbfuck where a man

[Catalyst] Re: Database connections leaking

2007-12-31 Thread Aristotle Pagaltzis
* Jonathan Rockway <[EMAIL PROTECTED]> [2008-01-01 01:00]: > On Mon, 2007-12-31 at 16:39 -0700, Kevin Nathan wrote: > > > > http://www.packtpub.com/article/catalyst-web-framework-building-your-own-model > > Wow, I had no idea they were turning my book into articles. > Weird. Reminds me of the

Re: [Catalyst] Database connections leaking

2007-12-31 Thread Jonathan Rockway
On Mon, 2007-12-31 at 16:39 -0700, Kevin Nathan wrote: > Found exactly what I needed in an excerpt from Jonathan Rockway's new > book (my copy has been on order for almost a week now and can't wait to > get it!) For those of you interested in this solution, see: > > > http://www.packtpub.com/

Re: [Catalyst] Database connections leaking

2007-12-31 Thread Kevin Nathan
On Mon, 24 Dec 2007 18:22:13 + Matt S Trout <[EMAIL PROTECTED]> wrote: > You might want to see about ripping out the C::M::DBI connection > management and using a DBIx::Class::Storage::DBI object instead - the > Model::DBI code originates from a copy of the DBIx::Class code but > I'm unaware o

[Catalyst] Happy New Year!

2007-12-31 Thread Oleg Pronin
Happy new year everybody. Thank you for doing your great work! Let your work be greater in the new year! ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.

[Catalyst] Vienna WoC TODO Manager articles

2007-12-31 Thread Matt S Trout
As some of you may already know, I'm building the app that'll manage the TODO test part of the Vienna.pm Winter of Code. For those interested in my progress and design/implementation process, I'm writing up the work as it goes at http://www.shadowcat.co.uk/resources/woc_todo/ with syndication for

Re: [Catalyst] Re: Database connections leaking

2007-12-31 Thread Peter Karman
On 12/30/2007 02:54 PM, Aristotle Pagaltzis wrote: > [F'up-to dbix-class] > > * Matt S Trout <[EMAIL PROTECTED]> [2007-12-24 19:30]: >> You might want to see about ripping out the C::M::DBI >> connection management and using a DBIx::Class::Storage::DBI >> object instead - the Model::DBI code ori