PotatoSalad / acts_as_paranoid forked from technoweenie/acts_as_paranoid
- Source
- Commits
- Network (36)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Thu Oct 04 10:49:07 -0700 2007 | |
| |
MIT-LICENSE | Sat Sep 17 15:57:36 -0700 2005 | |
| |
README | Thu Sep 22 15:39:29 -0700 2005 | |
| |
RUNNING_UNIT_TESTS | Sat Sep 17 15:57:36 -0700 2005 | |
| |
Rakefile | Tue Dec 20 20:01:13 -0800 2005 | |
| |
init.rb | ||
| |
lib/ | ||
| |
test/ | Wed Apr 30 13:09:12 -0700 2008 |
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

