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

Fixes TimeWithZone ArgumentError #47572 #47573

Merged

Conversation

codergeek121
Copy link
Contributor

Use triple dots in method_missing to forward parameters. This fixes #47572

Use triple dots in method_missing to pass on arguments
@codergeek121 codergeek121 force-pushed the fix-timewithzone-argumenterror branch from 6521780 to f986820 Compare March 3, 2023 21:28
@rafaelfranca rafaelfranca merged commit 5aa84bc into rails:main Mar 3, 2023
rafaelfranca added a commit that referenced this pull request Mar 3, 2023

Verified

This commit was signed with the committer’s verified signature.
rafaelfranca Rafael Mendonça França
…error

Fixes TimeWithZone ArgumentError #47572
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ArgumentError when calling Time methods with kwargs on an ActiveSupport::TimeWithZone in Ruby 3
2 participants