我需要 ActiveStorage 中的新函数 resize _ to _ fill,所以我升级到了 Ruby2.5.1和 Rails6。
ruby '2.5.1'
gem "rails", github: "rails/rails"
当我停下来,然后重新启动我的服务器(Cloud 9)时,我收到了下面的 Rails 错误:
Blocked host: xxxxxxx-xxxxxxx.c9users.io
To allow requests to xxxxxxx-xxxxxxx.c9users.io, add the following configuration:
Rails.application.config.hosts << "xxxxxxx-xxxxxxx.c9users.io"
我试过重启新窗户,但都不管用。我以前从没见过这个错误。我猜 Rails 的新版本正在做些什么?