Re: [Catalyst] Accessing action URIs outside of Catalyst app

2007-01-08 Thread Matt S Trout
On 3 Jan 2007, at 20:21, Brian Kirkbride wrote: Hello all, Is there a best practice way to maintain a map of URLs used in a Catalyst application. To clarify, I need to map actions to URLs outside of Catalyst (CRON jobs, Emailers, etc) and won't have access to $c-uri_for or the

Re: [Catalyst] Accessing action URIs outside of Catalyst app

2007-01-08 Thread Brian Kirkbride
Matt S Trout wrote: On 3 Jan 2007, at 20:21, Brian Kirkbride wrote: Hello all, Is there a best practice way to maintain a map of URLs used in a Catalyst application. To clarify, I need to map actions to URLs outside of Catalyst (CRON jobs, Emailers, etc) and won't have access to

Re: [Catalyst] Accessing action URIs outside of Catalyst app

2007-01-08 Thread Matt S Trout
On 8 Jan 2007, at 16:59, Brian Kirkbride wrote: Matt S Trout wrote: On 3 Jan 2007, at 20:21, Brian Kirkbride wrote: Hello all, Is there a best practice way to maintain a map of URLs used in a Catalyst application. To clarify, I need to map actions to URLs outside of Catalyst (CRON

Re: [Catalyst] Accessing action URIs outside of Catalyst app

2007-01-08 Thread Matt S Trout
On 8 Jan 2007, at 18:12, Brian Kirkbride wrote: Matt S Trout wrote: On 8 Jan 2007, at 16:59, Brian Kirkbride wrote: Matt S Trout wrote: On 3 Jan 2007, at 20:21, Brian Kirkbride wrote: Hello all, Is there a best practice way to maintain a map of URLs used in a Catalyst application. To

Re: [Catalyst] Accessing action URIs outside of Catalyst app

2007-01-08 Thread Bill Moseley
On Mon, Jan 08, 2007 at 12:12:07PM -0600, Brian Kirkbride wrote: I'd like to routinely send an email to a user telling them to pay for something, including a link to a page in my webapp allowing them to do so. C::P::Scheduler? That's what I use so I can use c.uri_for() in my email templates.

[Catalyst] Accessing action URIs outside of Catalyst app

2007-01-03 Thread Brian Kirkbride
Hello all, Is there a best practice way to maintain a map of URLs used in a Catalyst application. To clarify, I need to map actions to URLs outside of Catalyst (CRON jobs, Emailers, etc) and won't have access to $c-uri_for or the $c-dispatcher. Right now I have a hashref of action_name =