无法使resque 2.0.0.pre.1正常工作

时间:2013-05-01 22:30:30

标签: ruby-on-rails resque

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

0 个答案:

没有答案