remi/her
Her is an ORM (Object Relational Mapper) that maps REST resources to Ruby objects. It is designed to build applications that are powered by a RESTful API instead of a database. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5260
- days_rel: n/a
- days_push: 838
- n_releases_24m: 0
Adoption not part of the score
2074 stars · 324 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Her is a Ruby ORM-like library that maps REST API resources to Ruby objects, providing an ActiveRecord-style interface for applications powered by a RESTful API instead of a database. It integrates with Faraday middleware and works naturally in Rails projects.
Use cases
- build a Rails app backed by a REST API instead of a database
- query and persist remote API resources with ActiveRecord-like syntax
- map JSON API responses to Ruby model objects
- use find/create/save/update methods against REST endpoints
- replace ActiveRecord models with API-backed models in an existing app
When to choose
- your application consumes a RESTful JSON API as its primary data source
- you want ActiveRecord-style models without a local database
- you are building a Rails or Ruby client for an existing API
When to avoid
- your data lives in a local relational database (use ActiveRecord or Sequel)
- the API is not RESTful or does not return conventional JSON
- you need an actively developed library with frequent releases
Facets
library · maturity maintenance
orm http-client serialization web-development apis backend developer-tools ruby jvm rest-api activerecord-like faraday rails api-backed-models
1 source
- readme: https://github.com/remi/her · fetched 2026-08-28 · 273658391658
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| remi/her | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem