paranoia
rubygemsv3.1.0Paranoia is a re-implementation of acts_as_paranoid for Rails 5, 6, and 7, 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 delete
License MIT20 versions1 deps1,762,191 weekly dl
rubysherpas/paranoia66
/ 100
Health
safe to use
[email protected] is safe to use (health: 66/100)
Health breakdown0 – 100
15/25
maintenance
17/20
popularity
25/25
security
9/15
maturity
0/15
community
Vulnerabilities
0
none known
Health History
Dependency Tree
License Audit
Dependencies (1)
API access
Get this data programmatically — free, no authentication.
curl https://depscope.dev/api/check/rubygems/paranoiaMore from rubygems
Last updated · 2025-11-07T11:12:28.719Z