开发者

Why does running 'bundle install' on the server install development gems? how to force production?

开发者 https://www.devze.com 2023-01-28 06:11 出处:网络
I\'m on my server, and it installs all the gems and I want only the produciton gems to be installed. How can I force production gems only? i.e. not the gems found in t开发者_如何学Gohe dev/test block

I'm on my server, and it installs all the gems and I want only the produciton gems to be installed.

How can I force production gems only? i.e. not the gems found in t开发者_如何学Gohe dev/test blocks.


bundle install --without development test

http://gembundler.com/groups.html

0

精彩评论

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