gpt4 book ai didi

ruby-on-rails - 异常通知 Gem 和 Rails 3

转载 作者:行者123 更新时间:2023-12-03 07:06:27 26 4
gpt4 key购买 nike

我正在尝试启动并运行它,但每当启动服务器时我都会看到“未初始化的常量 ExceptionNotifier”。

http://github.com/rails/exception_notification

在我的 Gemfile 中我有

gem "exception_notification", :git => "http://github.com/rails/exception_notification.git ", :branch => "master"

我尝试将 github 自述文件中所示的配置放入 config/application.rb、config/environment.rb 和 config.ru 中。我用我的应用程序名称替换了“Whatever”。

最佳答案

所有以前的答案都已过时,您现在只需将其添加到您的 gemfile 中即可:

gem 'exception_notification', :require => 'exception_notifier'

并按照自述文件中的指示编辑 Production.rb 配置文件:

config.middleware.use ExceptionNotifier,
:email_prefix => "[Exception] ",
:sender_address => %{"Exception Notifier" <support@example.com>},
:exception_recipients => %w{you@me.com}

关于ruby-on-rails - 异常通知 Gem 和 Rails 3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3524127/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com