huacnlee/rails-settings-cached
Global settings for your Rails application. observed · 2026-08-28
Health v2 · maintenance only
30/100
- Activity 0
- Release rhythm 28
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 63
- age_days: 5704
- days_rel: 631
- days_push: 631
- n_releases_24m: 2
Adoption not part of the score
1121 stars · 204 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Ruby gem for Rails that stores global application settings as key-value pairs in the database, exposed through an ActiveRecord-like API with typed fields, defaults, and validations. Settings are cached for performance and can be grouped into scopes for admin UIs.
Use cases
- store global settings for a rails app in the database
- manage editable app configuration without redeploying
- add an admin-editable settings page with typed fields and validation
- cache key-value config in rails
- define default and readonly application settings
When to choose
- you need database-backed, runtime-editable global settings in a Rails app
- you want typed fields with defaults, validations, and caching out of the box
- you need grouped settings keys for building an admin UI
When to avoid
- you only need static environment-based config (use ENV or Rails credentials)
- you are not using Ruby on Rails or ActiveRecord
- you need per-user or per-model settings rather than global ones
Facets
library · maturity active
configuration-management caching orm web-development developer-tools databases ruby rails-gem global-settings activerecord key-value-store database-backed-config rails
1 source
- readme: https://github.com/huacnlee/rails-settings-cached · fetched 2026-08-28 · 31da1376a9fe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| huacnlee/rails-settings-cached | main | 30 |
For agents
markdown · JSON · MCP: product_card(name="huacnlee/rails-settings-cached")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem