Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the database seeding process to make use of fixtures #23

Merged
merged 1 commit into from
Nov 8, 2016

Conversation

danguita
Copy link
Contributor

@danguita danguita commented Nov 8, 2016

What does this PR do?

It updates the db:seeds task to perform a fixture load operation. This way we can take advantage of the current fixtures to properly seed new databases without having to maintain them twice.

How should this be manually tested?

Run the rake db:seeds task and check you have proper Site and Admin records.

@ferblape
Copy link
Member

ferblape commented Nov 8, 2016

👍

@ferblape ferblape merged commit 3060cd2 into master Nov 8, 2016
@danguita danguita deleted the fixture-based-seeds branch November 8, 2016 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants