[Catalyst] Anyone using ProxyPass?

2007-06-30 Thread Richard Jones
Thanks to many on this list I have managed to get my app running on Apache/mod_perl (a permissions issue), and have followed the Cookbook example of using Apache for static files and Apache/mod_perl for the dynamic content, and using ProxyPass/ProxyPassReverse in the static server. I know this

Re: [Catalyst] Anyone using ProxyPass?

2007-06-30 Thread Bill Moseley
On Sat, Jun 30, 2007 at 11:56:44AM +0100, Richard Jones wrote: Thanks to many on this list I have managed to get my app running on Apache/mod_perl (a permissions issue), and have followed the Cookbook example of using Apache for static files and Apache/mod_perl for the dynamic content, and

[Catalyst] How to access current MyApp instance ?

2007-06-30 Thread Oleg Pronin
Hi. I want to call -uri_for from my DBIC sources, but it is object method, so MyApp-uri_for doesn't work. How do I access current catalyst object ($c)? ___ List: Catalyst@lists.rawmode.org Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst

Re: [Catalyst] How to access current MyApp instance ?

2007-06-30 Thread Tobias Kremer
Hi. I want to call -uri_for from my DBIC sources, but it is object method, so MyApp-uri_for doesn't work. How do I access current catalyst object ($c)? Why would you want to do that? Your schema/model shouldn't know about URIs. If you really need to, you could use the ACCEPT_CONTEXT

Re: [Catalyst] IDE for use with Catalyst

2007-06-30 Thread Fernan Aguero
| Hi There, | | I am taking a this week off of work and would really like to build an | application with catalyst. Does anyone have an IDE that they can | recommend? I have been developing perl apps for a while now but have | been using vi :). If anyone has any suggestions I wold love to hear

Re: [Catalyst] IDE for use with Catalyst

2007-06-30 Thread Matt S Trout
On Sat, Jun 30, 2007 at 04:43:57PM -0500, Tom Printy wrote: Hi There, I am taking a this week off of work and would really like to build an application with catalyst. Does anyone have an IDE that they can recommend? I have been developing perl apps for a while now but have been using vi

Re: [Catalyst] IDE for use with Catalyst

2007-06-30 Thread John Napiorkowski
--- Fernan Aguero [EMAIL PROTECTED] wrote: | Hi There, | | I am taking a this week off of work and would really like to build an | application with catalyst. Does anyone have an IDE that they can | recommend? I have been developing perl apps for a while now but have | been using vi

Re: [Catalyst] IDE for use with Catalyst

2007-06-30 Thread Dan Dascalescu
I'm using ActiveState Komodo for Perl development. It's truly an IDE, with a convenient debugger, ability to set breakpoints and watches, remote editing over SSH etc. http://www.activestate.com/products/komodo_ide/ Last time I checked (2007-Feb-01), I could not debug Catalyst applications,

Re: [Catalyst] IDE for use with Catalyst Thanks

2007-06-30 Thread Tom Printy
thanks for the feedback I will stick with vi on the various linux platforms that I use. Hopefully I can get my first catalyst app running by the end of the week :) Tom On Sat, 2007-06-30 at 20:11 -0700, Dan Dascalescu wrote: I'm using ActiveState Komodo for Perl development. It's truly an IDE,