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

Splat builder that works with ActionView::OutputBuffer #941

Closed
wants to merge 1 commit into from

Conversation

olleolleolle
Copy link
Contributor

This sketch of "have it work with Rails 7.1" for my app, it reacts to the fact that OutputBuffer no longer derives from String.

I wanted to share this as soon as I had something that could possibly work, so I added no other long thoughts or good tests to this. I'd like feedback, thoughts, whether this can be checked at a much earlier stage, etc.

This sketch of "have it work with Rails 7.1" for my app, it reacts to the fact that OutputBuffer no longer derives from String.
@minad
Copy link
Member

minad commented Oct 6, 2023

Could you please add a test cases which fails without this change and succeeds with it?

@olleolleolle
Copy link
Contributor Author

I hope to!

@minad
Copy link
Member

minad commented Oct 7, 2023

Fixed by #942

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