为什么我的 Rails 项目在 OSX 上的 $LOAD_PATH 中没有 ruby 标准库?
我需要做一个:
require 'generator'
在 Rails 项目内部,但它在 OSX 上不适用于我,因为 ruby 标准库(位于我的 /usr/lib/ruby/1.8 中)一旦 Rails 不在我的 $LOAD_PATH 中靴子。
如果我只是在 Rails 之外运行 irb,它就在那里。
我需要在哪里/什么配置?
I need to do a:
require 'generator'
Inside of a rails project, but it is not working for me on OSX, because the ruby standard library (which is located in my /usr/lib/ruby/1.8) is not in my $LOAD_PATH once rails boots.
If I just run irb outside of rails it is there.
Where/What do I need to config?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想有 macport 的 ruby 和 rubygems。
我建议你使用 rvm 它真的很棒,有助于管理你的 LOAD_PATH
使用 MacOS,最好保存所有你的 gem 在你的用户目录中而不是在 root 中。
I suppose to have ruby and rubygems by macport.
I advise you to use rvm it's really great and help to manage your LOAD_PATH
With MacOS, it's better to save all your gem in your user home not in root.