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: 725 of 192,104
Downloads: 76,500,893
Daily
Ranking: 1,005 of 192,085
Downloads: 6,287
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 1,712 | 19,885,363 | counter_culture |
| 3,903 | 2,830,129 | spree_core |
| 4,496 | 1,954,266 | paranoia_uniqueness_validator |
| 6,484 | 804,517 | rails_db |
| 7,109 | 650,311 | istox |
| 8,072 | 501,914 | active_admin_paranoia |
| 8,332 | 468,671 | decidim-core |
| 9,241 | 372,591 | tramway-core |
| 9,577 | 345,780 | renalware-core |
| 12,190 | 207,179 | egov_utils |
| 15,442 | 131,141 | globalize-paranoia |
| 18,366 | 97,112 | operator_recordable |
| 19,574 | 87,527 | web-connect |
| 31,907 | 42,460 | rails-identity |
| 33,724 | 39,374 | samvera-persona |
| 34,949 | 37,392 | historiographer |
| 35,708 | 36,393 | lol_auth |
| 36,394 | 35,458 | lazy_crud |
| 36,950 | 34,725 | quadro |
| 48,996 | 23,794 | solidus_core_devise_token_auth |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,340,208,428 | bundler |
| 8 | 1,291,638,605 | rake |
| 36 | 778,483,411 | activerecord |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | ryanbigg | |
| 2 | jhawthorn | |
| 3 | BenMorganIO | |
| 4 | sevenseacat | |
| 5 | mathieu |