You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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)
0 commit comments