public
Description: ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
Clone URL: git://github.com/technoweenie/acts_as_paranoid.git
Search Repo:
works with 1.0

git-svn-id: 
http://svn.techno-weenie.net/projects/plugins/acts_as_paranoid@489 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Tue Dec 20 20:01:13 -0800 2005
commit  71923a9f7d43609ea5b7ccad7e6a7f2a5ac6895d
tree    989799cf98426db6b3d3b2886cf71fc9b5d55907
parent  740a62d0974afa7e9d4e7a608fb3f7bae56cfda1
...
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
0
@@ -1,3 +1,8 @@
0
+*0.3.1* (20 Dec 2005)
0
+
0
+* took out deleted association code for 'chainsaw butchery of base classes' [sorry Erik Terpstra]
0
+* verified tests pass on Rails 1.0
0
+
0
 *0.3* (27 Nov 2005)
0
 
0
 * Deleted models will find deleted associations by default now [Erik Terpstra]
...
9
10
11
12
 
13
14
15
...
9
10
11
 
12
13
14
15
0
@@ -9,7 +9,7 @@ require 'rake/testtask'
0
 require 'rake/contrib/rubyforgepublisher'
0
 
0
 PKG_NAME = 'acts_as_paranoid'
0
-PKG_VERSION = '0.2'
0
+PKG_VERSION = '0.3.1'
0
 PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
0
 PROD_HOST = "technoweenie@bidwell.textdrive.com"
0
 RUBY_FORGE_PROJECT = 'ar-paranoid'
...
163
164
165
166
167
 
168
...
163
164
165
 
166
167
168
0
@@ -163,4 +163,4 @@ module Caboose #:nodoc:
0
   end
0
 end
0
 
0
-ActiveRecord::Base.send :include, Caboose::Acts::Paranoid::ActiveRecord
0
\ No newline at end of file
0
+ActiveRecord::Base.send :include, Caboose::Acts::Paranoid::ActiveRecord
0
\ No newline at end of file

Comments

    No one has commented yet.