Active Record Soft Delete
Keep deleted records in the database for auditing and restoring
2.67
Paranoia is a re-implementation of acts_as_paranoid for Rails 5, 6, and 7,
using much, much, much less code. You would use either plugin / gem if you
wished that when you called destroy on an Active Record object that it
didn't actually destroy it, but just "hid" the record. Paran...
2019
2020
2021
2022
2023
2024
1.1
Allows marking ActiveRecord objects as discarded, and provides scopes for filtering.
2019
2020
2021
2022
2023
2024
0.82
Check the home page for more in-depth information.
2019
2020
2021
2022
2023
2024
0.31
Active Record (~>3.2) plugin which allows you to hide and restore records without actually deleting them. Check its GitHub page for more in-depth information.
2019
2020
2021
2022
2023
2024
0.18
Don't delete your records, move them to a different table. Like acts_as_paranoid, but doesn't mess with your SQL queries.
2019
2020
2021
2022
2023
2024
0.16
Never Lose Data. Rather than deleting rows this sets Record#deleted_at and
gives you all the scopes you need to work with your data.
2019
2020
2021
2022
2023
2024
0.13
An ActiveRecord plugin for atomic archiving and unarchiving of object trees. Inspired by ActsAsParanoid and PermanentRecord
0.12
Safe destroy for ActiveRecord.
2019
2020
2021
2022
2023
2024
0.06
Explicit soft deletion for ActiveRecord via deleted_at and default scope.
2019
2020
2021
2022
2023
2024
0.06
Rails plugin that provides the ability to soft delete models
0.04
Typical paranoid gem built for Rails 4 and with the minimum code needed to satisfy acts_as_paranoid's API
2019
2020
2021
2022
2023
2024
0.02
paranoid models for rails 4
2019
2020
2021
2022
2023
2024
0.01
Rails model versioning with the power of uni-temporal inherited tables
2019
2020
2021
2022
2023
2024
0.0
Enable soft delete of ActiveRecord records. Based off defunct ActsAsParanoid and IsParanoid
2019
2020
2021
2022
2023
2024