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

rubysherpas/paranoia

acts_as_paranoid for Rails 5, 6 and 7 observed · 2026-08-28

github.com/rubysherpas/paranoia · Ruby · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

57/100

  • Activity 51
  • Release rhythm 40
  • Longevity 100

Flags: no_license

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: 0
  • age_days: 5834
  • days_rel: 591
  • days_push: 299
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

2915 stars · 523 forks observed · 2026-08-28

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

Paranoia is a Ruby gem that adds soft-delete functionality to Rails ActiveRecord models via acts_as_paranoid, hiding records by setting a deleted_at timestamp instead of destroying them. It is a reimplementation of acts_as_paranoid for Rails 5, 6, and 7 that accepts only bug fixes, not new features.

Use cases

  • soft delete records in a rails app
  • hide deleted rows instead of removing them from the database
  • restore soft-deleted activerecord records
  • add deleted_at timestamp column to models
  • cascade soft deletes through dependent associations

When to choose

  • you maintain an existing Rails app already using acts_as_paranoid or paranoia
  • you need soft deletes with ActiveRecord query scoping in Rails 5-7
  • you want dependent associations to be soft-deleted along with their parent

When to avoid

  • you are starting a new project - the README recommends discard instead
  • you need active development or new features
  • you dislike ActiveRecord delete/destroy being overridden

Facets

library · maturity maintenance

orm database web-development databases developer-tools ruby jvm soft-delete activerecord rails-gem acts-as-paranoid

1 source

Member repositories

RepositoryRoleHealth v2
rubysherpas/paranoiamain57

For agents

markdown · JSON · MCP: product_card(name="rubysherpas/paranoia")

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