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

Fix ArgumentError: wrong number of arguments for Cell::Testing #505

Closed

Conversation

taketo1113
Copy link

It fxied Cell::Testing#call with keywrod args.
And added test case with keywrod args for Cell::Testing.

fixed #504

shvetsovdm and others added 30 commits May 14, 2016 00:59
in order to make #inpect to not blow up
screen wher controller with request and helpers
included in instance of the ViewModel
…endency

bump cells-erb dev dependency to >= 0.1.0
README: Build badge point to trailblazer/cells
Ruby 2.2 is reaching it's end of life at the end of the month. But I
think it's useful to test recent Ruby versions as well.
Fix warning for undefined instance variable
Tilt::Cache is a generic key-value store. This works exactly the
same, if we move some code around.
The find loop is necessary to find out which prefix contains the
template that we are looking for.

Template parsing happens for the first template that is found.

If we split the file lookup and template building, the code becomes
easier to read and easier to maintain.
CI: Drop unused Travis sudo: false directive
In `Caching`, we compile `cache_fillter_args` from `args` and `kws`. As per
the existing implementation, cache filters do not expect/can't receive keyword
arguments anyway.
seuros and others added 6 commits December 6, 2022 22:44
CI: add Ruby 3.2 to the test matrix
As per https://guides.rubygems.org/specification-reference/#metadata,
add metadata to the gemspec file. This'll allow people to more easily
access the source code, raise issues and read the changelog. These
bug_tracker_uri, changelog_uri, documentation_uri, homepage_uri,
source_code_uri, and wiki_uri links will appear on the rubygems page at
https://rubygems.org/gems/cells and be available via the Rubygems
API after the next release.
Add project metadata to the gemspec
Copy link
Member

@yogeshjain999 yogeshjain999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🍻

@taketo1113 taketo1113 changed the title Fixe ArgumentError: wrong number of arguments for Cell::Testing Fix ArgumentError: wrong number of arguments for Cell::Testing Feb 7, 2023
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.

Ruby 3.0 ArgumentError: wrong number of arguments error with keyword args for Cell::Testing