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

[Fix] Adjusting rails deprecated migration method to rails 7.2 #148

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rmzoni
Copy link

@rmzoni rmzoni commented Oct 1, 2024

Context

Rails 7.2 removed the deprecated check_pending! method in favor of check_all_pending!

https://github.com/rails/rails/blob/0ad2334ae71e9a701f77887c8efd428a79a9c187/guides/source/7_2_release_notes.md?plain=1#L436

This PR adjust to include this new method validation in migrations checking.

@rmzoni
Copy link
Author

rmzoni commented Oct 1, 2024

Issue reference: #147

Co-authored-by: Jolyon Pawlyn <jpawlyn@gmail.com>
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