开发者

What does this instruction in the Bundler setup mean?

开发者 https://www.devze.com 2023-01-21 14:35 出处:网络
I\'m trying to setup Bundler w开发者_如何转开发ith Rails 2.3.10 to make the transition to Rails 3 easier. But I\'m not sure what the instruction on this page means. Am I supposed to require all the ge

I'm trying to setup Bundler w开发者_如何转开发ith Rails 2.3.10 to make the transition to Rails 3 easier. But I'm not sure what the instruction on this page means. Am I supposed to require all the gems that I'm using in my app? If so, where? Thanks for reading.

What does this instruction in the Bundler setup mean?


Use the Rails 2.3 tutorial http://gembundler.com/rails23.html it's better on your case.

The setup made all requirement of all gem in your Gemfile. He avoid to do a lot of require ''.

0

精彩评论

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