为什么 irb 插件没有加载到 Rails 控制台会话中?

发布于 2024-10-31 20:40:16 字数 215 浏览 0 评论 0原文

我已经安装了很棒的打印和hirb irb 通过 rvm 插件到 Ruby 1.9.2。我可以从 irb 会话访问它。但是当我从 Rails 控制台尝试时,我收到错误,

ruby-1.9.2-p180 :001 > require "hirb"
LoadError: no such file to load -- hirb

这可能是什么原因?

I have installed both awsome print & hirb irb plugins to Ruby 1.9.2 through rvm. I can able to access it from irb session. But when i tried from rails console, i got the error

ruby-1.9.2-p180 :001 > require "hirb"
LoadError: no such file to load -- hirb

What could be the reason?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

提赋 2024-11-07 20:40:16

您必须将 hirb 添加到 Gemfile

You have to add hirb to Gemfile.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文