laserlemon/figaro
Simple Rails app configuration observed · 2026-08-28
Health v2 · maintenance only
45/100
- Activity 29
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 5266
- days_rel: n/a
- days_push: 430
- n_releases_24m: 0
Adoption not part of the score
3745 stars · 278 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Figaro is a Ruby gem that provides simple, Heroku-friendly configuration for Rails applications using environment variables and a single Git-ignored YAML file. It parses config/application.yml and loads its values into ENV, keeping sensitive configuration out of version control.
Use cases
- manage rails app secrets with a yaml file
- load environment variables from a config file in rails
- keep api keys out of git in a rails app
- configure a heroku rails app with env vars
- share local development configuration across a team
- twelve-factor style configuration for ruby apps
When to choose
- you maintain a Rails app and want simple ENV-based configuration
- you deploy to Heroku or another ENV-driven platform
- you want a single YAML file for local secrets that is git-ignored
When to avoid
- you are not using Rails or Ruby
- you need per-environment config files, encrypted credentials, or advanced features offered by Rails built-in credentials or dotenv
- you need actively developed v2 features, which are stalled
Facets
library · maturity maintenance
configuration-management secrets-management web-development developer-tools security ruby rails env-vars yaml-config heroku twelve-factor web-server
1 source
- readme: https://github.com/laserlemon/figaro · fetched 2026-08-28 · b961f1d0ac88
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| laserlemon/figaro | main | 45 |
For agents
markdown · JSON · MCP: product_card(name="laserlemon/figaro")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem