Re: [Catalyst] Ukraine Perl talk on getting started with ExtJS andCatalyst

2008-02-23 Thread MORGUN Alexander
Hello, I have seen some ukrainian projects made of Catalyst. Really, it was the first step to create Ukrainian Perl comunity. I tryed to motivate people to use Catalyst, but they prefer older tools like CGI::Application. Anyway i thank you, that you bring Catalyst word to us! :) -

Re: [Catalyst] Why use external FastCGI apps?

2008-02-23 Thread Matt S Trout
On Tue, Feb 19, 2008 at 09:58:05AM -0500, Matt Pitts wrote: -Original Message- From: Matt Pitts [mailto:[EMAIL PROTECTED] Sent: Monday, February 11, 2008 11:47 AM To: [EMAIL PROTECTED]; The elegant MVC web framework Subject: RE: [Catalyst] Why use external FastCGI apps?

Re: [Catalyst] $c-user-some_relationship always retrives user id from the db

2008-02-23 Thread Matt S Trout
On Tue, Feb 19, 2008 at 01:43:51PM -0500, Guillermo Roditi wrote: I just bring this up because the code you just sent would not work when one is using things like DigestColumns or EncodedColumn, which are most commonly seen in User-type objects Don't those allow you to have a

Re: [Catalyst] So, what do we want in the -next- book?

2008-02-23 Thread Alex Povolotsky
Matt S Trout wrote: Since a fair few of you will now have John's book, I figured it was time to ask what you'd want from a second book. I guess the existing one provides a pretty good tutorial style, so we should be looking at something more in-depth / intermediate to advanced. What do you

Re: [Catalyst] Doing work inside the DBIx::Class model

2008-02-23 Thread Matt S Trout
On Thu, Feb 21, 2008 at 01:59:40PM +1000, Cian Barclay wrote: On Wed, Feb 20, 2008 at 4:33 PM, Zbigniew Lukasiak [EMAIL PROTECTED] wrote: He meant result_source: http://cpan.uwinnipeg.ca/htdocs/DBIx-Class/DBIx/Class/ResultSet.html#result_source Thanks Zbigniew and Toby, that's

Re: [Catalyst] Doing work inside the DBIx::Class model

2008-02-23 Thread Matt S Trout
On Thu, Feb 21, 2008 at 09:17:33AM +0100, Peter Sørensen wrote: He meant result_source: http://cpan.uwinnipeg.ca/htdocs/DBIx-Class/DBIx/Class/ResultSet.html#result_source But this is not all and it is something that begs for a FAQ entry - I always forget how to do it. The important thing

Re: [Catalyst] So, what do we want in the -next- book?

2008-02-23 Thread Octavian Rasnita
Matt S Trout wrote: Since a fair few of you will now have John's book, I figured it was time to ask what you'd want from a second book. I don't know if my suggestions are good, but here they are: - Sample configurations for a simple Catalyst app to work with mod_perl, with mod_fastcgi,

[Catalyst] Feelnig dumb: $c-model returns controller?

2008-02-23 Thread Alex Povolotsky
Hello! I'm still writing my first Catalyst app; I'm beginning to love DBIx, and the overall concept. But. my $lmodel = $c-model('Location'); use Data::Dumper; print STDERR Dumper($lmodel); my $locs = $lmodel-search(undef); # Sort by follows, if required

Re: [Catalyst] Feelnig dumb: $c-model returns controller?

2008-02-23 Thread Alex Povolotsky
Alex Povolotsky wrote: Hello! I'm still writing my first Catalyst app; I'm beginning to love DBIx, and the overall concept. But. my $lmodel = $c-model('Location'); use Data::Dumper; print STDERR Dumper($lmodel); my $locs = $lmodel-search(undef); # Sort by follows, if required

[Catalyst] Dumb question again: now Catalyst::Controller::FormBuilder

2008-02-23 Thread Alex Povolotsky
[info] *** Request 1 (1.000/s) [43248] [Sun Feb 24 02:05:17 2008] *** [debug] GET request for location/add from 89.222.147.9 [debug] Path is location/add [debug] Form (location/edit): Looking for config file location/edit.fb [debug] Form (location/edit): Found form config