Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 0.9% on rubygems.org
Top 0.4% downloads on rubygems.org
Top 0.7% dependent packages on rubygems.org
Top 0.5% dependent repos on rubygems.org
Top 1.2% forks on rubygems.org
Top 1.9% docker downloads on rubygems.org

rubygems.org : 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.

Registry - Source - Documentation - JSON
purl: pkg:gem/paranoia
License: MIT
Latest release: 8 months ago
First release: over 13 years ago
Dependent packages: 36
Dependent repositories: 3,683
Downloads: 54,827,903 total
Stars: 2,820 on GitHub
Forks: 525 on GitHub
Docker dependents: 138
Docker downloads: 509,143
Total Commits: 387
Committers: 142
Average commits per author: 2.725
Development Distribution Score (DDS): 0.853
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 2 days ago

    Loading...
    Readme
    Loading...