RE: [Catalyst] A Perl Message Queue?

2007-08-23 Thread Dylan Vanderhoof
I haven't played with gearman yet, but we're also using TheSchwartz (thanks to some setup help from jshirley), and its truly awesome. I have a couple minor gripes (needs an on_final_error sub you can override), but for the most part it rocks. -D -Original Message-

RE: [Catalyst] Method to overload per request

2007-08-09 Thread Dylan Vanderhoof
-Original Message- From: John Lifsey - Contractor - [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 8:04 AM To: The elegant MVC web framework Subject: [Catalyst] Method to overload per request Is there a method in C::Req (or any other part of Cat) that I can overload

RE: [Catalyst] RFC for handling reverse proxies not deployed tostandard ports.

2007-06-15 Thread Dylan Vanderhoof
While this is being looked at, it would be nice to pass along whether the initial connection was HTTP or HTTPS for uri_for to make use of. If the frontend is HTTPS and the backend is HTTP, uri_for breaks unless you set an env variable (https=on?) -D -Original Message- From: Marlon

RE: [Catalyst] debug mode

2007-06-04 Thread Dylan Vanderhoof
Oh, missed this email. Yours looks better than mine. =) -D -Original Message- From: Matthew Pitts [mailto:[EMAIL PROTECTED] Sent: Monday, June 04, 2007 8:23 AM To: The elegant MVC web framework Subject: RE: [Catalyst] debug mode I wrote a cheap little plugin for my app to

[Catalyst] Apache mod_proxy, SSL and uri_for

2007-05-17 Thread Dylan Vanderhoof
I'm having a little issue with SSL and uri_for. mox_proxy is sending the X-Forwarded-For: headers correctly, but they don't appear to have any information as to whether or not the request was http or https. From what I can tell, this is normal behavior. However, that means that if I'm just using

RE: [Catalyst] Catalyst Exception received by e-mail?

2007-03-27 Thread Dylan Vanderhoof
I'm sure there's a better way to do it, but I have some code in Root-end() that effectivly does (pseudocode): If( $error !$debug ) { email_stacktrace(); clear_error(); template = 'default_error.tt'; } The one problem with doing it like that is that if you die in the view somewhere, you

RE: [Catalyst] Catalyst Exception received by e-mail?

2007-03-27 Thread Dylan Vanderhoof
-Original Message- From: Ash Berlin [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 27, 2007 9:12 AM To: The elegant MVC web framework Subject: Re: [Catalyst] Catalyst Exception received by e-mail? Dylan Vanderhoof wrote: I'm sure there's a better way to do it, but I have

RE: [Catalyst] Session problems with IE and cookies

2007-03-01 Thread Dylan Vanderhoof
I'm not really sure how to write a test case for something that only fails using IE (as best I can tell). Any suggestions? -D -Original Message- From: Kieren Diment [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 1:39 AM To: The elegant MVC web framework Subject: Re:

[Catalyst] Session problems with IE and cookies

2007-02-27 Thread Dylan Vanderhoof
I'm seeing an issue where if IE is holding a cookie when a session expires (expires set to 7200, cookie_expires set to 0), the user can't login. Login authenticates successfully, but redirects back to the login page. (Session is expired and not being deleted correctly) This does not happen with

RE: [Catalyst] Re: You have been automatically logged out.

2007-02-22 Thread Dylan Vanderhoof
Better yet, actually unwind processing and start over with the unserialised request, pretending it was the one that had just happened. That way you achieve such magic as seamless processing of uploads across session timeouts. Oohhh, that would be nifty. Anybody wanna shed some light on

[Catalyst] Catalyst job available in Seattle, WA

2007-01-17 Thread Dylan Vanderhoof
Crossposting here for visibility, in case any of you folk might live in Seattle or be interested in relocating. http://jobs.perl.org/job/5209 -Dylan ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst

[Catalyst] Gentoo myapp_fastcgi.pl startup script?

2007-01-17 Thread Dylan Vanderhoof
In my neverending quest to not reinvent the wheel, has anybody written a gentoo init.d script to start/stop/reload a Catalyst fastcgi app? (Using fastcgiexternalserver) Thanks, Dylan ___ List: Catalyst@lists.rawmode.org Listinfo:

RE: [Catalyst] serving static files

2007-01-10 Thread Dylan Vanderhoof
Apache still needs to fork mod_perl. This is a non-issue for an external FCGI server. -Original Message- From: Octavian Rasnita [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 10, 2007 2:38 PM To: The elegant MVC web framework Subject: Re: [Catalyst] serving static files

RE: [Catalyst] C::V::PDF? (Anybody have one?)

2007-01-08 Thread Dylan Vanderhoof
-Original Message- From: Nathaniel Nuss [mailto:[EMAIL PROTECTED] Sent: Monday, January 08, 2007 7:49 PM To: The elegant MVC web framework Subject: Re: [Catalyst] C::V::PDF? (Anybody have one?) What is the nature of the PDFs you need to create? Image centric - Text

[Catalyst] C::P::Email 0.06 problem

2006-12-22 Thread Dylan Vanderhoof
I assume the maintainer reads this list. Upgrading to 0.06 broke my code using C::P::Email that was written nearly identically to the docs. CPAN bug (submitted by somebody else) is here: http://rt.cpan.org/Public/Bug/Display.html?id=23958 Downgraded for now, but it'd be nice to see that fixed

RE: [Catalyst] bad luck with shadowcat install -- something wrongwith cpan? was Re: [Dbix-class] How to Install Catalyst on windows

2006-12-12 Thread Dylan Vanderhoof
-Original Message- From: Matt S Trout [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 3:43 AM To: The elegant MVC web framework Subject: Re: [Catalyst] bad luck with shadowcat install -- something wrongwith cpan? was Re: [Dbix-class] How to Install Catalyst on windows

[Catalyst] A couple (probably dumb) questions about TT

2006-09-07 Thread Dylan Vanderhoof
This might not be the best list to ask on, but I'm subscribed, and hopefully somebody will know the answers. =) First question, is it possible to deep-copy a structure using TT? I have a place where I'm taking a hashref from the stash, passing it as args to the src of an img tag, and then

Re: [Catalyst] A couple (probably dumb) questions about TT

2006-09-07 Thread Dylan Vanderhoof
-Original Message- From: A. Pagaltzis [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 3:04 PM To: The elegant MVC web framework Subject: Re: [Catalyst] A couple (probably dumb) questions about TT * Dylan Vanderhoof [EMAIL PROTECTED] [2006-09-07 22:50]: If I use

Re: [Catalyst] While the Catalyst CPAN install discussion isstillgoing on....

2006-08-23 Thread Dylan Vanderhoof
That seems extremely odd. I've never seen behavior like that before. Try http://cpan.llarian.net (mine, if in the US) or http://cpan.shadowcatprojects.net (MSTs in UK/EU) and see if the error persists? -Dylan -Original Message- From: Rodney Broom [mailto:[EMAIL PROTECTED] Sent:

Re: [Catalyst] Catalyst::Model::FileSystem? Anybody who's using their own wanna make one? =)

2006-08-09 Thread Dylan Vanderhoof
/Model/File.pm Based on Path::Class, so its platform independent. Any features missing from that that you think you'd want? Ash Dylan Vanderhoof wrote: I've noticed a few people posting about fielsystem models under their Catalyst applications lately, which makes a good deal of sense

Re: [Catalyst] Catalyst::Model::FileSystem? Anybody who's using their own wanna make one? =)

2006-08-09 Thread Dylan Vanderhoof
At first glance, C::M::File seems to cover it. It exposes the Class::Path::File object, which includes a stat method, which was one of the big ones. I'll dig around with that in my copious freetime (haha) and see if I can come up with an addition feature list and/or some patches. -D

Re: [Catalyst] They gave us BoF space! (YACP::EU 2006)

2006-06-20 Thread Dylan Vanderhoof
So when are you guys gonna do something like this over on this side of the Pond? =) -Dylan Of course. My intent is to make it a users and developers' meet, and for the session to run centered on the people who turn up rather than on any predefined plan (since I've already got 4 talks to