我已将这一行添加到我的 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 时,这曾经可以工作,但现在已经不存在了。