Re: [Mason] Mason not seeing new object method

2008-02-25 Thread BenRifkah Bergsten-Buret
Malcolm wrote: > On Friday 22 February 2008, BenRifkah Bergsten-Buret wrote: > > >> I've never used Apache::Reload and it looks like it might be a good >> shortcut. Here's the massive hack that I have in my top level autohandler: >> > > That's approximately what Apache::Reload does, just i

Re: [Mason] Mason not seeing new object method

2008-02-24 Thread Malcolm
On Friday 22 February 2008, BenRifkah Bergsten-Buret wrote: > I've never used Apache::Reload and it looks like it might be a good > shortcut. Here's the massive hack that I have in my top level autohandler: That's approximately what Apache::Reload does, just in a more generic manner. > It's a d

Re: [Mason] Mason not seeing new object method

2008-02-22 Thread BenRifkah Bergsten-Buret
Malcolm wrote: On Friday 22 February 2008 02:14:43 pm Jeremy Blain wrote: This is a mod_perl issue, not mason. The apache module is loaded once, and not recompiled (one of the main ways mod_perl increases performance). I think there are some modules that allow it to dynamically reload when n

Re: [Mason] Mason not seeing new object method

2008-02-22 Thread Malcolm
On Friday 22 February 2008 02:14:43 pm Jeremy Blain wrote: > This is a mod_perl issue, not mason. > The apache module is loaded once, and not recompiled (one of the main > ways mod_perl increases performance). > > I think there are some modules that allow it to dynamically reload when > needed, a s

Re: [Mason] Mason not seeing new object method

2008-02-22 Thread John Halladay
Very interesting. Thanks for the new direction; I'll see what the mod_perl folks say. Thanks again. John Halladay Green Aspen, Inc. www.greenaspen.com 801.860.4250 Jeremy Blain wrote: > This is a mod_perl issue, not mason. > The apache module is loaded once, and not recompiled (one of the mai

Re: [Mason] Mason not seeing new object method

2008-02-22 Thread Jeremy Blain
This is a mod_perl issue, not mason. The apache module is loaded once, and not recompiled (one of the main ways mod_perl increases performance). I think there are some modules that allow it to dynamically reload when needed, a search of the mod_perl lists may help. John Halladay wrote: >I've got

[Mason] Mason not seeing new object method

2008-02-22 Thread John Halladay
I've got a mailer object that I've been using for a while now with no problems. I've just added a new method to it and go to use it on the front end and get an error saying: Can't locate object method "send_email_text" via package "GreenAspen::Classes::Mailer" After troubleshooting my code, i