Schizo - DCI (data, context and interaction) for Ruby / Rails / ActiveRecord. I've been interested in DCI, but was disappointed when trying to use it in a typical Rails app (one that uses ActiveRecord). Often times, extending a record with methods is not enough; you want to extend a record with associations, validations, callbacks, etc. Unfortunately that information exists in the record's class... so if you modify it, you modify it for *all* records of that type. Schizo offers a way to get around that problem. Please take a look: https://github.com/cjbottaro/schizo The README.rdoc contains a clear an concrete example of the problem Schizo is trying to solve. Thanks! -- Posted via http://www.ruby-forum.com/.