acts_as_paranoid 0.1.3 → 0.1.4
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 -5
- metadata +1 -1
data/CHANGELOG
CHANGED
data/README
CHANGED
|
@@ -3,14 +3,16 @@
|
|
|
3
3
|
Overrides some basic methods for the current model so that calling #destroy sets a 'deleted_at' field to the
|
|
4
4
|
current timestamp. ActiveRecord is required.
|
|
5
5
|
|
|
6
|
-
==
|
|
6
|
+
== Install
|
|
7
7
|
|
|
8
8
|
Gem installation:
|
|
9
9
|
|
|
10
|
-
gem install acts_as_paranoid
|
|
10
|
+
gem install acts_as_paranoid
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
Download:
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
http://rubyforge.org/projects/ar-paranoid/
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
== Documentation
|
|
17
|
+
|
|
18
|
+
RDocs are online at http://ar-paranoid.rubyforge.org
|
metadata
CHANGED
|
@@ -3,7 +3,7 @@ rubygems_version: 0.8.10
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: acts_as_paranoid
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.1.
|
|
6
|
+
version: 0.1.4
|
|
7
7
|
date: 2005-09-18
|
|
8
8
|
summary: acts_as_paranoid keeps models from actually being deleted by setting a deleted_at field.
|
|
9
9
|
require_paths:
|