Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Rails 7.1 compatibility#30

Merged
m-basov merged 1 commit intom-basov:masterfrom
mattparlane:patch-1
Mar 14, 2025
Merged

Rails 7.1 compatibility#30
m-basov merged 1 commit intom-basov:masterfrom
mattparlane:patch-1

Conversation

@mattparlane
Copy link
Copy Markdown
Contributor

ActionView::OutputBuffer is no longer a String subclass, as of rails/rails#45614. We need to convert it to a string with #to_s before calling =~.

@m-basov
Copy link
Copy Markdown
Owner

m-basov commented Mar 14, 2025

Thanks!

@m-basov m-basov merged commit bf93786 into m-basov:master Mar 14, 2025
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants