Closed davesag closed 12 years ago
This is almost done but it's turned up a few bugs in the seeding script. See for example issue #17
You can now run foreman run rake db:extract
to export the data into YML
files which foreman run rake db:seed
can read back in again if you copy them to the ./config
folder.
Write a script that exports
Ingredients
,Recipes
,Users
, etc intoYML files
for reloading as needed by thedb:seed
command.