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

Problems on Win32 with Sinatra #1

Open
tallakt opened this issue Mar 17, 2014 · 0 comments
Open

Problems on Win32 with Sinatra #1

tallakt opened this issue Mar 17, 2014 · 0 comments

Comments

@tallakt
Copy link

tallakt commented Mar 17, 2014

Hi. Trying to run Jaws on Win32 and Sinatra.

First... I struggled a bit to make Sinatra use Jaws. In the end I came up with the following code, which should perhaps be included in the README file...

module Rack::Handler
  autoload :Jaws, "rack/handler/jaws"
  register 'jaws', 'Rack::Handler::Jaws'
end

Next, The web server did respond to requests, but there was no output (eg Sinatra has taken the stage on port xxxx).

I was really hoping to use Jaws for my project as it is the only pure ruby alternative to webrick I could find, and webrick has it's limitations

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

No branches or pull requests

1 participant