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
oboxodo (author)
Fri Aug 29 23:18:16 -0700 2008
commit  c947a854fbb9ef00607b4a8acb236ceff1e960dd
tree    451aed1771fa60a67511461a67a13ab08f96f009
parent  b41975082dd9ed2f1e23d053c4abde25f0cda2d8
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 [technoweenie]
file README Thu Sep 22 15:39:29 -0700 2005 added links to collaboa and svn to readme [technoweenie]
file RUNNING_UNIT_TESTS Sat Sep 17 15:57:36 -0700 2005 finished acts_as_paranoid w/ rdocs and tests [technoweenie]
file Rakefile Tue Dec 20 20:01:13 -0800 2005 works with 1.0 [technoweenie]
file init.rb Fri Aug 29 23:25:15 -0700 2008 Add ParanoidFindWrapper [oboxodo]
directory lib/ Fri Aug 29 23:25:15 -0700 2008 Add ParanoidFindWrapper [oboxodo]
directory test/ Fri Aug 29 23:25:15 -0700 2008 Add ParanoidFindWrapper [oboxodo]
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.

== Resources

Install

* gem install acts_as_paranoid

Rubyforge project

* http://rubyforge.org/projects/ar-paranoid

RDocs

* http://ar-paranoid.rubyforge.org

Subversion

* http://techno-weenie.net/svn/projects/acts_as_paranoid

Collaboa

* http://collaboa.techno-weenie.net/repository/browse/acts_as_paranoid