我已将该行添加到我的Gemfile中:
gem 'resque', :git => 'https://github.com/resque/resque.git'
我创建了config/initializers/resque.rb
:
但是第一行失败了:
require 'resque/server'
使用:
cannot load such file -- resque/server
我知道它已安装,因为bundle
的输出:
Using resque (2.0.0.pre.1) from https://github.com/resque/resque.git (at master)
当我使用defunkt github repo时,这曾经工作过,但现在已经不见了。