[Catalyst] Catalyst Conference #1

2008-04-22 Thread Jonathan Rockway
Just thought I would share this for those that hadn't heard. Some of the Tokyo-area Perl mongers put together a conference about all things Catalyst (including the routers and ATI config utility :) Here are some articles that you might enjoy putting into Google Translate: http://d.hatena.ne.jp/Z

RE: [Catalyst] Dispatching based on path and host/domain

2008-04-22 Thread Matt Pitts
> -Original Message- > From: Matt S Trout [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 22, 2008 12:14 PM > To: The elegant MVC web framework > Subject: Re: [Catalyst] Dispatching based on path and host/domain > > On Tue, Apr 22, 2008 at 09:24:17AM -0400, Matt Pitts wrote: > > As far as

Re: [Catalyst] uri_for() doesn't encode to utf8 first argument

2008-04-22 Thread Matt S Trout
On Tue, Apr 22, 2008 at 07:30:51PM +0400, dreel wrote: > > Version Catalyst 5.7012 > For example, I want to use as first arg the string: > uri_for('/controller/*some_param1*','arg1','arg2') > If *some_param1* contains non-ascii symbols it must be encoded as > URI::Escape, but it missed. > > I'

Re: [Catalyst] Dispatching based on path and host/domain

2008-04-22 Thread Ashley
On Apr 22, 2008, at 9:14 AM, Matt S Trout wrote: The library provides come really common filtering facilities for my apps like "active" flag and "valid_from"/"valid_to" date ranges for records. That smells like there's a couple nice DBIC components in there trying to escape. I've been

Re: [Catalyst] Dispatching based on path and host/domain

2008-04-22 Thread Matt S Trout
On Tue, Apr 22, 2008 at 09:24:17AM -0400, Matt Pitts wrote: > As far as DBIC goes, yes I subclass DBIC::RS - actually I've built out a > common DBIC "library" that I use in my DBIC models that provides common > base classes for DBIC and DBIC::ResultSet, and a standard set of > Exceptions. The libra

[Catalyst] uri_for() doesn't encode to utf8 first argument

2008-04-22 Thread dreel
Version Catalyst 5.7012 For example, I want to use as first arg the string: uri_for('/controller/*some_param1*','arg1','arg2') If *some_param1* contains non-ascii symbols it must be encoded as URI::Escape, but it missed. I've tested it with Russian symbols: $c->uri_for('/network/МСК') returns

RE: [Catalyst] Dispatching based on path and host/domain

2008-04-22 Thread Matt Pitts
> -Original Message- > From: Matt S Trout [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 22, 2008 9:12 AM > To: The elegant MVC web framework > Subject: Re: [Catalyst] Dispatching based on path and host/domain > > On Tue, Apr 22, 2008 at 10:22:55AM +0100, Curtis Fletcher wrote: > > > ---

RE: [Catalyst] Dispatching based on path and host/domain

2008-04-22 Thread Matt Pitts
> -Original Message- > From: Curtis Fletcher [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 22, 2008 5:23 AM > To: The elegant MVC web framework > Subject: RE: [Catalyst] Dispatching based on path and host/domain > > > -Original Message- > > From: Matt Pitts [mailto:[EMAIL PROTEC

Re: [Catalyst] Dispatching based on path and host/domain

2008-04-22 Thread Matt S Trout
On Tue, Apr 22, 2008 at 10:22:55AM +0100, Curtis Fletcher wrote: > > -Original Message- > > From: Matt Pitts [mailto:[EMAIL PROTECTED] > > Sent: 22 April 2008 03:06 > > To: The elegant MVC web framework > > Subject: RE: [Catalyst] Dispatching based on path and host/domain > > > > > You've

Re: [Catalyst] Dispatching based on path and host/domain

2008-04-22 Thread Matt S Trout
On Tue, Apr 22, 2008 at 12:07:36AM +0100, Curtis Fletcher wrote: > Hi again guys. > > I've got a moderate sized Catalyst App in production now which I'm > almost happy with :) > It responds to one domain at the moment, and I'm pondering how to break > out into two or more doing mostly the same thi

RE: [Catalyst] Dispatching based on path and host/domain

2008-04-22 Thread Curtis Fletcher
> -Original Message- > From: Matt Pitts [mailto:[EMAIL PROTECTED] > Sent: 22 April 2008 03:06 > To: The elegant MVC web framework > Subject: RE: [Catalyst] Dispatching based on path and host/domain > > > You've probably heard this before on the list, but... > > > > Ideally, you shouldn't