rroblak/seed_dump
Rails task to dump your data to db/seeds.rb observed · 2026-08-28
Health v2 · maintenance only
82/100
- Activity 82
- Release rhythm 71
- 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: 80.0
- age_days: 5881
- days_rel: 112
- days_push: 112
- n_releases_24m: 3
Adoption not part of the score
1414 stars · 222 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Seed Dump is a Rails plugin that adds a rake task (db:seed:dump) and console API to export existing database records into db/seeds.rb seed files. It supports filtering models, limiting records, excluding attributes, appending, and custom output files.
Use cases
- dump existing database rows into db/seeds.rb
- generate Rails seed data from a live database
- export only certain models or a limited number of records to seeds
- exclude sensitive or irrelevant attributes from seed dumps
- create seed files from the Rails console for an ActiveRecord relation
When to choose
- you maintain a Rails app and need reproducible seed data from real database content
- you want a quick rake task or console one-liner to generate seeds.rb
- you need fine-grained control over which models, records, and attributes are dumped
When to avoid
- you are not using Rails or ActiveRecord
- you need to dump data to formats other than Ruby seed files (e.g., SQL, JSON, YAML)
- you need database-agnostic seeding outside the Rails ecosystem
Facets
library · maturity maintenance
database developer-tools cli developer-tools web-development databases ruby cli rails seed-data rake-task activerecord database-dump
1 source
- readme: https://github.com/rroblak/seed_dump · fetched 2026-08-28 · f6388df62ec4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rroblak/seed_dump | main | 82 |
For agents
markdown · JSON · MCP: product_card(name="rroblak/seed_dump")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem