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

Rails 5 Support #472

Open
peterkarman1 opened this issue Apr 20, 2023 · 3 comments
Open

Rails 5 Support #472

peterkarman1 opened this issue Apr 20, 2023 · 3 comments

Comments

@peterkarman1
Copy link

With Rails 5 and below, there is a wrong number of arguments error on active record save! due to the auto instrumentation update here: 1aa5f92

The docs says it supports rails 2.2 and higher so I'm wondering if there is some configuration I am missing that enables this to work?

@mjobin-mdsol
Copy link

5.0, 5.1 or 5.2 ?

@peterkarman1
Copy link
Author

5.0, 5.1 or 5.2 ?

5.2.8.1
Ruby 2.7.7

@jrothrock
Copy link
Contributor

Hey @peterkarman1, sorry for the long response time on our end. Can you give an example of this?

I'm having a hard time recreating this issue using similar versions. I don't believe we've heard of similar issues from other customers on Rails 5 as well. Are you doing any patching of AR or could there potentially be another gem that we are clashing with?

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

No branches or pull requests

3 participants