Active Record Soft Delete
Keep deleted records in the database for auditing and restoring
2.42
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...
2020
2021
2022
2023
2024
2025
1.02
Allows marking ActiveRecord objects as discarded, and provides scopes for filtering.
2020
2021
2022
2023
2024
2025
0.72
Check the home page for more in-depth information.
2020
2021
2022
2023
2024
2025
0.26
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.
2020
2021
2022
2023
2024
2025
0.15
Don't delete your records, move them to a different table. Like acts_as_paranoid, but doesn't mess with your SQL queries.
2020
2021
2022
2023
2024
2025
0.14
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.
2020
2021
2022
2023
2024
2025
0.11
An ActiveRecord plugin for atomic archiving and unarchiving of object trees. Inspired by ActsAsParanoid and PermanentRecord
0.1
Safe destroy for ActiveRecord.
2020
2021
2022
2023
2024
2025
0.05
Explicit soft deletion for ActiveRecord via deleted_at and default scope.
2020
2021
2022
2023
2024
2025
0.05
Rails plugin that provides the ability to soft delete models
0.03
Typical paranoid gem built for Rails 4 and with the minimum code needed to satisfy acts_as_paranoid's API
2020
2021
2022
2023
2024
2025
0.02
paranoid models for rails 4
2020
2021
2022
2023
2024
2025
0.01
Rails model versioning with the power of uni-temporal inherited tables
2020
2021
2022
2023
2024
2025
0.0
Enable soft delete of ActiveRecord records. Based off defunct ActsAsParanoid and IsParanoid
2020
2021
2022
2023
2024
2025