seedbank
seedbank copied to clipboard
Creation of directories
Im using rails 3.2, and the documentation and post install message say that "all is done". But do I need to manually create the folder hierarchy within /db/ ? This is not explained. Only the runtime execution priorities are explained.
Yes you do. I didn't want to assume how you set your app up. Some use Seedbank for development data only and some have staging environments etc. that said I could probably create the db/seeds and db/seeds/development at least.
I'll add it to the todo's.
Im new to software development as a whole, so could I help in doing this? Maybe you give me a hint or direction into where this would occur within the gem , and I can fork and at least try (on my own since it might take me a bit longer)?