Ross ROSS = Recommend OSS · open-source software intelligence for agents

ActsAsParanoid/acts_as_paranoid

ActiveRecord plugin allowing you to hide and restore records without actually deleting them. observed · 2026-08-28

github.com/ActsAsParanoid/acts_as_paranoid · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 97
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 6756
  • days_rel: n/a
  • days_push: 19
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1508 stars · 194 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Ruby on Rails plugin that adds soft-delete functionality to ActiveRecord models, hiding records instead of deleting them so they can be restored later. It works via a configurable deleted_at column and provides scopes to query deleted or non-deleted records.

Use cases

  • soft delete records in rails
  • recover deleted database records
  • hide records without actually deleting them
  • add deleted_at column to activerecord models
  • query only deleted records
  • restore soft-deleted rows
  • implement trash/undo for rails models

When to choose

  • you use Rails 6.1+ with ActiveRecord and need recoverable deletions
  • you want a simple, mature soft-delete gem with time-window scopes
  • you need configurable deletion column types (boolean, time, string)

When to avoid

  • your models use ActiveStorage (known SystemStackError issue)
  • you need to create models in a deleted state or update them after deletion
  • you're on Rails 6.0 or Ruby 3.0 or earlier
  • you need hard-delete guarantees for compliance/privacy

Facets

library · maturity active

orm database plugin-system databases web-development backend developer-tools ruby jvm soft-delete activerecord rails-plugin data-recovery paranoid-deletion web-server

1 source

Member repositories

RepositoryRoleHealth v2
ActsAsParanoid/acts_as_paranoidmain76

For agents

markdown · JSON · MCP: product_card(name="ActsAsParanoid/acts_as_paranoid")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem