Skip to content

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

voxik added a commit to voxik/em-http-request that referenced this pull request Jun 24, 2025
* 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)
* 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.

3 participants