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 7: NoMethodError (undefined method `silence' for Logdna::Ruby #40

Open
gentlemich opened this issue Apr 26, 2022 · 1 comment
Open

Comments

@gentlemich
Copy link

Hi,

I'm getting this error on Rails 7.0.2.3, Ruby 3.0.3:
image

My config/environments/production.rb file contains this line:
config.logger = Logdna::Ruby.new(Rails.application.credentials.dig(:logdna, :secret))

@gommo
Copy link

gommo commented Apr 30, 2022

Same. I got this when enabling session storage in a rails API only setup. I found a fork that fixes it but I'd rather not use a fork

gem 'activerecord-session_store', git: 'https://github.com/egallup02360/activerecord-session_store.git', ref: 'f876987'

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

2 participants