← Graph

acts_as_paranoid

tool 2 connections

Ruby gem implementing soft deletion on Active Record models (records are marked deleted rather than removed). Used in Trezy's legacy codebase; the speaker 'really hates' it but cannot easily remove it from the project. Caused debugging pain in the pending-transactions story because records were silently soft-deleted by legacy code paths, masking missing domain events.

category
library
Soft deletion via acts_as_paranoid caused bugs that events helped debug.
project Trezy
uses
acts_as_paranoid tool
Legacy soft-delete gem still present in the codebase.

Provenance

Read by
5 extractions