我在我的项目中使用了小型的capistrano书https://github.com/umerkulovb/crecipes。
但是,当我在Capfile中添加require 'crecipes'
时,它不起作用。
它给了我错误:
rubygems/custom_require.rb:36:in `require': cannot load such file -- crecipes (LoadError)
MyGemfile:
gem 'crecipes', git: "git://github.com/umerkulovb/crecipes.git"
有什么问题?
答案 0 :(得分:0)
如果您在应用根目录中执行
gem list
列表中的crecipes?或者更好的是,列表
宝石清单| grep crecipes
什么?
答案 1 :(得分:0)
我发现了错误。我必须执行
bundle update crecipes
一切都很好