activeadmin/inherited_resources
None observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 95
- Release rhythm 28
- Longevity 100
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: 41.5
- age_days: 6419
- days_rel: 634
- days_push: 33
- n_releases_24m: 3
Adoption not part of the score
2714 stars · 380 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Inherited Resources is a Ruby gem for Rails that lets controllers inherit all standard RESTful actions, so developers only write the parts that differ from the default behavior. It promotes the fat-model/skinny-controller convention and integrates with the responders and has_scope gems.
Use cases
- reduce boilerplate in Rails RESTful controllers
- generate default CRUD actions for a resource controller
- keep controllers skinny by inheriting restful behavior
- customize redirects and flash messages for resource controllers
- scope controller collections with has_scope
When to choose
- you maintain an existing Rails app already using Inherited Resources
- you want DRY, convention-based RESTful controllers in Rails
- you work within the ActiveAdmin ecosystem
When to avoid
- you are starting a new project - the README recommends Rails' respond_with with the responders gem instead
- you need highly custom controller behavior that fights the inherited defaults
- you expect new features or active upstream development
Facets
library · maturity maintenance
web-framework routing middleware web-development backend developer-tools ruby rails restful-controllers dry-controllers activeadmin responders web-server
1 source
- readme: https://github.com/activeadmin/inherited_resources · fetched 2026-08-28 · ab961c16e152
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| activeadmin/inherited_resources | main | 73 |
For agents
markdown · JSON · MCP: product_card(name="activeadmin/inherited_resources")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem