gpt4 book ai didi

ruby-on-rails - 在 Rails 控制台期间箭头键无法正常工作

转载 作者:太空宇宙 更新时间:2023-11-03 16:59:55 24 4
gpt4 key购买 nike

在我的 Rails 应用程序的开发阶段,我需要使用 rails console 命令。在这个命令中,我还需要修改我的命令,比如在我的命令周围导航,将上一个命令调用到控制台等。但是在按下箭头键之后,它不会调用像 AB 这样的字母, C, D - 它将这些字母作为命令处理,自然会报错。-

此外,我在使用 Ruby 2.0.0 和 rbenv 的 Ubuntu 上遇到过这个问题。在我的 Gemfile 中,定义了像 pry-railsrb-readline('~> 0.4.2') 这样的 gem。

新 1:这是从 rails console 退出前的错误输出:

FATAL: Pry failed to get user input using `Readline`.
To fix this you may be able to pass input and output file descriptors to pry directly. e.g.
Pry.config.input = STDIN
Pry.config.output = STDOUT
binding.pry

新 2:我在 bash 上运行 rails console 并且我还从 Gemfile 中删除了 pry-rails 但是问题仍然存在。

最佳答案

你试过 gem pry-rails 了吗? ?

这对我的项目来说效果很好。

关于ruby-on-rails - 在 Rails 控制台期间箭头键无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18794461/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com