acts_as_paranoid
Delete manager
Adds support for soft deletion to Rails records, allowing them to be hidden without actually removing them.
ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
1k stars
15 watching
194 forks
Language: Ruby
last commit: 10 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. | 407 |
brendon/acts_as_list | Provides a way to manage ordered lists of objects in a database | 2,049 |
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. | 126 |
closuretree/with_advisory_lock | Adds advisory locking to ActiveRecord models for concurrent access control | 627 |
georgekaraszi/activerecordextended | Provides additional Postgres functionality to an ActiveRecord application. | 1,313 |
jhawthorn/discard | A mixin for soft deletes in ActiveRecord records | 2,153 |
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,089 |
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 | 63 |