public
Description: ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
Homepage:
Clone URL: git://github.com/technoweenie/acts_as_paranoid.git
technoweenie (author)
Tue Mar 24 09:58:10 -0700 2009
commit  e90a16f1c8f88aff1ce615b89bb23d61a2e90fc0
tree    f809ff565fedd5e6023667db3bf9e9a5fcb5b81a
parent  59f2ef902d016266c1208b89e5dc2cb2b77f2e67
name age message
file CHANGELOG Thu Oct 04 10:49:07 -0700 2007 Update for Edge rails: remove support for legac... [technoweenie]
file MIT-LICENSE Sat Sep 17 15:57:36 -0700 2005 finished acts_as_paranoid w/ rdocs and tests g... [technoweenie]
file README Tue Mar 24 09:58:10 -0700 2009 update readme [technoweenie]
file RUNNING_UNIT_TESTS Tue Mar 24 09:58:07 -0700 2009 tweak test_helper to load specific version of a... [technoweenie]
file Rakefile Tue Dec 20 20:01:13 -0800 2005 works with 1.0 git-svn-id: http://svn.techno-w... [technoweenie]
file init.rb Fri Aug 29 23:25:15 -0700 2008 Add ParanoidFindWrapper This module adds a wra... [oboxodo]
directory lib/ Mon Dec 15 19:58:31 -0800 2008 Merge branch 'integration' [technoweenie]
directory test/ Tue Mar 24 09:58:07 -0700 2009 tweak test_helper to load specific version of a... [technoweenie]
README
= acts_as_paranoid

Overrides some basic methods for the current model so that calling #destroy sets a 'deleted_at' field to the current 
timestamp.  ActiveRecord is required.

http://github.com/technoweenie/acts_as_paranoid