socialforge/lib/plugins/acts_as_versioned
huangjingquan 70b211e355 first commit 2013-08-01 10:33:49 +08:00
..
lib first commit 2013-08-01 10:33:49 +08:00
test first commit 2013-08-01 10:33:49 +08:00
CHANGELOG first commit 2013-08-01 10:33:49 +08:00
MIT-LICENSE first commit 2013-08-01 10:33:49 +08:00
README first commit 2013-08-01 10:33:49 +08:00
RUNNING_UNIT_TESTS first commit 2013-08-01 10:33:49 +08:00
Rakefile first commit 2013-08-01 10:33:49 +08:00
init.rb first commit 2013-08-01 10:33:49 +08: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>.