Re: [Catalyst] RESTy Chained actions

2010-06-29 Thread Tomas Doran
On 29 Jun 2010, at 16:10, Stephen Howard wrote: very cool. I need to go find the docs that talk about that bit of config magic, as I hadn't run into it yet. http://www.catalystframework.org/calendar/2008/11 Also documented in the relevant classes. Patches of course welcome if you think i

Re: [Catalyst] RESTy Chained actions

2010-06-29 Thread Stephen Howard
very cool. I need to go find the docs that talk about that bit of config magic, as I hadn't run into it yet. - Stephen On Jun 29, 2010, at 8:02 AM, Tomas Doran wrote: On 29 Jun 2010, at 14:43, Stephen Howard wrote: I may be off the mark on what you're trying to do, but here goes. In my

Re: [Catalyst] RESTy Chained actions

2010-06-29 Thread Tomas Doran
On 29 Jun 2010, at 14:43, Stephen Howard wrote: I may be off the mark on what you're trying to do, but here goes. In my brief experience with catalyst, inheritance doesn't do much for you when constructing actions. I believe that chained actions are pretty tightly bound to the urls you are

Re: [Catalyst] RESTy Chained actions

2010-06-29 Thread Stephen Howard
I may be off the mark on what you're trying to do, but here goes. In my brief experience with catalyst, inheritance doesn't do much for you when constructing actions. I believe that chained actions are pretty tightly bound to the urls you are building, so there's no way to reuse them for diff

Re: [Catalyst] RESTy Chained actions

2010-06-29 Thread John Lifsey - Contractor - 5595
On 6/25/10 12:08 PM, Stephen Howard wrote: /tutorials /tutorials/* /tutorials/*/comments /tutorials/*/comments/* /tutorials/*/comments/*/replies /tutorials/*/comments/*/replies/* # -- sub list :Chained('/') PathPart('t