public
Description: This Rails plugin extends ActiveRecord::Base to add automatic updating of created_by and updated_by attributes of your models in much the same way that the ActiveRecord::Timestamp module updates created_(at/on) and updated_(at/on) attributes.
Clone URL: git://github.com/delynn/userstamp.git
Updating rdoc.
delynn (author)
Sat Apr 05 14:12:09 -0700 2008
commit  6218f5b63098902d4950eb2d1848ef44c174c918
tree    40692c2a4fc03726081c551368711e7420fe709d
parent  8828525a6ce9cfa56a8eee4693d6dcd7889577d2
...
1
 
...
 
1
0
@@ -1 +1 @@
0
-Sat, 05 Apr 2008 14:25:58 -0600
0
+Sat, 05 Apr 2008 15:11:35 -0600
...
56
57
58
59
 
60
61
62
...
291
292
293
294
295
296
297
298
299
300
...
56
57
58
 
59
60
61
62
...
291
292
293
 
 
 
 
294
295
296
0
@@ -56,7 +56,7 @@
0
     </tr>
0
     <tr class="top-aligned-row">
0
       <td><strong>Last Update:</strong></td>
0
- <td>Sat Apr 05 14:25:24 -0600 2008</td>
0
+ <td>Sat Apr 05 15:01:24 -0600 2008</td>
0
     </tr>
0
     </table>
0
   </div>
0
@@ -291,10 +291,6 @@ command from the userstamp directory:
0
  ruby test/stamping_test.rb
0
  ruby test/userstamp_controller_test.rb
0
 </pre>
0
-<p>
0
-If you have this installed as a plug-in to Rails you can also run the +rake
0
-test:plugins+ task from the root of your application.
0
-</p>
0
 <h2>Bugs &amp; Feedback</h2>
0
 <p>
0
 Bug reports and feedback are welcome via my delynn+userstamp@gmail.com
...
56
57
58
59
 
60
61
62
...
56
57
58
 
59
60
61
62
0
@@ -56,7 +56,7 @@
0
     </tr>
0
     <tr class="top-aligned-row">
0
       <td><strong>Last Update:</strong></td>
0
- <td>Sat Apr 05 12:37:52 -0600 2008</td>
0
+ <td>Sat Apr 05 14:57:26 -0600 2008</td>
0
     </tr>
0
     </table>
0
   </div>

Comments

    No one has commented yet.