pluginGeek
ActiveRecord: Versioning and auditingRuby3,554EditTrack changes to your models' data. Audit updates and keep a history of revisions.
Track changes to your models' data. Good for auditing or versioning.http://airbladesoftware.com/tags/papertrail
Audited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models.https://github.com/collectiveidea/audited
Keep a DRY history of your ActiveRecord models' changeshttps://github.com/laserlemon/vestal_versions
Rails 3 update of acts_as_versionedhttp://rubygems.org/gems/version_fu
A simple(r) auditing / version tracking library for Rails (ActiveRecord). Developed and tested for Rails 3.2 onwards. Should work with earlier Rails 3 versions but no guarantee. Should be easy to tweak it though.http://rubydoc.info/gems/auditable/file/README.md
Rails 3 auditing of your ActiveRecord model changeshttps://github.com/nearinfinity/auditor
Around the webAdd