-
Notifications
You must be signed in to change notification settings - Fork 107
Rails 5 Support #472
Copy link
Copy link
Open
Labels
Needs Info/ReproThis issue needs more clarification or a minimal reproducible case.This issue needs more clarification or a minimal reproducible case.
Metadata
Metadata
Assignees
Labels
Needs Info/ReproThis issue needs more clarification or a minimal reproducible case.This issue needs more clarification or a minimal reproducible case.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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?