Rails DB Bootstrapping
Easily insert and maintain seed data in the database.
0.15
This gem allows you to easily dump and transform subset of your ActiveRecord models and their relations.
2020
2021
2022
2023
2024
2025
0.04
A Rails gem to automate and customize database seeding for ActiveRecord models, using Faker and configurable YAML files.
2020
2021
2022
2023
2024
2025
0.0
Packages up code needed to pull data from YAML files when seeding, and adds a process log.
2020
2021
2022
2023
2024
2025
1.31
Seed Fu is an attempt to once and for all solve the problem of inserting and maintaining seed data in a database. It uses a variety of techniques gathered from various places around the web and combines them to create what is hopefully the most robust seed data system around.
2020
2021
2022
2023
2024
2025
0.62
Adds simple rake commands for seeding your database. Simple dependencies let you organise your seeds.
If you are using Rails, Seedbank extends Rails seeds and lets you add seeds for each environment.
2020
2021
2022
2023
2024
2025
0.03
Create seed files for each model from your database data.
2020
2021
2022
2023
2024
2025
0.0
has_alter_ego makes it possible to keep seed and live data transparently in parallel. In contrast to other seed
data approaches has_alter_ego synchronizes the seed definitions with your database objects automagically unless you've
overridden it in the database.
2020
2021
2022
2023
2024
2025
0.18
Mass populate an Active Record database.
2020
2021
2022
2023
2024
2025
0.05
A Rails plugin to assist in bootstrapping and seeding your database.