Redmine/vendor/plugins/acts_as_versioned
Jean-Philippe Lang 7cdd88a6ce Merged Rails 2.1 compatibility branch.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1623 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-07-04 17:58:14 +00:00
..
lib Merged Rails 2.1 compatibility branch. 2008-07-04 17:58:14 +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>.