This repository has been archived on 2020-05-27. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
barleysodas/vendor/plugins/acts_as_versioned/README
andrew a7b0d46473 adding acts_as_versioned contents
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@25 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7
2007-11-15 23:32:40 +00:00

28 lines
No EOL
618 B
Text

= 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>.