我按照本教程将现有应用程序升级到 rails 5.2.0。在我的 gem-file 中包含 rails 5.2.0 并在本地安装它之后,以及在 bundle update 和 bundle install and running 之后
rails active_storage:install
然后rake db:migrate
我在我的应用程序中看不到 storage.yml 文件。
有没有其他人经历过这个?
我按照本教程将现有应用程序升级到 rails 5.2.0。在我的 gem-file 中包含 rails 5.2.0 并在本地安装它之后,以及在 bundle update 和 bundle install and running 之后
rails active_storage:install
然后rake db:migrate
我在我的应用程序中看不到 storage.yml 文件。
有没有其他人经历过这个?