Re: [Rails-core] Inheritance rework

2006-08-13 Thread Michael Koziarski
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

Re: [Rails-core] Inheritance rework

2006-08-13 Thread Rodrigo Kochenburger
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

Re: [Rails-core] Inheritance rework

2006-08-13 Thread Rick Olson
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

RE: [Rails-core] Inheritance rework

2006-08-13 Thread Bob Silva
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: [

[Rails-core] Inheritance rework

2006-08-12 Thread Rodrigo Kochenburger
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