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.