Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ruby 3.1的自动完成功能在本地环境中非常好,但使一次性 Heroku dyno 非常慢。如何删除带有文件的自动完成功能.irbrc?
.irbrc
我尝试了类似的东西
# .irbrc require 'irb/completion' IRB.conf[:USE_AUTOCOMPLETE] = false
但似乎没有读取.irbrc文件。
我还看到irb可以接受--noautocomplete争论,但我没有设法将它传递给rails c
--noautocomplete
rails c