Re: [Catalyst] RESTful client

2009-12-04 Thread David Wright
Tomas Doran wrote: > > On 4 Dec 2009, at 00:25, Sungsam Gong wrote: > >> OK, let me just clarify my question to narrow down the problem. >> >> How does your catalyst application consume remote web services, >> especially for RESTful? > > As noted, if at all possible, I don't consume them direct fro

[Catalyst] [JOB] BBC iPlayer

2009-03-03 Thread David Wright
ernet/2008/12/iplayer_day_performance_tricks.html Regards, David Wright -- Technical Lead - Dynamite OMG Publishing Services | BC4 C6 | BBC Broadcast Centre http://www.bbc.co.uk/iplayer http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of t

Re: [Catalyst] testing catalyst app - need context

2009-03-02 Thread David Wright
J. Shirley wrote: On Mon, Mar 2, 2009 at 5:00 AM, David Wright <mailto:dave-catal...@dexy.org>> wrote: Ian Docherty wrote: Kate Yoak wrote: Hi there, Here is a newbie question: I like to test my functionality in bits and pi

Re: [Catalyst] testing catalyst app - need context

2009-03-02 Thread David Wright
Ian Docherty wrote: Kate Yoak wrote: Hi there, Here is a newbie question: I like to test my functionality in bits and pieces as I write it. How do I go about getting myself the context object in a test script? For example, one of the tests catalyst installs is t/model_App.t where it loads t

Re: [Catalyst] Maybe there is a need for some speedups of 'config' method ?

2009-02-23 Thread David Wright
Jonathan Rockway wrote: * On Mon, Feb 23 2009, Jason Gottshall wrote: Oleg Pronin wrote: I use many actions that take params from config in runtime, for example sub pay_for_vip : Private { ... my $price = $c->cfg->{vip}{price}; } As I understand it, this is N

Re: [Catalyst] RFC: The paradox of choice in web development

2009-02-15 Thread David Wright
I can't say much because of confidentiality, but from the Catalyst survey late last year, I can say that there are some pretty high profile places using Catalyst around about. It's public knowledge that two of the biggest streaming media websites in the world use Catalyst. Aye, that it is:

Re: [Catalyst] Testing RESTful web services

2008-10-06 Thread David Wright
Ian Docherty wrote: > Moritz Onken wrote: >> >> Am 05.10.2008 um 10:47 schrieb Ian Docherty: >> >>> Hi >>> I am writing a simple test to test a POST method in a web service >>> but my controller does not see any content in the POSTed request. >>> >>> In the controller both the $c->request->body and

Re: [Catalyst] Catalyst::Log::Log4perl autoflush

2008-04-20 Thread David Wright
J. Shirley wrote: On Sat, Apr 19, 2008 at 8:01 AM, David Wright <[EMAIL PROTECTED]> wrote: Hi, It seems that 'autoflush' doesn't mean what it usually does in Catalyst::Log::Log4perl. It usually means that a write should happen immediately, and not be buffered. That i

Re: [Catalyst] Catalyst::Log::Log4perl autoflush

2008-04-19 Thread David Wright
It seems that 'autoflush' doesn't mean what it usually does in Catalyst::Log::Log4perl. It usually means that a write should happen immediately, and not be buffered. That isn't the behaviour in Catalyst::Log::Log4perl, either when set using the log4perl conf, or when using the option to new().

[Catalyst] Catalyst::Log::Log4perl autoflush

2008-04-19 Thread David Wright
TC 2008 i686 GNU/Linux Catalyst::Log::Log4perl version: 1.0 I've raised a bug in RT for this: http://rt.cpan.org/Public/Bug/Display.html?id=35221 Thanks, David Wright ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mai

Re: [Catalyst] fix config right before database connect?

2008-03-24 Thread David Wright
Hi, Hello! I'm running several instances of Catalyst app (for every developer and production) on the same box; I'm thinking of automatically patch database name loaded from config file to allow separate copies of databases to coexist transparently. We have the same multi-instance set up, a