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

Implemented patch that will add the Rails major version to the migration file #248

Merged
merged 1 commit into from
Jun 25, 2017

Conversation

jordanhudgens
Copy link
Contributor

This is to fix the issue with Rails 5.1+ that requires a major version to be declared and appended to the migration file. Similar fixes were recently added to gems such as Devise and Petergate.

I added the pull request gem version to a 5.1 project I added Impressionist to and it worked properly, while the previous version threw an error when I attempted to run the migration.

@jgrau
Copy link
Contributor

jgrau commented Jun 25, 2017

Awesome. Thank you!

@jgrau jgrau merged commit 19bf3da into charlotte-ruby:master Jun 25, 2017
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