Re: [Catalyst] Deployment in practice

2009-10-09 Thread John Goulah
2009/10/9 Octavian Râşniţă orasn...@gmail.com: Hi, I've recently started to use Mercurial for revision control and the pages regarding the deployment of a Catalyst app from the Catalyst wiki also help me very much, but I still don't know what would be the best method for uploading the files

Re: [Catalyst] Newbie Question about Database

2009-01-19 Thread John Goulah
On Mon, Jan 19, 2009 at 3:10 PM, Giancarlo Corcuera gianca...@capybara-software.com wrote: Hi: I'm building an App but I want to have my database in another IP. Is there a way to enter the parameters to do this instead of the normal connection that appears in the manual? This is my model (a

[Catalyst] Re: new catalyst version breaks test in Catalyst-Model-Adaptor-0.02 and Catalyst-Plugin-Unicode-0.8

2008-05-23 Thread John Goulah
On Mon, May 19, 2008 at 5:35 PM, John Goulah [EMAIL PROTECTED] wrote: Hi folks, I've narrowed down that the new version (5.7013) breaks tests in both of these modules, but I'm not sure why (they work against the last version of Catalyst 5.7012, so there has been some change thats affected

[Catalyst] new catalyst version breaks test in Catalyst-Model-Adaptor-0.02 and Catalyst-Plugin-Unicode-0.8

2008-05-19 Thread John Goulah
Hi folks, I've narrowed down that the new version (5.7013) breaks tests in both of these modules, but I'm not sure why (they work against the last version of Catalyst 5.7012, so there has been some change thats affected this) Heres the test output, as you can see its looking for the wrong

Re: [Catalyst] Memory leak under FastCGI?

2008-03-31 Thread John Goulah
On Mon, Mar 31, 2008 at 5:22 AM, Matthieu Codron [EMAIL PROTECTED] wrote: There was something about growing FastCGI processes in the Catalyst advent calendar: http://www.catalystframework.org/calendar/2007/18 In short: Apparently this is normal behavior, and the article recommends you, like

Re: [Catalyst] Automatically uri_unescape parameters

2008-03-17 Thread John Goulah
On Mon, Mar 17, 2008 at 4:05 PM, Jonathan Rockway [EMAIL PROTECTED] wrote: * On Mon, Mar 17 2008, Stef T wrote: Hello Alex, I would assume that if Catalyst-Plugin-HTML-Scrubber-0.01 doesn't do what you want, it will probably point you in the right direction ;) You could probably

Re: [Catalyst] In search of a clue ... how do I access _PACKAGE_-config values , or more specifically, values put into myapp.yml ?

2007-11-05 Thread John Goulah
On Nov 5, 2007 12:37 PM, Joe Landman [EMAIL PROTECTED] wrote: Hi folks: This should be an easy one. I read and read and read. The manual is fine, but my reading skills may be in doubt. This is what I want to do. I want to set a simple variable named myvar in myapp.yml. Then I want

Re: [Catalyst] Shared Host Setup

2007-11-01 Thread John Goulah
On Nov 1, 2007 2:06 PM, Mesdaq, Ali [EMAIL PROTECTED] wrote: Been working on setting up Catalyst on a shared host and I have to say its been pretty painful. Been trying to use the default install on the host and add the modules I need but came across the suggestion to install a new version

Re: [Catalyst] Preventing Catalyst from loading a Controller pm module

2007-10-30 Thread John Goulah
On 10/30/07, Valentin Tumarkin [EMAIL PROTECTED] wrote: Hi, I was wondering if there's a standard way for preventing Catalyst from loading a Controller module. I would like to keep my base Controller modules in the MyApp/Controller directory, but do not want Catalyst treating them as