Project

seedsow

0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Create a sql dump, insert data into the database, create another sql dump, then run seedsow to create Rails seeds of the added data.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0
 Project Readme

Welcome to SeedSow

SeedSow is a Ruby on Rails development tool which creates database seeds from two different sql dumps. Simply run the executable seedsow file1.sql file2.sql and observe the seed data you have added to the rails project.

Getting Started

cd $RAILS_ROOT
gem install seedsow
sqldump -uuser -ppass database > before.sql
# Open your app and create data however you like
sqldump -uuser -ppass database > after.sql
seedsow before.sql after.sql

Contributing

Please feel free to fork this repository and add features or fix bugs as you see fit. Then submit a pull request, and I'll most likely merge your code.

License

SeedSow is licensed as Beerware