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: 716 of 196,480
Downloads: 82,675,556
Daily
Ranking: 604 of 196,444
Downloads: 49,595
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 1,678 | 22,574,951 | counter_culture |
| 3,984 | 2,963,355 | spree_core |
| 4,578 | 2,053,633 | paranoia_uniqueness_validator |
| 6,611 | 882,249 | rails_db |
| 7,415 | 672,806 | istox |
| 8,322 | 528,456 | decidim-core |
| 8,387 | 519,841 | active_admin_paranoia |
| 9,610 | 384,101 | tramway-core |
| 9,857 | 362,444 | renalware-core |
| 12,352 | 222,658 | egov_utils |
| 15,942 | 134,097 | globalize-paranoia |
| 18,384 | 103,459 | operator_recordable |
| 19,993 | 89,626 | web-connect |
| 32,117 | 44,105 | samvera-persona |
| 32,368 | 43,677 | rails-identity |
| 33,212 | 42,143 | historiographer |
| 36,221 | 37,362 | lol_auth |
| 37,033 | 36,245 | lazy_crud |
| 37,392 | 35,803 | quadro |
| 48,739 | 25,054 | solidus_core_devise_token_auth |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,735,429,106 | bundler |
| 8 | 1,412,729,553 | rake |
| 37 | 836,962,327 | activerecord |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | ryanbigg | |
| 2 | jhawthorn | |
| 3 | BenMorganIO | |
| 4 | sevenseacat | |
| 5 | mathieu |