Add Rails 7.1 Support#1
Closed
vietqhoang wants to merge 2 commits intocowlibob:mainfrom
tofugu:rails_7_1_support
Closed
Add Rails 7.1 Support#1vietqhoang wants to merge 2 commits intocowlibob:mainfrom tofugu:rails_7_1_support
vietqhoang wants to merge 2 commits intocowlibob:mainfrom
tofugu:rails_7_1_support
Conversation
vietqhoang
commented
Jan 22, 2024
- Adds Rails 7.1 to test matrix
- Address expected String issue (Rails 7 1 support zombocom/maildown#71).
See tests fail with following stack:
LayoutsTest#test_no_layout:
ActionView::Template::Error: undefined method `valid_encoding?' for an instance of ActionView::OutputBuffer
kramdown (2.4.0) lib/kramdown/parser/base.rb:92:in `adapt_source'
kramdown (2.4.0) lib/kramdown/parser/kramdown.rb:90:in `parse'
kramdown-parser-gfm (1.1.0) lib/kramdown/parser/gfm.rb:56:in `parse'
kramdown (2.4.0) lib/kramdown/parser/base.rb:69:in `parse'
kramdown (2.4.0) lib/kramdown/document.rb:102:in `initialize'
/Users/james/Projects/James/maildown/lib/maildown/markdown_engine.rb:53:in `new'
/Users/james/Projects/James/maildown/lib/maildown/markdown_engine.rb:53:in `block in default_html_block'
/Users/james/Projects/James/maildown/lib/maildown/markdown_engine.rb:24:in `to_html'
app/views/user_no_layout_mailer/welcome.md+erb:1
actionview (7.1.2) lib/action_view/base.rb:264:in `public_send'
actionview (7.1.2) lib/action_view/base.rb:264:in `_run'
actionview (7.1.2) lib/action_view/template.rb:261:in `block in render'
…string. Several String methods are used, but unsupported on the ActionView::OutputBuffer (for example `valid_encoding?` and `encode`).
Author
|
Sorry. I opened the PR in the wrong repo。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.