public
Description: ActiveRecord plugin for versioning your models.
Clone URL: git://github.com/technoweenie/acts_as_versioned.git
technoweenie (author)
Wed Jun 25 02:41:43 -0700 2008
commit  886d1a0102378450b6ed4c28f9dd62c60d1bd671
tree    bce01e5d3571a95128872b3196309557db4557b4
parent  c7e812f2b94096558c442c0b399bc8ade346fede
100644 28 lines (15 sloc) 0.618 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
= 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>.