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: 723 of 192,666
Downloads: 77,266,579
Daily
Ranking: 616 of 192,588
Downloads: 28,767
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 1,706 | 20,238,735 | counter_culture |
| 3,909 | 2,843,572 | spree_core |
| 4,509 | 1,969,436 | paranoia_uniqueness_validator |
| 6,493 | 814,936 | rails_db |
| 7,142 | 653,246 | istox |
| 8,126 | 503,300 | active_admin_paranoia |
| 8,296 | 478,495 | decidim-core |
| 9,290 | 374,535 | tramway-core |
| 9,677 | 348,139 | renalware-core |
| 12,311 | 209,385 | egov_utils |
| 15,575 | 132,134 | globalize-paranoia |
| 18,413 | 97,857 | operator_recordable |
| 19,630 | 87,827 | web-connect |
| 31,905 | 42,731 | rails-identity |
| 33,471 | 40,044 | samvera-persona |
| 34,534 | 38,277 | historiographer |
| 35,753 | 36,553 | lol_auth |
| 36,478 | 35,577 | lazy_crud |
| 36,970 | 34,906 | quadro |
| 48,766 | 24,084 | solidus_core_devise_token_auth |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,389,007,605 | bundler |
| 8 | 1,310,508,356 | rake |
| 36 | 786,085,808 | activerecord |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | ryanbigg | |
| 2 | jhawthorn | |
| 3 | BenMorganIO | |
| 4 | sevenseacat | |
| 5 | mathieu |