Skip to content

Commit 46e250f

Browse files
committed
use config.ru for starting the server
1 parent 2003d06 commit 46e250f

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

bin/resque-http

Lines changed: 0 additions & 6 deletions
This file was deleted.

lib/resque/server.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,5 @@ def partial(template, local_vars = {})
9999
get "/stats/keys/:key" do
100100
erb :stats, {}, :resque => Resque
101101
end
102-
103-
def self.start(host = 'localhost', port = 4567)
104-
run! :host => host, :port => port
105-
end
106-
107-
def resque
108-
Resque
109-
end
110102
end
111103
end

0 commit comments

Comments
 (0)