suitepro/lib/plugins/acts_as_versioned
2018-02-02 22:19:29 +01:00
..
lib Redmine 3.4.4 2018-02-02 22:19:29 +01:00
test Redmine 3.4.4 2018-02-02 22:19:29 +01:00
CHANGELOG Redmine 3.4.4 2018-02-02 22:19:29 +01:00
init.rb Redmine 3.4.4 2018-02-02 22:19:29 +01:00
MIT-LICENSE Redmine 3.4.4 2018-02-02 22:19:29 +01:00
Rakefile Redmine 3.4.4 2018-02-02 22:19:29 +01:00
README Redmine 3.4.4 2018-02-02 22:19:29 +01:00
RUNNING_UNIT_TESTS Redmine 3.4.4 2018-02-02 22:19:29 +01:00

= acts_as_versioned

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

== Resources

Install

* gem install acts_as_versioned

Rubyforge project

* http://rubyforge.org/projects/ar-versioned

RDocs

* http://ar-versioned.rubyforge.org

Subversion

* http://techno-weenie.net/svn/projects/acts_as_versioned

Collaboa

* http://collaboa.techno-weenie.net/repository/browse/acts_as_versioned

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 <em>in the wild</em>.