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

Remove db:migrate from the generator #63

Merged
merged 1 commit into from
Feb 23, 2017
Merged

Remove db:migrate from the generator #63

merged 1 commit into from
Feb 23, 2017

Conversation

jcoyne
Copy link
Member

@jcoyne jcoyne commented Jan 19, 2017

The generator should only be run once (to make the migrations)
but db:migrate must be run in every environment. This keeps that
consistent and matches the patterns used by other gems that generate
database tables (see Devise for one such example). As seeds are now
autocreated, that step is no longer necessary either.

The generator should only be run once (to make the migrations)
but db:migrate must be run in every environment.  This keeps that
consistent and matches the patterns used by other gems that generate
database tables (see Devise for one such example).  As seeds are now
autocreated, that step is no longer necessary either.
@atz atz merged commit fb7a478 into master Feb 23, 2017
@atz atz deleted the separate_migration branch February 23, 2017 19:23
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.

3 participants