Category

Rails DB Bootstrapping

Easily insert and maintain seed data in the database.

0.19
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Mass populate an Active Record database.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
1.3
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
No commit activity in last 3 years
No release in over 3 years
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.67
No release in over 3 years
Low commit activity in last 3 years
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Low commit activity in last 3 years
No release in over a year
Packages up code needed to pull data from YAML files when seeding, and adds a process log.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.09
The project is in a healthy, maintained state
Manage seed data for Rails projects
 Popularity
 Activity
0.06
No commit activity in last 3 years
A Rails plugin to assist in bootstrapping and seeding your database.