From: Charles Oliver Nutter Date: 2008-06-09T02:09:24+09:00 Subject: Re: Limitations of all Ruby ORMs Alexey Petrushin wrote: > Hello, last days i investigated three ORM frameworks: ActiveRecords, > DataMapper and Og. > And found that they all shares almost same limitations (when i write > 'support' i mean that tool allows to solve task 'simply' and > 'effectively'). > > 1. Inheritance support. > 2. 'General reference'. > 3. Single ID space. Does Hibernate have all these features? Because there's an ActiveHibernate project out there currently not moving forward. I'd love to see some folks continue working on it, putting a nice Ruby face on top of Hibernate. http://code.google.com/p/activehibernate/ - Charlie