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

2008-02-20 Thread Zbigniew Lukasiak
On Thu, Feb 21, 2008 at 4:59 AM, Cian Barclay <[EMAIL PROTECTED]> 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 > > > > > > T

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

2008-02-20 Thread Cian Barclay
>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 just what I needed to know. Is there a good way to call a class met

RE: [Catalyst] Distributed session storage problems/questions

2008-02-20 Thread Matt Pitts
> -Original Message- > From: Lars Balker Rasmussen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 20, 2008 1:35 PM > To: The elegant MVC web framework > Subject: Re: [Catalyst] Distributed session storage problems/questions > > On Wed, Feb 20, 2008 at 01:08:08PM -0500, Matt Pitts wr

Re: [Catalyst] Instant CRUD with DBIC::Schema

2008-02-20 Thread Peter Karman
On 02/20/2008 09:17 AM, Alex Povolotsky wrote: > Hello! > > Scaffold seems to be a good thing, but it is using CDBI. Maybe something > like it with DBIC exists? > Also look at CatalystX::CRUD::Model::DBIC. Feedback appreciated. -- Peter Karman . [EMAIL PROTECTED] . http://peknet.com/ _

[Catalyst] RFC - Catalyst::Plugin::UploadProgress (changes to accommodate safari)

2008-02-20 Thread Wade . Stuart
I am looking for comments from people whom use this plugin. I have had some issues getting it to display the upload progress bar realtime with safari. After a lot of digging around it appears as though safari does not allow you to update the DOM while a form containing a fileupload is post

Re: [Catalyst] Distributed session storage problems/questions

2008-02-20 Thread Lars Balker Rasmussen
On Wed, Feb 20, 2008 at 01:08:08PM -0500, Matt Pitts wrote: > 1. What is the acceptable way to use memcached for session storage? Is > it using C::P::Session::Store::Memcached or is it > C::P::Session::Store::Cache in conjunction with C::P::Cache::Memcached? Well, either, really, they do much the

[Catalyst] Distributed session storage problems/questions

2008-02-20 Thread Matt Pitts
We have a load balanced application where the proxy does *not* force any type of sticky session with each backend. The app was running in production as a single instance (pre load-balanced) and we moved it behind the proxy to be able to add backends and make it load balanced. I had the app in test

Re: [Catalyst] Instant CRUD with DBIC::Schema

2008-02-20 Thread Andrew Payne
On Wed, Feb 20, 2008 at 3:31 PM, Zbigniew Lukasiak <[EMAIL PROTECTED]> wrote: > Are you talking about Catalyst::Example::InstantCRUD? It uses DBIC - > see at CPAN. This may be an appropriate moment to mention my CatalystX::ListFramework distribution for quickly delivering CRUD implementations. I

Re: [Catalyst] Instant CRUD with DBIC::Schema

2008-02-20 Thread Zbigniew Lukasiak
Are you talking about Catalyst::Example::InstantCRUD? It uses DBIC - see at CPAN. It is still a bit outdated though - I have to admit that. I have plans to port it to use HTML::FormFu. Cheers, Zbigniew On Wed, Feb 20, 2008 at 4:17 PM, Alex Povolotsky <[EMAIL PROTECTED]> wrote: > Hello! > > Sc

[Catalyst] Instant CRUD with DBIC::Schema

2008-02-20 Thread Alex Povolotsky
Hello! Scaffold seems to be a good thing, but it is using CDBI. Maybe something like it with DBIC exists? Alex. ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www

Re: [Catalyst] directory not allowed!? [SOLVED]

2008-02-20 Thread Emmanuel Quevillon
Emmanuel Quevillon wrote: Hi, I am starting writting a new application with Catalyst. I created app directory architecture and models. Now when I try to start the test server I get this error: bash-3.00$ script/pascodb_server.pl Can't use string ("pAscoDB") as a HASH ref while "strict refs" in

Re: [Catalyst] Calendar for Catalyst application?...

2008-02-20 Thread Zbigniew Lukasiak
On Feb 17, 2008 8:14 PM, Alex Povolotsky <[EMAIL PROTECTED]> wrote: > Hello! > > I recall I've seen somewhere calendar plugin for catalyst applications, > but I cannot find one. Maybe someone will point me to a missing link?... Some very basic support you can get with Template::Plugin::Calendar::S