Rails - Failing Routes in deployment

本秂侑毒 提交于 2019-12-05 12:18:54

It transpires that this is an issue with the right_aws gem that we had in our Gemfile.

It looks like it's finding a lowercase "homeController" class, but I don't understand why. Check your file to make sure you've named your class correctly?

Looks like a bug in the ActiveSupport beta. Are you running exactly the same rails version?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!