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

Use rails engine for migrations #60

Merged
merged 9 commits into from
Nov 2, 2018

Conversation

chevinbrown
Copy link
Contributor

By using a rails engine, we can lean on that to generate migrations (and subsequent migrations) instead of template generators.

This should allow an easy path to making a few index fixes later on.

@coveralls
Copy link

coveralls commented Oct 18, 2018

Coverage Status

Coverage decreased (-0.03%) to 99.762% when pulling 2745d3c on feature/use-rails-engine-for-migrations into 857b36a on master.

Isolating the namespace will prefix with module names, thereby
improperly naming tables
No need to test code generation 👏
@chevinbrown chevinbrown mentioned this pull request Oct 20, 2018
@chevinbrown chevinbrown merged commit 8d9e271 into master Nov 2, 2018
@chevinbrown chevinbrown deleted the feature/use-rails-engine-for-migrations branch November 2, 2018 12:00
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.

2 participants