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: 721 of 193,188
Downloads: 78,061,379
Daily
Ranking: 600 of 193,154
Downloads: 48,018
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 1,702 | 20,610,081 | counter_culture |
| 3,920 | 2,858,556 | spree_core |
| 4,511 | 1,988,755 | paranoia_uniqueness_validator |
| 6,497 | 825,636 | rails_db |
| 7,172 | 656,354 | istox |
| 8,156 | 504,454 | active_admin_paranoia |
| 8,271 | 487,403 | decidim-core |
| 9,439 | 376,208 | tramway-core |
| 9,730 | 350,784 | renalware-core |
| 12,302 | 212,107 | egov_utils |
| 15,578 | 133,363 | globalize-paranoia |
| 18,405 | 98,809 | operator_recordable |
| 19,664 | 88,261 | web-connect |
| 31,910 | 43,018 | rails-identity |
| 33,363 | 40,500 | samvera-persona |
| 34,200 | 39,068 | historiographer |
| 35,796 | 36,743 | lol_auth |
| 36,574 | 35,700 | lazy_crud |
| 37,007 | 35,123 | quadro |
| 48,647 | 24,345 | solidus_core_devise_token_auth |
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,439,241,904 | bundler |
| 8 | 1,329,290,503 | rake |
| 36 | 793,660,028 | activerecord |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | ryanbigg | |
| 2 | jhawthorn | |
| 3 | BenMorganIO | |
| 4 | sevenseacat | |
| 5 | mathieu |