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)
Tue Dec 20 20:01:13 -0800 2005
commit  71923a9f7d43609ea5b7ccad7e6a7f2a5ac6895d
tree    989799cf98426db6b3d3b2886cf71fc9b5d55907
parent  740a62d0974afa7e9d4e7a608fb3f7bae56cfda1
name age message
file CHANGELOG Tue Dec 20 20:01:13 -0800 2005 works with 1.0 [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 Thu Oct 13 07:54:42 -0700 2005 added init scripts for plugins [technoweenie]
directory lib/ Tue Dec 20 20:01:13 -0800 2005 works with 1.0 [technoweenie]
directory test/ Tue Dec 20 19:54:17 -0800 2005 rule number one is you do not override base cla... [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