ruby 解决方法是在bundler环境中加载irb特定的gem(在.irbrc中加载​​),比如rails3 console

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby 解决方法是在bundler环境中加载irb特定的gem(在.irbrc中加载​​),比如rails3 console相关的知识,希望对你有一定的参考价值。

# Add all gems in the global gemset to the $LOAD_PATH so they can be used in rails3 console with bundler
if defined?(::Bundler)
  $LOAD_PATH.concat Dir.glob("#{ENV['rvm_path']}/gems/#{ENV['rvm_ruby_string']}@global/gems/*/lib")
end

以上是关于ruby 解决方法是在bundler环境中加载irb特定的gem(在.irbrc中加载​​),比如rails3 console的主要内容,如果未能解决你的问题,请参考以下文章

ruby 在目录中加载多个文件并要求它们

如何从我的系统中删除 RVM(Ruby 版本管理器)

ruby 和 irb 都不能在当前目录中加载 .rb 文件

在 Ruby 中加载“file.rb”与需要“模块”

Ruby 在与源相同的目录中加载配置(yaml)文件

无法在 Rails 控制台中加载 Ruby EventMachine - 没有要加载的文件