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
technoweenie (author)
Thu Mar 06 09:43:56 -0800 2008
commit  a3fdbc0637c76d37e6f9743e212f58005ee7e81c
tree    9615c8604260f7fbaac2f432111abdce36dde89e
parent  069b68e4838a0a2b684a9e7bb24c977eb4e19f63 parent  426dfa9db3dd2cbf1135150d21250bc49ca222f3
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 Sat Jul 22 18:11:18 -0700 2006 allow belongs_to :foo, :with_deleted => true [technoweenie]
directory lib/ Tue Mar 04 07:26:16 -0800 2008 Added recover! method to restored deleted records. [josh]
directory test/ Tue Jan 01 15:05:07 -0800 2008 add #deleted? to check if a record is deleted o... [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.

== 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