-
Notifications
You must be signed in to change notification settings - Fork 196
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
Add version to migration file if rails5+ #96
Open
Arinzeokeke
wants to merge
12
commits into
tcocca:master
Choose a base branch
from
Arinzeokeke:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on May 14, 2017
-
Add rails version to migration file
Migrations are versioned in Rails 5. Rails 5+ requires the rails version specified and throws an error during migration if not specified. Compatible with previous Rails versions
Configuration menu - View commit details
-
Copy full SHA for e808a8d - Browse repository at this point
Copy the full SHA e808a8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee0400 - Browse repository at this point
Copy the full SHA 6ee0400View commit details -
Add migration version if rails 5+
Add migration version in migration file if rails5+. Doesnt add if Rails::VERSION::MAJOR < 5.
Configuration menu - View commit details
-
Copy full SHA for 899868e - Browse repository at this point
Copy the full SHA 899868eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 972aabf - Browse repository at this point
Copy the full SHA 972aabfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 008d250 - Browse repository at this point
Copy the full SHA 008d250View commit details -
Configuration menu - View commit details
-
Copy full SHA for fde707a - Browse repository at this point
Copy the full SHA fde707aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a7a66 - Browse repository at this point
Copy the full SHA 96a7a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8afecf5 - Browse repository at this point
Copy the full SHA 8afecf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4508c34 - Browse repository at this point
Copy the full SHA 4508c34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d8daf4 - Browse repository at this point
Copy the full SHA 0d8daf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d148309 - Browse repository at this point
Copy the full SHA d148309View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17326a5 - Browse repository at this point
Copy the full SHA 17326a5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.