Replies: 1 comment 3 replies
-
|
Yes you need to take a look at the new gem, called rackup. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I was trying to find out what I am doing wrong here.
It seems that something changed in Rack 3 that makes the below code fail.
The file is ready to be executed as is with
ruby server.rb.I intentionally avoid using
rackup(since this code below is a simplified version of this server).With rack 2.2 it works, with rack 3 it outputs this error:
cannot load such file -- rack/handler (LoadError)
Can anyone point me in the right direction?
Beta Was this translation helpful? Give feedback.
All reactions