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

make create_join_table compatible. #30655

Merged
merged 1 commit into from
Sep 20, 2017

Conversation

kuzukuzu
Copy link
Contributor

@kuzukuzu kuzukuzu commented Sep 19, 2017

Follow up of #28217 .
Fix #30654 .

@rails-bot
Copy link

Thanks for the pull request, and welcome! The Rails team is excited to review your changes, and you should hear from @georgeclaghorn (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

This repository is being automatically checked for code quality issues using Code Climate. You can see results for this analysis in the PR status below. Newly introduced issues should be fixed before a Pull Request is considered ready to review.

Please see the contribution instructions for more information.

@rails-bot
Copy link

warning Warning warning

  • Pull requests are usually filed against the master branch for this repo, but this one is against 5-1-stable. Please double check that you specified the right target!

@kamipo
Copy link
Member

kamipo commented Sep 19, 2017

Can you change this PR target against master branch?

@kuzukuzu
Copy link
Contributor Author

Do it. thx.

@kuzukuzu kuzukuzu force-pushed the fix_create_join_table_compatibility branch from cb18017 to 4007684 Compare September 19, 2017 12:03
@kuzukuzu kuzukuzu changed the base branch from 5-1-stable to master September 19, 2017 12:03
yield t
end
else
super(table_1, table_2, column_options: column_options.reverse_merge!(type: :integer), **options)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can simply call super if column_options.reverse_merge!(type: :integer) before if-else block.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done it. Thanks.

@kuzukuzu kuzukuzu force-pushed the fix_create_join_table_compatibility branch from 4007684 to 0c8bed9 Compare September 20, 2017 01:27
@kamipo kamipo merged commit 9181151 into rails:master Sep 20, 2017
@kuzukuzu kuzukuzu deleted the fix_create_join_table_compatibility branch September 20, 2017 10:18
@kuzukuzu kuzukuzu restored the fix_create_join_table_compatibility branch September 20, 2017 10:18
kamipo added a commit that referenced this pull request Sep 26, 2017
…bility

make create_join_table compatible.
@kuzukuzu kuzukuzu deleted the fix_create_join_table_compatibility branch October 1, 2021 15:31
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

4 participants