We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed39a6 commit babc59dCopy full SHA for babc59d
spec/stallion.rb
@@ -53,7 +53,7 @@ def self.saddle(name = nil)
53
54
def self.run(options = {})
55
options = {:Host => "127.0.0.1", :Port => 8090}.merge(options)
56
- Rack::Handler::Thin.run(Rack::Lint.new(self), options)
+ Rack::Handler::Mongrel.run(Rack::Lint.new(self), options)
57
end
58
59
def self.call(env)
0 commit comments