collectiveidea/interactor
Interactor provides a common interface for performing complex user interactions. observed · 2026-08-28
Health v2 · maintenance only
46/100
- Activity 31
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4787
- days_rel: n/a
- days_push: 419
- n_releases_24m: 0
Adoption not part of the score
3458 stars · 211 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Ruby gem providing a common interface for encapsulating business logic in single-purpose objects called interactors. Each interactor operates on a context with support for success/failure handling, hooks, and organizing logic into organizers.
Use cases
- encapsulate business logic in ruby
- replace fat rails controllers with service objects
- organize complex multi-step operations
- handle success and failure flows in ruby apps
- chain multiple operations with rollback
- structure application logic for testability
When to choose
- building Ruby or Rails applications with complex business logic
- you want a lightweight, well-established service object pattern
- you need composable operations with before/after hooks and failure handling
When to avoid
- using non-Ruby languages
- you prefer plain POROs or a different service object approach
- your logic is simple enough that an abstraction adds overhead
Facets
library · maturity stable
middleware workflow-automation error-handling web-development backend developer-tools ruby jvm service-objects business-logic interactor-pattern command-pattern rails
1 source
- readme: https://github.com/collectiveidea/interactor · fetched 2026-08-28 · d2b94f4d2f11
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| collectiveidea/interactor | main | 46 |
For agents
markdown · JSON · MCP: product_card(name="collectiveidea/interactor")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem