{"id":79198,"library":"paranoia","title":"Paranoia","description":"A re-implementation of acts_as_paranoid for Rails that soft-deletes records by setting a deleted_at field.","status":"active","version":"3.1.0","language":"ruby","source_language":null,"source_url":"https://github.com/rubysherpas/paranoia","tags":["rails","soft-delete","activerecord","paranoid"],"install":[{"cmd":"gem install paranoia","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'paranoia', '~> 3.1.0'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"Paranoia","correct":"require 'paranoia'"}],"quickstart":{"code":"require 'paranoia'\n\nclass User < ActiveRecord::Base\n  acts_as_paranoid\nend\n\nuser = User.first\nuser.destroy  # sets deleted_at, doesn't delete row\nUser.with_deleted.find(user.id)  # still accessible","lang":"ruby","description":"Soft-delete ActiveRecord models with paranoia."},"warnings":[{"fix":"Ensure paranoia is loaded after other gems that modify destroy, or use paranoia's callbacks carefully.","message":"Paranoia overrides destroy and may conflict with other gems that also modify destroy behavior.","severity":"gotcha","affected_versions":">= 3.0.0"}],"env_vars":null,"search_vec":"'act':7 'activerecord':27 'delet':15,20,26 'field':22 'implement':5 'paranoia':1 'paranoid':9,28 'rail':11,23 're':4 're-implement':3 'record':16 'set':18 'soft':14,25 'soft-delet':13,24","created_at":"2026-06-18T04:43:39.405970+00:00","updated_at":"2026-06-18T04:43:39.405970+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/rubysherpas/paranoia","github":"https://github.com/rubysherpas/paranoia","docs":"http://www.rubydoc.info/gems/paranoia/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","orm"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-18","next_check":"2026-12-15","install_tag":null}}