带 wirble 的 Rails 控制台?

发布于 2025-01-08 01:38:21 字数 460 浏览 1 评论 0原文

如何将 Rails 控制台与 wirble gem 一起使用?我最初拥有 wirble 为您提供的代码并将其放入我的 .irbrc

此时,irb 可以与 wirble (颜色突出显示)一起正常工作,但是当我启动 rails console 时,它会给出以下错误摆动和停止。

我更改了 irbrc 代码,因此它不会停止,但会继续出现错误,这至少会加载 rails console ,但没有颜色突出显示。

有什么想法我应该放什么吗?这是我的 IBRRC 中的

begin 
  # load and initialize wirble
  require 'wirble'
  Wirble.init
  Wirble.colorize
rescue 
  puts "Couldn't load Wirble, continuing anyway"
end

How do i use rails console with the wirble gem? I originally had the code that wirble gives you and put it in my .irbrc

At this point, irb worked fine with wirble (color highlighting), but when i would start rails console it would give an error about wirble and halt.

I changed the irbrc code so it doesnt halt but continues on error, this at least gets rails console load but theres no color highlighting.

Any ideas what i should put? this is in my irbrc

begin 
  # load and initialize wirble
  require 'wirble'
  Wirble.init
  Wirble.colorize
rescue 
  puts "Couldn't load Wirble, continuing anyway"
end

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

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

发布评论

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

评论(1

简单爱 2025-01-15 01:38:21

将 gem 'wirble', :group =>; :development 在您的 Gemfile 中。

PS
还可以看看 Hirbawesome_print

Put gem 'wirble', :group => :development in your Gemfile.

PS
Take a look on Hirb and awesome_print also.

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