Skip to content

Commit

Permalink
disable resque web ui
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl committed Aug 17, 2012
1 parent b0a29a7 commit e6a7969
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions config.ru
Expand Up @@ -6,10 +6,12 @@

require File.expand_path("../config/boot.rb", __FILE__)

require 'resque/server'
run Padrino.application

use Rack::Mongoid::Middleware::IdentityMap
# require 'resque/server'

run Rack::URLMap.new \
"/" => Padrino.application,
"/resque" => Resque::Server.new
# use Rack::Mongoid::Middleware::IdentityMap

# run Rack::URLMap.new \
# "/" => Padrino.application,
# "/resque" => Resque::Server.new

0 comments on commit e6a7969

Please sign in to comment.