[Catalyst] Catalyst screencast and MojoMojo slides

2009-06-23 Thread Dan Dascalescu
> On Fri, 13 Feb 2009, David Steiner wrote: > > we need to give the layperson a easier ride in > starting out with catalyst. and that requires more tutorials/screencasts, I'd like to announce a 7-minute screencast introducing Catalyst: installing Catalyst, creating your first application, examinin

Re: [Catalyst] C::E::HTTP::Prefork [was Re: Lighttpd and mod_perlite]

2009-06-23 Thread Brad Bowman
Aristotle Pagaltzis wrote: Hi Brad, * Brad Bowman [2009-06-09 10:05]: Aristotle Pagaltzis wrote: I like to use ::Engine::HTTP::Prefork coupled with whatever reverse proxy server strikes one’s fancy (whether it be Squid, Apache mod_proxy, Varnish, lighttpd, whatever). Additionally I like to us

[Catalyst] Error in subclassing Catalyst::Controller::DBIC::API::REST

2009-06-23 Thread Amiri Barksdale
I have a controller inheriting from a ControllerBase class that contains the following: package RestTest::ControllerBase::REST; use strict; use warnings; use base qw/Catalyst::Controller::DBIC::API::REST/; sub create :Private { my ($self, $c) = @_; $self->next::method($c);

Re: [Catalyst] Page of results with Template Toolkit?

2009-06-23 Thread Chisel Wright
On Tue, Jun 23, 2009 at 05:43:14PM -0300, Naylor Garcia wrote: > There is page of results with Template Toolkit? It's not clear (to me) what you are asking, or trying to achieve here. Could you provide more details of your problem? Chisel -- Chisel Wright e: chi...@herlpacker.co.uk w: http://ww

[Catalyst] Page of results with Template Toolkit?

2009-06-23 Thread Naylor Garcia
There is page of results with Template Toolkit? Thanks ;) Naylor Garcia "The imagination is more important than intelligence" ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive:

Re: [Catalyst] Warnings when upgrading Catalyst

2009-06-23 Thread Ovid
- Original Message > From: Tomas Doran > > On 22 Jun 2009, at 10:26, Ovid wrote: > > > > > Nobody has a clue on this one? I've no idea how the relative values get > > set > and I'm not looking forward to a long slog through the guts of Catalyst to > understand what's happening he

Re: [Catalyst] How to use local::lib

2009-06-23 Thread Dave Rolsky
On Tue, 23 Jun 2009, Tobias Kremer wrote: Cool, but what I really meant to ask was: Is it possible to require a specific version in your Makefile.PL and have only this version installed during "make installdeps"? :) This would possibly solve most of the CPAN-related deployment problems. FWIW,

Re: [Catalyst] can't seem to install local::lib in dreamhost

2009-06-23 Thread Gerda Shank
kakim...@tpg.com.au wrote: hi guys I refered to http://www.catalystframework.org/calendar/2007/8 to install local::lib into my dreamhost account. I downloaded the tar file for local-lib and extracted it to a place in my home dir. In changed into the directory that local-lib contents lived in.

Re: [Catalyst] Test::WWW::Mechanize::Catalyst and Catalyst::Controller::HTML::FormFu

2009-06-23 Thread Kiffin Gish
On Tue, 2009-06-23 at 13:05 +0200, Kiffin Gish wrote: > On Mon, 2009-06-22 at 21:50 +0100, Ash Berlin wrote: > > On 22 Jun 2009, at 19:50, Kiffin Gish wrote: > > > > > I'm using Test::WWW::Mechanize::Catalyst to test my Catalyst App, more > > > specifically the process for registering new user acc

Re: [Catalyst] How to use local::lib

2009-06-23 Thread Tomas Doran
On 23 Jun 2009, at 09:41, Tobias Kremer wrote: Developers can then use what they like (and whatever OS/versions of modules) they want, if they want to install the app locally, but that's unsupported. I'd also make a 'production like' (i.e. same OS) vmware machine available with the 'standar

Re: [Catalyst] can't seem to install local::lib in dreamhost

2009-06-23 Thread Arjuna Del Toso
On Tue, 23 Jun 2009 13:33:01 +1000 kakim...@tpg.com.au wrote: > hi guys > > I refered to http://www.catalystframework.org/calendar/2007/8 to > install local::lib into my dreamhost account. > > I downloaded the tar file for local-lib and extracted it to a place in > my home dir. > In changed int

Re: [Catalyst] Test::WWW::Mechanize::Catalyst and Catalyst::Controller::HTML::FormFu

2009-06-23 Thread Kiffin Gish
On Mon, 2009-06-22 at 21:50 +0100, Ash Berlin wrote: > On 22 Jun 2009, at 19:50, Kiffin Gish wrote: > > > I'm using Test::WWW::Mechanize::Catalyst to test my Catalyst App, more > > specifically the process for registering new user accounts. > > > > The application form is generated by > > Cataly

Re: [Catalyst] can't seem to install local::lib in dreamhost

2009-06-23 Thread Hans Dieter Pearcey
> /home/anexiole/manual_installs/local-lib-1.001000 > [apocalypse]$ > [apocalypse]$ perl Makefile.PL --bootstrap > [apocalypse]$ setscreen > -bash: setscreen: command not found > [apocalypse]$ screen Right here a bunch of information is missing; there's no output from --bootstrap, and then suddenl

Re: [Catalyst] How to use local::lib

2009-06-23 Thread Tobias Kremer
On Tue, Jun 23, 2009 at 10:26 AM, Tomas Doran wrote: > I think you need a better separation between development and staging. If > you're not running something production like in staging, then IMO you're > really screwed. Actually, we do :) > Developers can then use what they like (and whatever OS

[Catalyst] Re: ajax character encoding issue solved, but WHY?

2009-06-23 Thread Aristotle Pagaltzis
* seasproc...@gmail.com [2009-06-23 03:00]: > Thanks for your suggestion, but I'm pretty sure that the data > is not getting encoded twice. C::V::JSON tests the data before > it encodes ( Encode::is_utf8() ) and only encodes if this test > is true. This test only passes if the data is decoded. Au

Re: [Catalyst] How to use local::lib

2009-06-23 Thread Tomas Doran
On 23 Jun 2009, at 08:59, Tobias Kremer wrote: These things make the local::lib approach a bit more unappealing for us. For one thing, it appears to be still quite a bit rough around the edges and I doubt that there's anything I personally could do about it because my knowledge there is limited.

Re: [Catalyst] How to use local::lib

2009-06-23 Thread Tobias Kremer
On Mon, Jun 22, 2009 at 7:04 PM, Tomas Doran wrote: > On 22 Jun 2009, at 16:43, Tobias Kremer wrote: >> Am I missing something here or do I really have to checkout my app on >> a fresh installation with no prerequisites installed and try the above >> there? > Yeah, pretty much at the moment. If you

Re: [Catalyst] can't seem to install local::lib in dreamhost

2009-06-23 Thread Tomas Doran
On 23 Jun 2009, at 07:17, kakim...@tpg.com.au wrote: If all you tell us about is that you did it wrong, you're just going to be told to do it right. You can avoid this by actually telling us everything you did in your first email: the same error came up denying me access to run "make in