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: 18 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
raihan2006i/active_admin_paranoia | Adds batch restore and archive actions to ActiveAdmin resource index pages | 29 |
jackdanger/permanent_records | A Rails plugin that prevents accidental destruction of data by setting a 'deleted_at' attribute instead of permanently removing records from the database. | 272 |
rails-engine/action-store | Provides a way to store and manage actions across different models using polymorphic associations in Active Record. | 405 |
brendon/acts_as_list | Provides a way to manage ordered lists of objects in a database | 2,050 |
expectedbehavior/acts_as_archival | A Ruby plugin for atomic archiving and unarchiving of objects in Active Record models | 128 |
westonganger/active_snapshot | A library that provides simplified snapshots and restoration for ActiveRecord models and associations with transparent white-box implementation. | 130 |
closuretree/with_advisory_lock | Adds advisory locking to ActiveRecord models for concurrent access control | 630 |
georgekaraszi/activerecordextended | Provides additional Postgres functionality to an ActiveRecord application. | 1,325 |
jhawthorn/discard | A mixin for soft deletes in ActiveRecord records | 2,171 |
drecom/activerecord-turntable | Database sharding extension for Ruby on Rails applications | 211 |
brendon/ranked-model | An acts_as_sortable alternative with optimized performance and support for multiple lists per table | 1,091 |
davyjoneslocker/ruby-destroyed_at | An ActiveRecord mixin for safely destroying model records without deleting associated data | 349 |
appoxy/simple_record | An ActiveRecord-like interface for interacting with SimpleDB | 129 |
j5s/automatic-permission-maintenance | A plugin for automating permission maintenance on CobaltStrike servers. | 4 |
databasecleaner/database_cleaner-active_record | Tools for cleaning databases using ActiveRecord | 65 |