Re: [Catalyst] index and default actions (was: Why no extra attributes on Private actions?)

2008-01-24 Thread Matt S Trout
On Thu, Jan 24, 2008 at 09:40:55AM +, Andrew Payne wrote: > On Jan 24, 2008 2:36 AM, Matt S Trout <[EMAIL PROTECTED]> wrote: > > sub home :Chained('/') :Args(0) > > Neither Chained nor Args seem to be mentioned in the Cookbook pod, > where the other attributes are described. And the link there

Re: [Catalyst] index and default actions (was: Why no extra attributes on Private actions?)

2008-01-24 Thread Andrew Payne
On Jan 24, 2008 2:36 AM, Matt S Trout <[EMAIL PROTECTED]> wrote: > sub home :Chained('/') :Args(0) Neither Chained nor Args seem to be mentioned in the Cookbook pod, where the other attributes are described. And the link there to 'attributes' is broken. Andrew ___

Re: [Catalyst] index and default actions (was: Why no extra attributes on Private actions?)

2008-01-23 Thread Matt S Trout
On Wed, Jan 23, 2008 at 01:59:11PM -, Carl Johnstone wrote: > >I foresee index and default going the fuck away for 5.80 unless you're in > >compat mode. > > I'm curious about these two. > > I've made plenty of use of index, and off the top of my head can't see > another way of doing the home

[Catalyst] index and default actions (was: Why no extra attributes on Private actions?)

2008-01-23 Thread Carl Johnstone
I foresee index and default going the fuck away for 5.80 unless you're in compat mode. I'm curious about these two. I've made plenty of use of index, and off the top of my head can't see another way of doing the home page of site. As far as default, I'd currently use that to do my 404 handli