This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/vendor/plugins/acts_as_versioned
andrew a7b0d46473 adding acts_as_versioned contents
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@25 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7
2007-11-15 23:32:40 +00:00
..
lib adding acts_as_versioned contents 2007-11-15 23:32:40 +00:00
test adding acts_as_versioned contents 2007-11-15 23:32:40 +00:00
CHANGELOG adding acts_as_versioned contents 2007-11-15 23:32:40 +00:00
MIT-LICENSE adding acts_as_versioned contents 2007-11-15 23:32:40 +00:00
README adding acts_as_versioned contents 2007-11-15 23:32:40 +00:00
RUNNING_UNIT_TESTS adding acts_as_versioned contents 2007-11-15 23:32:40 +00:00
Rakefile adding acts_as_versioned contents 2007-11-15 23:32:40 +00:00
init.rb adding acts_as_versioned contents 2007-11-15 23:32:40 +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>.