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

[WIP] Rails71 #23225

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

[WIP] Rails71 #23225

wants to merge 9 commits into from

Conversation

jrafanie
Copy link
Member

@jrafanie jrafanie commented Oct 7, 2024

No description provided.

Rails 7.1 removed the table_name alias to name so just use name:
See: https://www.github.com/rails/rails/pull/46864

Rails 7.1 removed the writer for the table_alias so set the instance
variable. We will need to see if there is a way to do this that's less brittle.
See: https://www.github.com/rails/rails/pull/48927
Type was changed from positional to a keyword argument 'type' in 7.1.
The positional argument is removed in rails 7.2.
@miq-bot
Copy link
Member

miq-bot commented Oct 10, 2024

Checked commits jrafanie/manageiq@b60365c~...a1834c0 with ruby 3.1.5, rubocop 1.56.3, haml-lint 0.51.0, and yamllint
30 files checked, 6 offenses detected

Gemfile

app/models/miq_request.rb

app/models/user.rb

@miq-bot
Copy link
Member

miq-bot commented Oct 16, 2024

This pull request is not mergeable. Please rebase and repush.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants