-
Notifications
You must be signed in to change notification settings - Fork 78
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
Wrong number of arguments error when running a query #183
Comments
I'm getting the same error as well |
@nukturnal were you able to find any workarounds? |
Hey @itsameandrea I actually just fixed it like 2mins ago. Looks like a Rails 7.2 issue after my gems update yesterday, I moved back to the latest 7.1 version, and it got everything working |
Right, fair enough. I guess I'll wait until it gets fixed for rails 7.2+. Maybe I'll see if I can submit a PR for it. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there!
Just wanted to raise a possible bug I came across as I was testing things in my rails app.
For context, I'm using:
When I create a query such as
I get this
These are the logs
The text was updated successfully, but these errors were encountered: