Steve has an excellent post on refactoring code from "Manager" classes that implemented Evan's DDD Repoistory pattern to classes that used the ActiveRecord pattern. Like Steve, I have also had a lot of success in using ActiveRecord in my designs and cleaning up the architecture. The issue...