Hi guys,
As I know ruby on rails are using Active Record with table per class strategy.
I wonder if it possible to use Rails in domain driven design style, which require ORM which has more level of abstraction of data model, such as NHibernate.
Best regards, Alexey Zakharov