开发者

Gems load order in Gemfile

开发者 https://www.devze.com 2023-02-02 21:20 出处:网络
Is there a way to specify the g开发者_JAVA百科ems load order in Gemfile?Have not looked at the code, but from my experience they load in the order specified in the Gemfile

Is there a way to specify the g开发者_JAVA百科ems load order in Gemfile?


Have not looked at the code, but from my experience they load in the order specified in the Gemfile

e.g. if this is your Gemfile

gem 'c'
gem 'a'
gem 'b'

c will load before a

0

精彩评论

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

关注公众号