[Catalyst] Another website on Catalyst

2007-09-01 Thread Andrew Peebles
I would like to mention (retroactively) our corporate website has been running in production on Catalyst 5.6 since Nov. 5th, 2006. http://www.cortina-systems.com/ Andrew ___ List: Catalyst@lists.rawmode.org Listinfo:

[Catalyst] Trapping exit/respawning FastCgiExternalServer

2007-06-07 Thread Andrew Peebles
Running a production Catalyst app as a FastCgiExternalServer. Occasionally it crashes. I'd like to trap that event, use StackTrace and send the web admin email (with the trace) to alert them to the crash. Ideally I would even like to have the app respawned. Haven't figured out how ...

[Catalyst] Catalyst::Test for Web Services

2007-03-27 Thread Andrew Peebles
I wonder if I am off base here, or thought of something clever ... I wrote an email popper to deal with user replies to issue state changes in a issue tracker app. The popper retrieves email, and wants to put the body of the mail in as an update to an existing issue. But the logic internal

Re: [Catalyst] How to use HTML::Widget::Constraint::Date

2006-11-27 Thread Andrew Peebles
Michele Beltrame wrote: Hello Alejandro! I decided to create my own class in my controller namespace but I think it can be contributed to HTML::Widget::Constraint namespace if anyone here has acces to that. I have several constraints as well which I think might be useful, so I was