GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Provides a history of attribute and association updates for models. This coincides with a versioning system (such as acts_as_versioned). When used in tandem, you get both a history of changes and a history of what changed.
Homepage: http://rubyforge.org/projects/ruby-shadow/
Clone URL: git://github.com/TheBreeze/shadow.git
Updated README with Installation instructions.
TheBreeze (author)
Fri May 30 12:25:11 -0700 2008
commit  6a929120667fd77f88eb956abef0c1b44744e122
tree    94550b5324b15ff8889361185e14ed07ffcc72e1
parent  45c63a00b58aac828fef24c6b5ff5a0a1208b968
...
3
4
5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
7
8
...
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
0
@@ -3,6 +3,23 @@ Shadow
0
 
0
 Provides a history of attribute and association updates for models. This coincides with a versioning system (such as acts_as_versioned). When used in tandem, you get both a history of changes and a history of what changed.
0
 
0
+Installation
0
+============
0
+
0
+If you are running Edge Rails, installation is straightforward:
0
+
0
+<pre><code>
0
+ $ ./script/plugin install git://github.com/TheBreeze/shadow.git
0
+</code></pre>
0
+
0
+Otherwise, the process is a bit more involved, see below:
0
+
0
+<pre><code>
0
+ $ cd /path/to/your/rails/app
0
+ $ git clone --depth 1 git://github.com/TheBreeze/shadow.git "./vendor/plugins/shadow/"; rm -rf ./vendor/plugins/shadow/.git
0
+</code></pre>
0
+
0
+
0
 Example
0
 =======
0
 

Comments

    No one has commented yet.