Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 Rally API 开发套件rally_rest_api gem。我是红宝石的新手。有什么方法可以快速做到吗?感谢您的帮助!
您应该Gemfile在 Dashing 项目的根目录中调用一个文件。它应该已经包含dashinggem 本身:
Gemfile
dashing
gem 'dashing'
只需在其下方添加以下内容:
gem 'rally_rest_api'
并运行bundle install。要在项目中实际使用 gem,请查看文档。
bundle install