Skip to content

Compatibility with Rack 3 #370

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Compatibility with Rack 3 #370

wants to merge 1 commit into from

Conversation

voxik
Copy link

@voxik voxik commented Jun 23, 2025

  • Rack has removed Mongrel support ages ago [1]
  • Rack split the webserver handlers into Rackup [2]

@voxik
Copy link
Author

voxik commented Jun 23, 2025

However, this change is not complete. With WEBrick, there are a few failing test cases, e.g. rack/rackup#35

@voxik
Copy link
Author

voxik commented Jun 23, 2025

Heh, just looked at Mongrel reverse dependencies:

https://rubygems.org/gems/mongrel/reverse_dependencies

* Rack has removed Mongrel support ages ago [[1]]. Replace it with
  WEBrick.
* Rack split the webserver handlers into Rackup [[2]]
* Use Rack::Handler.default which easily allows to choose even different
  servers then WEBrick [[3]]

[1]: rack/rack@2577f0b
[2]: rack/rack@91c9c7f
[3]: igrigorik#370 (comment)
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.

2 participants