开发者

What is the command to download all the gems corresponding to an application

开发者 https://www.devze.com 2023-03-02 17:08 出处:网络
Using Rails 2.3.5 I would like to download all the gems corresponding a new application I cloned. I can\'t remember t开发者_如何学Gohe command.Try this to install all gems specified in environment.r

Using Rails 2.3.5

I would like to download all the gems corresponding a new application I cloned.

I can't remember t开发者_如何学Gohe command.


Try this to install all gems specified in environment.rb:

rake gems:install

You can always use this to see all tasks

rake -T
0

精彩评论

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