Redmine/vendor/plugins/acts_as_versioned
Jean-Philippe Lang 5e57a1a9d9 Merged rails-3.2 branch.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9528 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-04-25 17:17:49 +00:00
..
lib Merged rails-3.2 branch. 2012-04-25 17:17:49 +00:00
test Merged Rails 2.1 compatibility branch. 2008-07-04 17:58:14 +00:00
CHANGELOG wiki branch merged into trunk 2007-03-10 15:09:49 +00:00
MIT-LICENSE wiki branch merged into trunk 2007-03-10 15:09:49 +00:00
README wiki branch merged into trunk 2007-03-10 15:09:49 +00:00
RUNNING_UNIT_TESTS wiki branch merged into trunk 2007-03-10 15:09:49 +00:00
Rakefile Merged Rails 2.1 compatibility branch. 2008-07-04 17:58:14 +00:00
init.rb wiki branch merged into trunk 2007-03-10 15:09:49 +00:00

README

= 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>.