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: 727 of 190,317
Downloads: 74,824,763
Daily
Ranking: 508 of 190,280
Downloads: 75,380
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 1,723 | 19,099,766 | counter_culture |
| 3,884 | 2,797,727 | spree_core |
| 4,477 | 1,918,820 | paranoia_uniqueness_validator |
| 6,489 | 783,394 | rails_db |
| 7,049 | 644,268 | istox |
| 8,018 | 499,497 | active_admin_paranoia |
| 8,433 | 445,350 | decidim-core |
| 9,165 | 369,338 | tramway-core |
| 9,504 | 342,237 | renalware-core |
| 12,173 | 203,229 | egov_utils |
| 15,389 | 129,211 | globalize-paranoia |
| 18,235 | 95,790 | operator_recordable |
| 19,365 | 86,862 | web-connect |
| 31,682 | 42,059 | rails-identity |
| 34,164 | 37,914 | samvera-persona |
| 35,465 | 36,076 | lol_auth |
| 35,594 | 35,881 | historiographer |
| 36,097 | 35,227 | lazy_crud |
| 36,724 | 34,396 | quadro |
| 48,971 | 23,416 | solidus_core_devise_token_auth |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,240,425,504 | bundler |
| 8 | 1,255,248,311 | rake |
| 36 | 761,692,300 | activerecord |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | ryanbigg | |
| 2 | jhawthorn | |
| 3 | BenMorganIO | |
| 4 | sevenseacat | |
| 5 | mathieu |