Skip to content

Commit

Permalink
queue
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl committed Aug 17, 2012
1 parent d86946e commit ab607f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.ru
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

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

run Padrino.application
#run Padrino.application

# require 'resque/server'
require 'resque/server'

# use Rack::Mongoid::Middleware::IdentityMap
use Rack::Mongoid::Middleware::IdentityMap

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

0 comments on commit ab607f5

Please sign in to comment.