Re: [Catalyst] Re: OT: Use the CPAN, Luke?

2008-11-27 Thread Johan Lindstr�m
At 06:58 2008-11-27, Aristotle Pagaltzis wrote: According to the Mouse docs, Mouse supports the most commonly used features of Moose, but runs in 25% of the time. I'm happy I think that may be referring to startup time (and the Mouse POD refers to compile time actually). In the context

Re: [Catalyst] Dumb question of a beginner

2008-02-11 Thread Johan Lindstr
At 11:21 2008-02-11, Alex Povolotsky wrote: Looking at Catalyst::Enzyme::CRUD::Controller ... $c-stash-{items} = [ $model-retrieve_all() ]; ... what should I change? If you're a newbie, I think it's a mistake to go down the Class::DBI route instead of using DBIx::Class. Which means,

Re: [Catalyst] Dumb question of a beginner

2008-02-11 Thread Johan Lindstr
At 15:41 2008-02-11, Alex Povolotsky wrote: But the short term answer to your question is here: http://search.cpan.org/~tmtm/Class-DBI-v3.0.17/lib/Class/DBI.pm#search Looks reasonable; I'm trying to untie Enzyme from CDBI. Nice. Patches welcome (or adoption for that matter). /J

RE: [Catalyst] Hypothetical Site and Scalability Planning

2007-10-28 Thread Johan Lindstr
At 21:58 2007-10-26, Mesdaq, Ali wrote: I personally think that storing images in the DB is the best place to start because if other better solutions are available later you can very easily migrate. But if you start out with filesystem migration is a little bit more cludgy in my opinion. I mean