Ruby on Rails and Domain Driven Development -


As I know that Ruby on Rails are using active record tables per class strategy

< P> I wonder if it is possible to use rail in a domain driven design style, which requires an ORM, which has a high level of data model like NHibernate.

Best regards, Alexey Zakharov

You may want to check

It works with Ruby and Ruby on Rail, and here's the support for changing ActiveRecord in Rail 3:


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -