Re: [Catalyst] Re: How to get uri_for something with a fragment?

2011-03-08 Thread Pedro Melo
for #anchors. Bye, -- Pedro Melo http://www.simplicidade.org/ xmpp:m...@simplicidade.org mailto:m...@simplicidade.org ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http

Re: [Catalyst] [ANNOUNCE] Catalyst-Runtime-5.89002-TRIAL PSGI Catalyst - third development release

2011-03-02 Thread Pedro Melo
or a bug? Thanks, -- Pedro Melo http://www.simplicidade.org/ xmpp:m...@simplicidade.org mailto:m...@simplicidade.org ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http

Re: [Catalyst] [ANNOUNCE] Catalyst-Runtime-5.89002-TRIAL PSGI Catalyst - third development release

2011-03-02 Thread Pedro Melo
Hi, On Wed, Mar 2, 2011 at 3:17 PM, Tomas Doran bobtf...@bobtfish.net wrote: On 2 Mar 2011, at 15:08, Pedro Melo wrote: Is this a documented change that I missed or a bug? A bug! Thanks for trying and notifying us :_) No problem. I'm following the psgi branch, so I can update it and try

Re: [Catalyst] [ANNOUNCE] Catalyst-Runtime-5.89002-TRIAL PSGI Catalyst - third development release

2011-03-02 Thread Pedro Melo
Hi, On Wed, Mar 2, 2011 at 3:27 PM, Florian Ragwitz r...@debian.org wrote: Pedro Melo m...@simplicidade.org writes: I've noticed a small difference with Catalyst::Test. The latest stable version include two headers, 'host' and 'https'. They are missing from this version

Re: [Catalyst] Cache of unchanging content

2011-03-02 Thread Pedro Melo
at the root created with 'git describe --always' .version before you rsync, and then include it on your test reports. Rsync is a valid deployment method, specially if you use a stage server where you make install you app. Bye, -- Pedro Melo http://www.simplicidade.org/ xmpp:m...@simplicidade.org

Re: [Catalyst] [ANNOUNCE] Catalyst-Runtime-5.89000-TRIAL PSGI Catalyst - first development release.

2011-01-25 Thread Pedro Melo
://git.shadowcat.co.uk/gitweb/gitweb.cgi but I could only find Catalyst-Devel. Thanks in advance, -- Pedro Melo http://www.simplicidade.org/ xmpp:m...@simplicidade.org mailto:m...@simplicidade.org ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk

[Catalyst] Warning with Catalyst::Engine::PSGI and 5.80030

2011-01-07 Thread Pedro Melo
://github.com/miyagawa/Catalyst-Engine-PSGI/tree/f35c0abb4c2727b40424eaf7b1aa78d69bd22b6a Bye, -- Pedro Melo http://www.simplicidade.org/ xmpp:m...@simplicidade.org mailto:m...@simplicidade.org ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] FastCGI on dev. server, reloading modules?

2009-09-19 Thread Pedro Melo
Hi, On 2009/09/19, at 14:23, Christiaan Kras wrote: Because the less difference between the development and production server the better. It lessens the amount of possible problems that can arise when deploying the application to the production server. I use the same setup: local nginx,

[Catalyst] Advice needed on porting 5.7 plugin (monkeypatches Cat::Request)

2009-08-21 Thread Pedro Melo
Hi, I need some advice about an old 5.7 plugin that I came across at a client site. The plugin wraps CGI::Expand to deal with hierarchical parameters (see expand_cgi export in CGI::Expand docs). They want to migrate the app to 5.8 and this plugin was doing some nasty stuff -

Re: [Catalyst] Re: fcgid

2008-10-01 Thread Pedro Melo
. Anyway, the use of HTTP allows me to do this kind of traffic engineering. Best regards, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID: [EMAIL PROTECTED] Use XMPP! ___ List: Catalyst@lists.scsys.co.uk Listinfo: http

Re: [Catalyst] auto re-load of application yaml config file?

2008-07-25 Thread Pedro Melo
On Jul 24, 2008, at 10:16 PM, Jonathan Rockway wrote: * On Thu, Jul 24 2008, Pedro Melo wrote: And yes, the tradeoff is mod_perl, which is more complex than FCGI. How does Perlbal require mod_perl? I would just run the application's own HTTP server behind Perlbal. Not very complex at all

Re: [Catalyst] auto re-load of application yaml config file?

2008-07-24 Thread Pedro Melo
Hi, On Jul 24, 2008, at 3:33 AM, Matt S Trout wrote: On Wed, Jul 23, 2008 at 11:26:18PM +0100, Pedro Melo wrote: On Jul 23, 2008, at 4:32 AM, Matt S Trout wrote: On Tue, Jul 22, 2008 at 12:53:10PM +0200, Marc Sebastian Pelzer wrote: Hello, I'm running a Catalyst application under mod_perl

Re: [Catalyst] auto re-load of application yaml config file?

2008-07-23 Thread Pedro Melo
. You may find external FastCGI and a handler swap is a better approach. Or mod_perl backends (old and new) and a decent load balancer like perlbal. Best regards, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID: [EMAIL PROTECTED] Use XMPP

Re: [Catalyst] Sending email safely with Catalyst

2008-04-11 Thread Pedro Melo
people use daemontools, other initab, or ruinit There are several systems to do that. Alternatively you could just run from cron and use the work_once() call, or the work_until_done(), more difficult to predict the load though. Best regards, -- Pedro Melo Blog: http://www.simplicidade.org

Re: [Catalyst] Re: REST - like uri design for CRUD

2008-01-25 Thread Pedro Melo
, but the users seem to like it.) You not redirect with parameters? something like po_id=1p1=Pedro[EMAIL PROTECTED] to use message id 1 with two parameters, 1=Pedro and [EMAIL PROTECTED] RESTfull, no? Best regards, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID: [EMAIL PROTECTED

[Catalyst] Catalyst Advent Calendar

2007-12-04 Thread Pedro Melo
Hi, Congrats for the entries in the calendar, they are great. Do you think its possible to include a title attribute in the links on the home-page with the article title? It would make searching for an article easier. Thanks, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID

Re: [Catalyst] utf8 in mysql

2007-11-28 Thread Pedro Melo
, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID: [EMAIL PROTECTED] Use XMPP! ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[EMAIL

Re: [Catalyst] [OT] Search Solution

2007-11-08 Thread Pedro Melo
on their site. Also check the http://www.mysqlperformanceblog.com/ site for Sphinx-related posts. Best regards, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ XMPP ID: [EMAIL PROTECTED] Use XMPP! ___ List: Catalyst@lists.scsys.co.uk Listinfo