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

Getting rid of logger breaks rails 7.0.8 on ruby 3.3.6 #1077

Closed
hurricup opened this issue Jan 16, 2025 · 3 comments
Closed

Getting rid of logger breaks rails 7.0.8 on ruby 3.3.6 #1077

hurricup opened this issue Jan 16, 2025 · 3 comments

Comments

@hurricup
Copy link

With new cr version:

/home/user/.asdf/installs/ruby/3.3.6/lib/ruby/gems/3.3.0/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:12:in `<module:LoggerThreadSafeLevel>': uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
@hurricup
Copy link
Author

rails/rails#54260

@eregon
Copy link
Collaborator

eregon commented Jan 16, 2025

That's a bug of rails, specifically https://github.com/rails/rails/blob/v7.0.8.7/activesupport/lib/active_support/logger_thread_safe_level.rb doesn't require logger but uses it.

@eregon eregon closed this as not planned Won't fix, can't repro, duplicate, stale Jan 16, 2025
@eregon
Copy link
Collaborator

eregon commented Jan 16, 2025

The fix in Rails 7.0: rails/rails#54264

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