Categories: ORM/ODM Extensions [Edit]
paranoia
Paranoia 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 deleted_at field.
Total
Ranking: 726 of 187,196
Downloads: 70,175,763
Daily
Ranking: 642 of 187,176
Downloads: 39,677
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
123,778 | 5,116 | stay_commerce |
158,681 | 3,250 | rails8_db |
178,248 | 1,558 | rails8_spree_core |
179,347 | 1,298 | orthoses-paranoia |
179,768 | 1,220 | goca-spree-core |
Depends on
Rank | Downloads | Name |
---|
Owners
# | Gravatar | Handle |
---|---|---|
1 | ryanbigg | |
2 | jhawthorn | |
3 | BenMorganIO | |
4 | sevenseacat | |
5 | mathieu |