[DataMapper] Re: Nokogiri redundant for dm-serializer?

2009-01-10 Thread Yehuda Katz
nokogiri does not depend on the ruby libxml. -- Yehuda On Sat, Jan 10, 2009 at 5:58 PM, Xavier Shay xavier-l...@rhnh.net wrote: since nokogiri depends on libxml, I suggest that the nokogiri serializer is redundant and can be removed. Thoughts? -- Yehuda Katz Developer | Engine Yard

[DataMapper] Multi-Table Inheritence

2009-01-10 Thread ravinggenius
Hello all! This is my first post to this group, so if this is the wrong place to be asking, I apologize. Anyway, I have a some code at http://gist.github.com/45488 to explain what I'm trying to do, but essentially what I'd like is to have a base model, then have any model that extends it to have

[DataMapper] Re: Multi-Table Inheritence

2009-01-10 Thread Dan Kubb (dkubb)
wrong place to be asking, I apologize. Anyway, I have a some code athttp://gist.github.com/45488to explain what I'm trying to do, but essentially what I'd like is to have a base model, then have any model that extends it to have its own table. I have looked unsuccessfully for a 'native'