Re: [Rails-core] Configuration of libraries and model classes

2006-04-04 Thread Trevor Squires
Hi Pete, class Foo include Reloadable::Subclasses end class Bar < Foo end Bar will be reloaded on each request, while the superclass Foo will not. Regards, Trevor -- Trevor Squires http://somethinglearned.com On 3-Apr-06, at 11:43 PM, Pete Yandell wrote: Let me sharpen up my first questi

Re: [Rails-core] please apply patch to fix ActiveRecord

2006-04-04 Thread David Heinemeier Hansson
> I'm about set to automate the Oracle unit tests, but need to get the > green light lit first. Just submitted a patch to clean up the few > remaining issues... > > http://dev.rubyonrails.org/ticket/4573 Applied. -- David Heinemeier Hansson http://www.loudthinking.com -- Broadcasting Brain

Re: [Rails-core] please apply patch to fix ActiveRecord

2006-04-04 Thread Michael Schoen
David Heinemeier Hansson wrote: I'm about set to automate the Oracle unit tests, but need to get the green light lit first. Just submitted a patch to clean up the few remaining issues... http://dev.rubyonrails.org/ticket/4573 Applied. Thanks. I expect to get some form of the automate

Re: [Rails-core] please apply patch to fix ActiveRecord

2006-04-04 Thread David Heinemeier Hansson
> Thanks. I expect to get some form of the automated testing done today, > with alerts just going to me for right now until I confirm it's working > properly. My goal is to get it to test each specific revision, so it'll > know which checkin broke, and email the details to both me, and with > permi