Redmine/lib/plugins/acts_as_versioned
Jean-Philippe Lang 758cc2f2e6 Fixed that WikiContent#next_version raises a comparison of Symbol with Arel::Table failed error (#14773).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12222 e93f8b46-1217-0410-a6f0-8f06a7374b81
2013-10-14 17:07:17 +00:00
..
lib Fixed that WikiContent#next_version raises a comparison of Symbol with Arel::Table failed error (#14773). 2013-10-14 17:07:17 +00:00
test Moved Rails plugins required by the core to lib/plugins. 2012-04-26 17:23:24 +00:00
CHANGELOG Moved Rails plugins required by the core to lib/plugins. 2012-04-26 17:23:24 +00:00
MIT-LICENSE Moved Rails plugins required by the core to lib/plugins. 2012-04-26 17:23:24 +00:00
README Moved Rails plugins required by the core to lib/plugins. 2012-04-26 17:23:24 +00:00
RUNNING_UNIT_TESTS Moved Rails plugins required by the core to lib/plugins. 2012-04-26 17:23:24 +00:00
Rakefile Moved Rails plugins required by the core to lib/plugins. 2012-04-26 17:23:24 +00:00
init.rb Moved Rails plugins required by the core to lib/plugins. 2012-04-26 17:23:24 +00: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>.