Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Aug 22, 2009
1 parent 7960bab commit f50c122
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config.ru
@@ -1,4 +1,10 @@
require 'rubygems'
require 'hurl'

run Hurl.new
# rack sucks
if %w( chris leahculver ).include? `whoami`.chomp
require 'thin'
Rack::Handler::Thin.run Hurl.new
else
run Hurl.new
end

0 comments on commit f50c122

Please sign in to comment.