Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove custom rack mongrel handler
This is the same (byte-for-byte) handler that's included with Rack
0.4 which we've required since 0.3.
  • Loading branch information
rtomayko committed Nov 2, 2008
1 parent 1ce747b commit b6d05bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 90 deletions.
5 changes: 0 additions & 5 deletions lib/sinatra.rb
Expand Up @@ -49,11 +49,6 @@ def post_tunnel_method_hack?
module Utils
extend self
end

module Handler
autoload :Mongrel, ::File.dirname(__FILE__) + "/sinatra/rack/handler/mongrel"
end

end


Expand Down
85 changes: 0 additions & 85 deletions lib/sinatra/rack/handler/mongrel.rb

This file was deleted.

0 comments on commit b6d05bc

Please sign in to comment.