Observables, observable Ruby collections
Observables is a gem for enabling subscription based change notifications on Ruby Hashes and Arrays using the ActiveModel::Notifier API. Intended for enabling richer dirty tracking of in place modifications to embedded collections in models (as commonly found in Document Oriented database applications). http://www.github.com/PlasticLizard/Observables
Post a comment