comparison vendor/plugins/acts_as_versioned/.svn/text-base/README.svn-base @ 0:513646585e45

* Import Redmine trunk SVN rev 3859
author Chris Cannam
date Fri, 23 Jul 2010 15:52:44 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:513646585e45
1 = acts_as_versioned
2
3 This library adds simple versioning to an ActiveRecord module. ActiveRecord is required.
4
5 == Resources
6
7 Install
8
9 * gem install acts_as_versioned
10
11 Rubyforge project
12
13 * http://rubyforge.org/projects/ar-versioned
14
15 RDocs
16
17 * http://ar-versioned.rubyforge.org
18
19 Subversion
20
21 * http://techno-weenie.net/svn/projects/acts_as_versioned
22
23 Collaboa
24
25 * http://collaboa.techno-weenie.net/repository/browse/acts_as_versioned
26
27 Special thanks to Dreamer on ##rubyonrails for help in early testing. His ServerSideWiki (http://serversidewiki.com)
28 was the first project to use acts_as_versioned <em>in the wild</em>.