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
> 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
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
> 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