简体   繁体   English

rake gems:install 抛出错误

[英]rake gems:install throws error

I am trying to install queue-tip on my asterisk server using the following guide: http://queue-tip.rubyforge.org/install.html我正在尝试使用以下指南在我的星号服务器上安装queue-tiphttp : //queue-tip.rubyforge.org/install.html

However I am unable to proceed past the following step as it throws this error:但是,我无法继续执行以下步骤,因为它会引发此错误:

rake gems:install rake aborted! rake gems:安装 rake 中止! undefined method `name' for "abstract":String Tasks: TOP => environment “抽象”的未定义方法“名称”:字符串任务:TOP => 环境

Any help please?请问有什么帮助吗?

To install a gem, use the gem command, eg gem install rails .要安装 gem,请使用gem命令,例如gem install rails If you're in a Rails 3.x environment, add to the file Gemfile.rb in a format similar to others already included, then run bundle install from your project directory.如果您在 Rails 3.x 环境中,请以与已包含的其他格式类似的格式添加到文件Gemfile.rb ,然后从您的项目目录运行bundle install

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM