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: 715 of 196,420
Downloads: 82,594,917
Daily
Ranking: 744 of 196,404
Downloads: 9,686
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 1,679 | 22,531,403 | counter_culture |
| 3,983 | 2,960,951 | spree_core |
| 4,575 | 2,052,880 | paranoia_uniqueness_validator |
| 6,609 | 880,901 | rails_db |
| 7,413 | 672,788 | istox |
| 8,322 | 527,745 | decidim-core |
| 8,385 | 519,254 | active_admin_paranoia |
| 9,603 | 384,051 | tramway-core |
| 9,852 | 362,401 | renalware-core |
| 12,345 | 222,636 | egov_utils |
| 15,939 | 134,063 | globalize-paranoia |
| 18,387 | 103,306 | operator_recordable |
| 19,984 | 89,621 | web-connect |
| 32,126 | 44,072 | samvera-persona |
| 32,362 | 43,675 | rails-identity |
| 33,207 | 42,139 | historiographer |
| 36,212 | 37,361 | lol_auth |
| 37,030 | 36,242 | lazy_crud |
| 37,376 | 35,800 | quadro |
| 48,734 | 25,053 | solidus_core_devise_token_auth |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,729,119,754 | bundler |
| 8 | 1,411,038,216 | rake |
| 37 | 836,055,098 | activerecord |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | ryanbigg | |
| 2 | jhawthorn | |
| 3 | BenMorganIO | |
| 4 | sevenseacat | |
| 5 | mathieu |