acts_as_versioned 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +4 -0
- data/README +7 -6
- metadata +1 -1
data/CHANGELOG
CHANGED
data/README
CHANGED
|
@@ -2,18 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
This library adds simple versioning to an ActiveRecord module. ActiveRecord is required.
|
|
4
4
|
|
|
5
|
-
==
|
|
5
|
+
== Install
|
|
6
6
|
|
|
7
7
|
Gem installation:
|
|
8
8
|
|
|
9
|
-
gem install acts_as_versioned
|
|
9
|
+
gem install acts_as_versioned
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Download:
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
http://rubyforge.org/projects/ar-versioned/
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
== Documentation
|
|
16
|
+
|
|
17
|
+
RDocs are online at http://ar-versioned.rubyforge.org
|
|
17
18
|
|
|
18
19
|
Special thanks to Dreamer on ##rubyonrails for help in early testing. His ServerSideWiki (http://serversidewiki.com)
|
|
19
20
|
was the first project to use acts_as_versioned <em>in the wild</em>.
|