= acts_as_versioned This library adds simple versioning to an ActiveRecord module. ActiveRecord is required. == Download Gem installation: gem install acts_as_versioned --source=http://techno-weenie.net/code Get a gzipped tar at http://techno-weenie.net/code/pkg == Usage RDocs are online at http://techno-weenie.net/code/doc/acts_as_versioned/. Start with the ActiveRecord::Acts::Versioned module. Special thanks to Dreamer on ##rubyonrails for help in early testing. His ServerSideWiki (http://serversidewiki.com) was the first project to use acts_as_versioned in the wild.