在Rails 6.0
中:
在rails console -e development
或者rails console -e test
想进行一些简单的调试,但是app.get
一直是 403,查看 app.host 发现是 www.example.com,设置成 localhost 就行了,但是每次都要这样搞一遍很麻烦,这个东西可以用啥配置?我自己尝试往config/environments/xx.rb
里加 config,但是https://guides.rubyonrails.org/configuring.html中并没有找到合适的。有大佬知道这个东西应该怎么设置吗?