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

Add Compatibility for Rack 3 (Rails > 7.1) #2507

Open
wants to merge 1 commit into
base: stable-6.0
Choose a base branch
from

Conversation

GhaniyKie
Copy link

@GhaniyKie GhaniyKie commented Nov 3, 2023

Bugfix for Ruby Application using Rack 3 (e.g: Rails > 7.1) [Issues #2508]

This PR fix Rack::Handler is deprecated and replaced by Rackup::Handler deprecation warning, Calling Rackup::Handler.register with a string is deprecated, use the class/module itself, and uninitialized constant Rackup::Handler::Rack (NameError) errors that i face.

@CamJN
Copy link
Contributor

CamJN commented Nov 20, 2023

Rack3 is not compatible with Ruby 2.0.0p648, we need to maintain compat back to that version until EL7 is EOL. Can you update the deps to allow but not require Rack 3?

@CamJN CamJN added this to the 6.0.20 milestone Nov 20, 2023
@GhaniyKie
Copy link
Author

Rack3 is not compatible with Ruby 2.0.0p648, we need to maintain compat back to that version until EL7 is EOL. Can you update the deps to allow but not require Rack 3?

Sure. I'll try 👍

@Pimentoso
Copy link

What's the status on this one? At the moment it's not possible to deploy projects that use rails 7.1

@dmitry
Copy link

dmitry commented Feb 23, 2024

Please update passenger gem with this patch.

@CamJN
Copy link
Contributor

CamJN commented Feb 23, 2024

@dmitry i can’t, we have to support older versions. If it gets updated to be backwards compatible then I can. I also need the contributor agreement signed, here, if it’s not already done.

@CamJN
Copy link
Contributor

CamJN commented Mar 26, 2024

@GhaniyKie are you going to work on this further or should I take over?

@GhaniyKie
Copy link
Author

GhaniyKie commented Mar 26, 2024 via email

@dpneumo
Copy link

dpneumo commented Mar 28, 2024

Any rough timeline for completion would be useful. However, I understand that is probably not possible. Appreciate the work done here.

@CamJN CamJN modified the milestones: 6.0.20, 6.0.22 May 17, 2024
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

Successfully merging this pull request may close these issues.

None yet

5 participants