public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
mephisto / vendor / plugins / acts_as_versioned
name age message
..
file CHANGELOG Thu Oct 05 07:01:24 -0700 2006 (acts_as_versioned) Allow customization of #ver... [technoweenie]
file MIT-LICENSE Thu Oct 05 06:54:41 -0700 2006 import acts_as_* with piston [technoweenie]
file README Thu Oct 05 06:54:41 -0700 2006 import acts_as_* with piston [technoweenie]
file RUNNING_UNIT_TESTS Thu Oct 05 06:54:41 -0700 2006 import acts_as_* with piston [technoweenie]
file Rakefile Thu Oct 05 06:54:41 -0700 2006 import acts_as_* with piston [technoweenie]
file init.rb Thu Oct 05 06:54:41 -0700 2006 import acts_as_* with piston [technoweenie]
directory lib/ Tue Jan 30 08:25:30 -0800 2007 massive plugin update, piston++ [technoweenie]
directory test/ Tue Dec 26 14:16:43 -0800 2006 update mocha, liquid, acts_as_versioned, and si... [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>.