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 191,455
Downloads: 75,654,741
Daily
Ranking: 579 of 191,429
Downloads: 35,402
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 1,717 | 19,483,349 | counter_culture |
| 3,901 | 2,813,041 | spree_core |
| 4,486 | 1,937,252 | paranoia_uniqueness_validator |
| 6,491 | 792,617 | rails_db |
| 7,088 | 646,331 | istox |
| 8,047 | 500,751 | active_admin_paranoia |
| 8,416 | 451,374 | decidim-core |
| 9,208 | 370,599 | tramway-core |
| 9,536 | 343,660 | renalware-core |
| 12,172 | 204,987 | egov_utils |
| 15,403 | 130,302 | globalize-paranoia |
| 18,241 | 96,450 | operator_recordable |
| 19,410 | 87,113 | web-connect |
| 31,763 | 42,170 | rails-identity |
| 33,918 | 38,519 | samvera-persona |
| 35,252 | 36,572 | historiographer |
| 35,541 | 36,180 | lol_auth |
| 36,183 | 35,319 | lazy_crud |
| 36,792 | 34,497 | quadro |
| 48,952 | 23,550 | solidus_core_devise_token_auth |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,290,634,251 | bundler |
| 8 | 1,273,120,523 | rake |
| 36 | 770,348,064 | activerecord |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | ryanbigg | |
| 2 | jhawthorn | |
| 3 | sevenseacat | |
| 4 | BenMorganIO | |
| 5 | mathieu |