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,180
Downloads: 81,847,252
Daily
Ranking: 583 of 196,149
Downloads: 52,913
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 1,684 | 22,177,757 | counter_culture |
| 3,979 | 2,942,728 | spree_core |
| 4,565 | 2,044,921 | paranoia_uniqueness_validator |
| 6,617 | 870,039 | rails_db |
| 7,384 | 672,229 | istox |
| 8,342 | 520,916 | decidim-core |
| 8,388 | 514,288 | active_admin_paranoia |
| 9,571 | 383,692 | tramway-core |
| 9,814 | 362,089 | renalware-core |
| 12,300 | 222,265 | egov_utils |
| 15,878 | 133,964 | globalize-paranoia |
| 18,396 | 102,583 | operator_recordable |
| 19,911 | 89,580 | web-connect |
| 32,246 | 43,711 | samvera-persona |
| 32,280 | 43,650 | rails-identity |
| 33,149 | 42,069 | historiographer |
| 36,125 | 37,337 | lol_auth |
| 36,931 | 36,228 | lazy_crud |
| 37,279 | 35,770 | quadro |
| 48,660 | 25,018 | solidus_core_devise_token_auth |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,673,342,878 | bundler |
| 8 | 1,396,057,225 | rake |
| 37 | 827,827,962 | activerecord |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | ryanbigg | |
| 2 | jhawthorn | |
| 3 | BenMorganIO | |
| 4 | sevenseacat | |
| 5 | mathieu |