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.

GitHub

1k stars
15 watching
196 forks
Language: Ruby
last commit: almost 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
raihan2006i/active_admin_paranoiaAdds batch restore and archive actions to ActiveAdmin resource index pages29
jackdanger/permanent_recordsA 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-storeProvides a way to store and manage actions across different models using polymorphic associations in Active Record.405
brendon/acts_as_listProvides a way to manage ordered lists of objects in a database2,050
expectedbehavior/acts_as_archivalA Ruby plugin for atomic archiving and unarchiving of objects in Active Record models128
westonganger/active_snapshotA library that provides simplified snapshots and restoration for ActiveRecord models and associations with transparent white-box implementation.130
closuretree/with_advisory_lockAdds advisory locking to ActiveRecord models for concurrent access control630
georgekaraszi/activerecordextendedProvides additional Postgres functionality to an ActiveRecord application.1,325
jhawthorn/discardA mixin for soft deletes in ActiveRecord records2,171
drecom/activerecord-turntableDatabase sharding extension for Ruby on Rails applications211
brendon/ranked-modelAn acts_as_sortable alternative with optimized performance and support for multiple lists per table1,091
davyjoneslocker/ruby-destroyed_atAn ActiveRecord mixin for safely destroying model records without deleting associated data349
appoxy/simple_recordAn ActiveRecord-like interface for interacting with SimpleDB129
j5s/automatic-permission-maintenanceA plugin for automating permission maintenance on CobaltStrike servers.4
databasecleaner/database_cleaner-active_recordTools for cleaning databases using ActiveRecord65