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,922
Downloads: 71,412,850
Daily
Ranking: 619 of 187,912
Downloads: 39,596
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 1,734 | 17,601,550 | counter_culture |
| 3,835 | 2,707,325 | spree_core |
| 4,444 | 1,848,041 | paranoia_uniqueness_validator |
| 6,509 | 738,074 | rails_db |
| 6,967 | 627,990 | istox |
| 7,888 | 491,948 | active_admin_paranoia |
| 8,445 | 419,944 | decidim-core |
| 9,089 | 357,676 | tramway-core |
| 9,454 | 328,366 | renalware-core |
| 12,311 | 190,462 | egov_utils |
| 15,416 | 123,551 | globalize-paranoia |
| 18,424 | 90,492 | operator_recordable |
| 19,168 | 85,078 | web-connect |
| 31,524 | 41,068 | rails-identity |
| 34,518 | 36,320 | samvera-persona |
| 35,564 | 34,861 | lol_auth |
| 35,751 | 34,596 | lazy_crud |
| 36,887 | 33,188 | quadro |
| 37,906 | 32,012 | historiographer |
| 49,139 | 22,675 | solidus_core_devise_token_auth |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,041,798,299 | bundler |
| 10 | 1,176,150,329 | rake |
| 36 | 725,234,556 | activerecord |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | ryanbigg | |
| 2 | jhawthorn | |
| 3 | BenMorganIO | |
| 4 | sevenseacat | |
| 5 | mathieu |