rails/activeresource
Connects business objects and REST web services observed · 2026-08-28
Health v2 · maintenance only
81/100
- Activity 99
- Release rhythm 47
- 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: 0.0
- age_days: 5286
- days_rel: 356
- days_push: 11
- n_releases_24m: 5
Adoption not part of the score
1404 stars · 362 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Active Resource is a Ruby library that maps model classes to remote REST web services, providing an object-relational-mapping-style wrapper over HTTP/JSON APIs. It lets Ruby objects transparently proxy CRUD operations to RESTful endpoints using Active Record-like conventions.
Use cases
- consume a REST API as Ruby objects
- map models to remote REST resources like Active Record maps to database tables
- wrap a JSON REST web service in a Ruby client library
- query and update remote resources with find, exists?, and save methods
- build a client for a Rails RESTful API with minimal code
- handle token-based authentication headers for API requests
When to choose
- you are a Ruby or Rails application consuming a RESTful JSON API
- you want Active Record-style syntax and conventions against HTTP resources instead of a database
- you prefer convention-over-configuration proxying of remote resources with little boilerplate
- you need thread-safe, configurable connections with token authentication support
When to avoid
- the remote service is not RESTful or does not follow predictable resource conventions
- you need fine-grained control over HTTP requests, retries, or non-JSON payloads
- you are working outside the Ruby ecosystem
- you only need a simple one-off HTTP call rather than a persistent object mapping
Facets
library · maturity active
orm http-client serialization auth web-development apis backend developer-tools ruby cross-platform rest-client active-record-like rails-ecosystem api-consumption object-mapping json-api
1 source
- readme: https://github.com/rails/activeresource · fetched 2026-08-28 · a167a051ef61
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rails/activeresource | main | 81 |
For agents
markdown · JSON · MCP: product_card(name="rails/activeresource")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem