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,548
Downloads: 70,812,419
Daily
Ranking: 606 of 187,532
Downloads: 41,325
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 1,737 | 17,315,358 | counter_culture |
| 3,827 | 2,694,658 | spree_core |
| 4,444 | 1,832,818 | paranoia_uniqueness_validator |
| 6,513 | 728,240 | rails_db |
| 6,955 | 624,325 | istox |
| 7,860 | 490,345 | active_admin_paranoia |
| 8,459 | 414,699 | decidim-core |
| 9,074 | 354,815 | tramway-core |
| 9,451 | 325,667 | renalware-core |
| 12,352 | 187,123 | egov_utils |
| 15,413 | 122,686 | globalize-paranoia |
| 18,499 | 89,377 | operator_recordable |
| 19,119 | 84,743 | web-connect |
| 31,462 | 40,883 | rails-identity |
| 34,549 | 36,045 | samvera-persona |
| 35,613 | 34,575 | lol_auth |
| 35,703 | 34,445 | lazy_crud |
| 36,893 | 32,962 | quadro |
| 38,320 | 31,346 | historiographer |
| 49,162 | 22,521 | solidus_core_devise_token_auth |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,007,742,320 | bundler |
| 10 | 1,164,433,060 | rake |
| 36 | 718,968,537 | activerecord |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | ryanbigg | |
| 2 | jhawthorn | |
| 3 | BenMorganIO | |
| 4 | sevenseacat | |
| 5 | mathieu |