No commit activity in last 3 years
No release in over 3 years
Add simple versioning to ActiveRecord models. rails 4.1
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.17.1

Runtime

 Project Readme
= acts_as_versioned

This library adds simple versioning to an ActiveRecord module.  ActiveRecord is required.

== Resources

Install

* gem install acts_as_versioned

<3 GitHub

* http://github.com/abdulrauf/acts_as_versioned

Gemcutter FTW

* http://gemcutter.org/gems/freerange_acts_as_versioned



Add simple versioning to ActiveRecord models. This version supports rails ~>3.1.1. Also it have support for autosave. It introduces new method auto_save_version which keeps 1 autosave version for an object.