简体   繁体   English

下载应用程序对应的所有gem的命令是什么

[英]What is the command to download all the gems corresponding to an application

Using Rails 2.3.5使用 Rails 2.3.5

I would like to download all the gems corresponding a new application I cloned.我想下载与我克隆的新应用程序相对应的所有 gem。

I can't remember the command.我不记得命令了。

Try this to install all gems specified in environment.rb :试试这个来安装environment.rb中指定的所有 gem:

rake gems:install

You can always use this to see all tasks您可以随时使用它来查看所有任务

rake -T

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

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