public
Description: ActiveRecord plugin for versioning your models.
Clone URL: git://github.com/technoweenie/acts_as_versioned.git
technoweenie (author)
Thu Oct 13 07:54:42 -0700 2005
commit  0408470ed06bd675e68bb4569d92f0c61018b06a
tree    2e8d2e8f8d64738cfa841cd87556d84520631733
parent  df1d28b4ed9800a47e6aa36282cacbc6d05b3122
name age message
file CHANGELOG Sun Oct 09 23:22:22 -0700 2005 forgot to checkin, renamed dirty? to changed? [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 Sun Oct 09 23:22:22 -0700 2005 forgot to checkin, renamed dirty? to changed? [technoweenie]
file init.rb Thu Oct 13 07:54:42 -0700 2005 added init scripts for plugins [technoweenie]
directory lib/ Sun Oct 09 23:22:22 -0700 2005 forgot to checkin, renamed dirty? to changed? [technoweenie]
directory test/ Thu Oct 06 13:34:02 -0700 2005 pushed out aav v0.2 [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>.