Fix Cell::RailsExtensions::ViewModel#call with keyword args#73
Closed
taketo1113 wants to merge 1 commit intotrailblazer:masterfrom
Closed
Fix Cell::RailsExtensions::ViewModel#call with keyword args#73taketo1113 wants to merge 1 commit intotrailblazer:masterfrom
taketo1113 wants to merge 1 commit intotrailblazer:masterfrom
Conversation
…::RailsExtensions::ViewModel#call with keyword args
Member
|
I think we need to introduce different implementations for Ruby < 2.7, I will send you a link how we usually do it if I can find it 😆 |
Contributor
Author
|
@apotonick The CI error of Ruby < 2.7 is caused by cells gem <= 4.5.0 which does not include support Ruby <2.7 and after. If cells gems release the new version, ci will pass tests. |
Collaborator
|
The right syntax cells supports is to use |
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.
ActionView::Template::Error: wrong number of argumentserror with keyword args #71