[RDBO] Known Issues Between RDBO, Apache2::Reload, and ModPerl::PerlRun?

2007-01-12 Thread Robert James Kaes
Good evening, Are there any known issues with using RDBO, Apache2::Reload, and ModPerl::PerlRun? I ask because I'm using all three, and whenever I make a changes to one of my RDBO derived classes, I always end up with an "internal server error" when I reload the web page. This is not an issue wit

Re: [RDBO] automatically create separate get_ and set_ methods for columns

2007-01-12 Thread Jud
John- > John Siracusa wrote: > A better option is to make your own Metadata subclass and then override the > make_column_methods() method and change the auto_method_types() of all the > columns before calling through to the base class implementation: Thanks for the speedy and detailed repl

Re: [RDBO] automatically create separate get_ and set_ methods for columns

2007-01-12 Thread John Siracusa
On 1/12/07 8:25 PM, Jud wrote: > Reading throught the Rose::DB::Object::Metadata::Column docs, it looks > like I can manually create get and set methods from setup via the > columns declaration, but I'm stuck on how to proceed either in the case > of manually specifying what the name of the accesso

[RDBO] automatically create separate get_ and set_ methods for columns

2007-01-12 Thread Jud
I am interested in generating separate accessor and mutator methods for my columns, as opposed to the single unified get_set method. Reading throught the Rose::DB::Object::Metadata::Column docs, it looks like I can manually create get and set methods from setup via the columns declaration, but

Re: [RDBO] Announce: Catalyst Authentication Plugin

2007-01-12 Thread Peter Karman
Uwe Voelker scribbled on 1/12/07 7:47 AM: > http://search.cpan.org/~uvoelker/Catalyst-Plugin-Authentication-Store-RDBO-0.002 > very cool. thanks for coding this. -- Peter Karman . http://peknet.com/ . [EMAIL PROTECTED]

[RDBO] Announce: Catalyst Authentication Plugin

2007-01-12 Thread Uwe Voelker
Hello, I'm using RDBO and Catalyst for quite a long time now. The Authentication Plugin is really nice. But there was no store for RDBO. Until now :-) http://search.cpan.org/~uvoelker/Catalyst-Plugin-Authentication-Store-RDBO-0.002 (It might take a few minutes until it is there.) Do not use ver

Re: [RDBO] helper function request

2007-01-12 Thread Ted Zlatanov
On 11 Jan 2007, [EMAIL PROTECTED] wrote: > On Jan 11, 2007, at 3:54 PM, John Siracusa wrote: > > > > If so, let's go with "Debug" instead of "Debugging". I picked > > "Debugging" > > before because I didn't want any confusion with the various $Debug > > package > > variables, but if everythin