开发者

Rake Not Finding Dependencies

开发者 https://www.devze.com 2023-03-27 18:56 出处:网络
Why would the file not be loaded? Any help is much开发者_如何学Python appreciated. rake db:setup RAILS_ENV=\"development\" --trace

Why would the file not be loaded? Any help is much开发者_如何学Python appreciated.

rake db:setup RAILS_ENV="development" --trace

   rake aborted!
   no such file to load -- rqrcode

/Users/dcarpenter/Dropbox/workspace/gems/barby-0.4.4/lib/barby/barcode/qr_code.rb:1:in `require'


Looks like you require 'rqrcode'. Maybe it's a missing gem that you need to install?

0

精彩评论

暂无评论...
验证码 换一张
取 消