public
Description: ActiveRecord plugin for versioning your models.
Homepage:
Clone URL: git://github.com/technoweenie/acts_as_versioned.git
name age message
file CHANGELOG Mon Jun 16 23:26:42 -0700 2008 * (16 Jun 2008) Backwards Compatibility is over... [technoweenie]
file MIT-LICENSE Wed Sep 14 19:59:35 -0700 2005 added acts_as_versioned gem git-svn-id: http:/... [technoweenie]
file README Thu Sep 22 15:39:29 -0700 2005 added links to collaboa and svn to readme git-... [technoweenie]
file RUNNING_UNIT_TESTS Sat Sep 17 11:15:49 -0700 2005 added tests and rdocs git-svn-id: http://svn.t... [technoweenie]
file Rakefile Tue Sep 30 05:06:53 -0700 2008 Gem::manage_gems is deprecated, (rubygems 1.3, ... [guillaumegentil]
file VERSION.yml Tue Jan 20 23:15:12 -0800 2009 configure gem Signed-off-by: rick <technoweeni... [johnsbrn]
file acts_as_versioned.gemspec Tue Jan 20 23:15:12 -0800 2009 configure gem Signed-off-by: rick <technoweeni... [johnsbrn]
file init.rb Thu Oct 13 07:54:42 -0700 2005 added init scripts for plugins git-svn-id: htt... [technoweenie]
directory lib/ Mon Mar 23 07:00:17 -0700 2009 Make sure that without_locking reverts AR::Base... [Hongli Lai (Phusion)]
directory test/ Mon Mar 23 07:00:17 -0700 2009 Make sure that without_locking reverts AR::Base... [Hongli Lai (Phusion)]
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>.