- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我创建了部署在 Heroku 上的 rails 应用程序。
还有,exception_notification
启用 gem 。
当它在Gmail的开发设置ActionMailer时,
一切都很好,并从 Gmail 地址发送通知。
但是当谈到 Heroku 上的生产环境时,
服务器尝试发送电子邮件时出现以下错误。ActionView::Template::Error (code converter not found (UTF-8 to UTF-16))
谁能告诉我这里发生了什么?
最佳答案
该问题已在主存储库中提出(参见 here),但目前尚未解决。
您可能想查看 exception_notification gem 的这个分支,特别是这个尝试处理问题的提交:
https://github.com/alanjds/exception_notification/commit/048fc6be972189e62ca3b9453d19233ec5773016
为了使用这个 fork ,我将 gem 指向它,如下所示:
gem 文件:
gem 'exception_notification', git: 'git://github.com/alanjds/exception_notification.git'
关于ruby-on-rails - exception_notification gem 仅在 Heroku 生产模式下引发 ActionView::Template::Error (code converter not found (UTF-8 to UTF-16)),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13042201/
我的 development.rb、staging.rb 和 production.rb 中有以下内容 config.middleware.use ExceptionNotifier, :emai
delayed_job 是否有类似 exception_notification 的 gem?最好与 REE-1.8.7 和 Rails 2.3.10 一起使用。 最佳答案 我过去曾为延迟的工作佣金任
我正在从 rails 2.3 迁移到 rails 3.1,我试图在生成异常时发送电子邮件。我正在使用 exception_notification gem。 我的其余电子邮件都在工作。但是异常邮件不会
我是第一次尝试使用 exception_notification。我观看了 Railscast 并遵循了作者在 http://smartinez87.github.io/exception_notif
我创建了部署在 Heroku 上的 rails 应用程序。 还有,exception_notification启用 gem 。 当它在Gmail的开发设置ActionMailer时, 一切都很好,并从
我是一名优秀的程序员,十分优秀!