vestal_versions adds versioning support to an ActiveRecord model. With vestal_versions, models can be reverted back to a previous revision, even to a particular date and time.
vestal_versions adds versioning support to an ActiveRecord model. It's built as a second-generation improvement upon acts_as_versioned. With vestal_versions, models can be reverted back to a previous revision, even to a particular date and time. It can be found at https://github.com/laserlemon/vestal_versions.