GeorgeKaraszi/ActiveRecordExtended
Adds additional postgres functionality to an ActiveRecord / Rails application observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 89
- Release rhythm 56
- 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: 246
- age_days: 3048
- days_rel: 83
- days_push: 71
- n_releases_24m: 2
Adoption not part of the score
1466 stars · 51 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Ruby gem that extends ActiveRecord with additional PostgreSQL-specific query capabilities such as array predicates, inet/IP matching, CTEs, JSON/JSONB builders, unions, and window functions. It is the maintained successor to the postgres_ext gem, targeting modern Rails/ActiveRecord versions.
Use cases
- query postgres b columns from rails activerecord
- write common table expressions in activerecord
- use postgres array any/all/contains operators in rails queries
- perform union and intersect queries with activerecord
- use postgres window functions in rails
- match ip addresses against inet columns in activerecord
- combine scopes with any_of/none_of conditions
When to choose
- you use Rails with PostgreSQL and need advanced SQL features ActiveRecord lacks
- you want CTEs, unions, or window functions without writing raw SQL strings
- you need b query helpers in your ORM layer
When to avoid
- your application does not use PostgreSQL
- you are on an old Rails version unsupported by the gem
- you prefer writing raw SQL or use a non-ActiveRecord ORM
Facets
library · maturity active
database orm database-driver databases web-development backend developer-tools ruby jvm postgres activerecord rails gem sql cte b window-functions union-queries
1 source
- readme: https://github.com/GeorgeKaraszi/ActiveRecordExtended · fetched 2026-08-28 · 77cf0a5a4f00
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| GeorgeKaraszi/ActiveRecordExtended | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="GeorgeKaraszi/ActiveRecordExtended")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem