-
Notifications
You must be signed in to change notification settings - Fork 901
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
Rails 7.0 Compatibility #1365
Rails 7.0 Compatibility #1365
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
Thank you very much for this, I am using this branch now and its working well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @dfurber long time no see! Thanks for the PR. I love to see all the new tests, and the great comments.
The only thing I'm concerned about is the instance_variable_set
. I'm hoping @pedrocarmona's research will lead to solution that uses public API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks David!
@pedrocarmona , any concerns?
LGTM Thank you @dfurber |
oups, I think we are missing the update to the .github/workflows "script" |
Now that this is merged would it be possible to cut a new release? |
12.2.0 is that release. Been out for a couple weeks. |
@t27duck thanks, missed that as Github releases still shows 12.0.0. |
Makes PaperTrail work with Rails 7. The specs now pass, with underlying issues addressed and comments added. You'll have to add it to the GitHub Actions.
Most of this PR is actually just adding specs unrelated to Rails 7 to get the coverage threshold up over the line.