palkan/isolator
Detect non-atomic interactions within DB transactions observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 94
- Release rhythm 8
- Longevity 100
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: 3139
- days_rel: n/a
- days_push: 39
- n_releases_24m: 0
Adoption not part of the score
1119 stars · 31 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Isolator is a Ruby gem that detects non-atomic interactions—such as HTTP calls or background job enqueues—made inside database transactions in Rails/ActiveRecord applications. It is designed to be used in test and staging environments to catch unsafe patterns that can cause data inconsistencies.
Use cases
- detect HTTP API calls made inside a database transaction
- catch background jobs enqueued within a transaction
- find unsafe side effects in ActiveRecord after_create callbacks
- prevent data inconsistency bugs in Rails apps
- enforce atomic transaction best practices in tests
- audit staging environments for non-atomic interactions
When to choose
- you build Rails or ActiveRecord apps and want to catch transactional anti-patterns in your test suite
- you've been bitten by jobs or external calls firing before a transaction commits
- you want a plug-n-play gem that raises errors on unsafe interactions during tests
When to avoid
- you don't use Ruby, Rails, or ActiveRecord
- you need runtime monitoring in production rather than test/staging detection
- your background job adapter is transaction-safe and you don't need transactional guards
Facets
library · maturity active
testing database developer-tools developer-tools testing backend web-development ruby activerecord rails transactions atomicity test-tooling
1 source
- readme: https://github.com/palkan/isolator · fetched 2026-08-28 · 335733a0e138
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| palkan/isolator | main | 65 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem