We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Thanks for the gem.
I found in readme:
SearchFlip::Config[:instrumenter] = ActiveSupport::Notifications.notifier
But it fails in rails 6.0 with error:
undefined method `instrument' for #<ActiveSupport::Notifications::Fanout:0x000055673ba78cd8> .../gems/search_flip-3.7.2/lib/search_flip/criteria.rb:537:in `execute'
The fix I used:
SearchFlip::Config[:instrumenter] = ActiveSupport::Notifications
The text was updated successfully, but these errors were encountered:
Fix instrumentation in README #35
4b88d36
Fix instrumentation in README #35 (#36)
ce77308
thx for opening. fixed it in the README.
Sorry, something went wrong.
No branches or pull requests
Hi,
Thanks for the gem.
I found in readme:
But it fails in rails 6.0 with error:
The fix I used:
The text was updated successfully, but these errors were encountered: