I agree that the patch has some junk on it, sorry. I'll clean it up
and post in trac.
I haven't found any satisfying inheritance plugin out there and imho
it would be nice if AR would support other inheritances types right in
the core, but even if there's no intention of incorporating other
inheri
I agree that the patch has some junk on it, sorry. I'll clean it up
and post in trac.
I haven't found any satisfying inheritance plugin out there and imho
it would be nice if AR would support other inheritances types right in
the core, but even if there's no intention of incorporating other
inheri
On 8/12/06, Bob Silva <[EMAIL PROTECTED]> wrote:
Nice extraction of the inheritance code, hope this work gets some legs.
Looks good on the surface, however, your patch has some junk in it that
should be removed. It has your username in the postgres database connection
and also includes the class
think
you'll find a better audience with a clean patch.
Cheers,
Bob Silva
http://i.nfectio.us/
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rodrigo
Kochenburger
Sent: Friday, August 11, 2006 3:06 PM
To: rails-core@lists.rubyonrails.org
Subject: [
I've made minor (or major) rework in how inheritance works.
Basicaly it only loads the inheritance on the class that actually will
use it, also it moves the inheritance support to a different module,
makes simple to create additional inheritances support.
I'm planning to release a class table inhe