Re: [Catalyst] catalyst tutorial: MyAppDB/Book.pm vs. MyApp/Model/Book.pm

2007-05-15 Thread Lars Balker Rasmussen
the cost of ... TWO CHARACTERS ... But but but, it's a DSL! Yeah yeah, http://use.perl.org/~chromatic/journal/33233 -- Lars Balker RasmussenConsult::Perl ___ Li

Re: [Catalyst] CDBI and Authentication::Store::DBIC - anyone using it?

2006-11-14 Thread Lars Balker Rasmussen
pp::M::CDBI::Role', role_field => 'name', user_role_class => 'MyApp::M::CDBI::UserRole', user_role_user_field => 'user_id', user_role_role_field => 'r

Re: [Catalyst] order_by not sorting

2006-09-02 Thread Lars Balker Rasmussen
rch( > { lookup_key => 'Country' }, > { order_by => 'sort' }), > } > ); > > The sort field is an integer type. Why isn

Re: [Catalyst] dbic models and startup time server

2006-08-22 Thread Lars Balker Rasmussen
y Brandon. (Sorry if I missed this being covered earlier.) -- Lars Balker RasmussenConsult::Perl ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable arch

Re: [Catalyst] Catalyst upgrade from 5.69 to 5.7001: many subroutines redefined

2006-08-18 Thread Lars Balker Rasmussen
On Fri, Aug 18, 2006 at 11:39:51AM -0400, Hugh Lampert wrote: > [-- Attachment #1 --] > [-- Type: text/html, Encoding: 7bit, Size: 14K --] > > [-- text/html is unsupported (use 'v' to view this part) --] Yeah, don't do that

Re: [Catalyst] InstantCRUD issues

2006-07-02 Thread Lars Balker Rasmussen
nted > column from there. I dont' think DBIC can do that, though, at least I > couldn't find the possibility. You need to tell the model classes how to stringify, eg: use overload '""' => sub { shift->name }, fallback=> 1; -- Lars Balker Rasmussen

Re: [Catalyst] file system /web server best practices.

2006-06-30 Thread Lars Balker Rasmussen
ve /static to mod_perl with SetHandler None Static::Simple will of course still happily serve /static under dev-server, it just won't see the requests on apache. > my desktop does not have enough ram Yeah, I don't get that. -- Lars Balker Rasmussen

Re: [Catalyst] [announce] Catalyst 5.70 developer release.

2006-06-28 Thread Lars Balker Rasmussen
Matt on irc. (FreeBSD ports will indeed complain loudly about 5.6902 -> 5.70, and I don't have the physique for jumping through hoops.) > On 26 Jun 2006, at 05:25 , Matt S Trout wrote: > > Lars Balker Rasmussen wrote: > >> 5.7000 or 5.7 hopefully :-) > >> >

Re: [Catalyst] how to install Math::pari module in windows and unix

2006-06-27 Thread Lars Balker Rasmussen
On Tue, Jun 27, 2006 at 12:24:43PM +0530, [EMAIL PROTECTED] wrote: > i don't have C complier envirnment.Is it required ? plese help me .. > > Thanks & regards, > VeerendraNadh.CH This is a Catalyst mailing list. Come back when you have a Catalyst question. --

Re: [Catalyst] [announce] Catalyst 5.70 developer release.

2006-06-26 Thread Lars Balker Rasmussen
On Mon, Jun 26, 2006 at 10:18:54AM +0200, Krzysztof Krzyzaniak wrote: > Marcus Ramberg wrote: > > I've just pushed Catalyst 5.70_01 to CPAN. You can check it out here: > > Is final version will be numbered as 5.70? 5.7000 or 5.7 hopefully :-) Your friendly FreeBSD ports