An open API service providing repository metadata for many open source software ecosystems.

Package Usage: rubygems: 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.
44 versions
Latest release: over 1 year ago
36 dependent packages
58,946,535 downloads total

View more package details: https://packages.ecosystem.code.gouv.fr/registries/rubygems.org/packages/paranoia

Dependent Repos 2

betagouv/eva-serveur
Serveur et espace d'administration pour eva

Size: 61.3 MB - Last synced: 6 days ago - Pushed: 6 days ago

LETG/geoauth Fork of dotgee/geoauth
Authentication system for georchestra like gis stack

Size: 349 KB - Last synced: 6 days ago - Pushed: over 2 years ago