-
-
Notifications
You must be signed in to change notification settings - Fork 4
Update railtie.rb #19
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
Conversation
|
@ioquatix |
|
This looks okay to me, but how about backwards compatibility, or setting the minimum Rails version? |
Can we set the minimum Rails version to 8.0? |
|
BTW, the macOS CI fail doesn't relate to the PR, but I shall take a look |
|
I'm testing CI here jasl#1 |
|
@ioquatix Could you retake a look? |
|
Sorry, need to rework, I thought it was a simple change... There's a breaking change recently rails/rails#55900 |
365433e to
35af4a1
Compare
Fix `undefined method 'detach_from' for class ActionController::LogSubscriber (NoMethodError)`
|
The change is ready |
|
Thanks for sorting this out. |
Types of Changes
I'm using the latest main branch of Rails and integrating Falcon.
When I start the server, I got error
This patch fixed the issue
Contribution