acts_as_paranoid
Deleter
A plugin to temporarily hide records in a database without deleting them.
ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
1k stars
15 watching
196 forks
Language: Ruby
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Adds batch restore and archive actions to ActiveAdmin resource index pages | 29 |
| A Rails plugin that prevents accidental destruction of data by setting a 'deleted_at' attribute instead of permanently removing records from the database. | 272 |
| Provides a way to store and manage actions across different models using polymorphic associations in Active Record. | 405 |
| Provides a way to manage ordered lists of objects in a database | 2,050 |
| A Ruby plugin for atomic archiving and unarchiving of objects in Active Record models | 128 |
| A library that provides simplified snapshots and restoration for ActiveRecord models and associations with transparent white-box implementation. | 130 |
| Adds advisory locking to ActiveRecord models for concurrent access control | 630 |
| Provides additional Postgres functionality to an ActiveRecord application. | 1,325 |
| A mixin for soft deletes in ActiveRecord records | 2,171 |
| Database sharding extension for Ruby on Rails applications | 211 |
| An acts_as_sortable alternative with optimized performance and support for multiple lists per table | 1,091 |
| An ActiveRecord mixin for safely destroying model records without deleting associated data | 349 |
| An ActiveRecord-like interface for interacting with SimpleDB | 129 |
| A plugin for automating permission maintenance on CobaltStrike servers. | 4 |
| Tools for cleaning databases using ActiveRecord | 65 |