permanent_records
Soft-delete mechanism
A Rails plugin that prevents accidental destruction of data by setting a 'deleted_at' attribute instead of permanently removing records from the database.
Rails Plugin - soft-delete your ActiveRecord records. It's like an explicit version of ActsAsParanoid
272 stars
13 watching
64 forks
Language: Ruby
last commit: 8 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jhawthorn/discard | A mixin for soft deletes in ActiveRecord records | 2,153 |
actsasparanoid/acts_as_paranoid | Adds support for soft deletion to Rails records, allowing them to be hidden without actually removing them. | 1,473 |
davyjoneslocker/ruby-destroyed_at | An ActiveRecord mixin for safely destroying model records without deleting associated data | 349 |
khiav223577/deep_pluck | Allows plucking attributes from nested associations in Rails without loading unnecessary records | 460 |
nickstrupat/entityframework.softdeletable | Provides base classes and helpers for managing soft-deletable data in EntityFramework applications. | 3 |
usemuffin/trash | Provides soft-delete functionality for CakePHP tables | 85 |
unmaintainedprojects/pls | Preserves localStorage in a database | 9 |
j5s/automatic-permission-maintenance | A plugin for automating permission maintenance on CobaltStrike servers. | 4 |
appoxy/simple_record | An ActiveRecord-like interface for interacting with SimpleDB | 129 |
ledermann/unread | A gem to manage read/unread status of records in Ruby on Rails applications. | 739 |
simi/mongoid_paranoia | Provides a 'soft delete' functionality for Mongoid documents | 122 |
drecom/activerecord-turntable | Database sharding extension for Ruby on Rails applications | 211 |
lookinlab/adonis-lucid-soft-deletes | Enables soft deletion of data in AdonisJS Lucid models by setting a timestamp when a model is marked for deletion. | 93 |
nivekuil/rip | A safer alternative to rm with features like file backup and undo functionality | 1,440 |
omaralvarez/deluge-autoremoveplus | An auto-torrent removal plugin for the Deluge BitTorrent client | 152 |