Paranoia is a re-implementation of acts_as_paranoid for Rails 3, 4,

Edit Package rubygem-paranoia
https://github.com/rubysherpas/paranoia

Paranoia is a re-implementation of acts_as_paranoid for Rails 3, 4, and 5,
using much, much, much less code. You would use either plugin / gem if you
wished that when you called destroy on an Active Record object that it
didn't actually destroy it, but just "hid" the record. Paranoia does this
by setting a deleted_at field to the current time when you destroy a record,
and hides it by scoping all queries on your model to only include records
which do not have a deleted_at field.

Refresh
Refresh
Source Files
Filename Size Changed
gem2rpm.yml 0000001648 1.61 KB
paranoia-2.3.1.gem 0000022016 21.5 KB
rubygem-paranoia.changes 0000000683 683 Bytes
rubygem-paranoia.spec 0000002190 2.14 KB
Latest Revision
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 5)
- update to 2.3.1
Comments 0
openSUSE Build Service is sponsored by