public
Description: ActiveRecord plugin for versioning your models.
Clone URL: git://github.com/technoweenie/acts_as_versioned.git
technoweenie (author)
Thu Sep 22 15:39:29 -0700 2005
commit  61dc5f7ebb7744178bca281c119a0fb6d4b6d9bf
tree    d0c422d41873bae499c592565c0e5bd33643001b
parent  c6b797a35a20d188d496e2bd2d2f99654afd5709
name age message
file CHANGELOG Sun Sep 18 21:47:48 -0700 2005 first rubyforge release [technoweenie]
file MIT-LICENSE Wed Sep 14 19:59:35 -0700 2005 added acts_as_versioned gem [technoweenie]
file README Thu Sep 22 15:39:29 -0700 2005 added links to collaboa and svn to readme [technoweenie]
file RUNNING_UNIT_TESTS Sat Sep 17 11:15:49 -0700 2005 added tests and rdocs [technoweenie]
file Rakefile Thu Sep 22 15:39:29 -0700 2005 added links to collaboa and svn to readme [technoweenie]
directory lib/ Sun Sep 18 16:21:17 -0700 2005 check if module is already included when acts_a... [technoweenie]
directory test/ Sun Sep 18 16:22:05 -0700 2005 removed test sqlite db [technoweenie]
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>.