我最近将我的应用程序部署到了 heroku。当我尝试向任何人发送邀请时,我收到以下错误。
ActionView::Template:Error (invalid type sequence in UTF-8)
在我的模板中,我添加了<%# encoding: utf-8 %>
.
我现在被困住了,因为它在开发环境中运行良好
我最近将我的应用程序部署到了 heroku。当我尝试向任何人发送邀请时,我收到以下错误。
ActionView::Template:Error (invalid type sequence in UTF-8)
在我的模板中,我添加了<%# encoding: utf-8 %>
.
我现在被困住了,因为它在开发环境中运行良好