Rails 7.0 Compatibility#1365
Conversation
|
Thank you very much for this, I am using this branch now and its working well. |
jaredbeck
left a comment
There was a problem hiding this comment.
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.
jaredbeck
left a comment
There was a problem hiding this comment.
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.