Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: Rails 3 将错误发送到电子邮件
我想添加自定义代码,每次出现系统故障并呈现默认错误文件 404 和 500 时向管理员发送电子邮件。
请查看exception_notifier gem - 它能够向您配置的地址发送带有异常详细信息的电子邮件。
至于 404 错误——它可能有点难以捕捉,你必须为此设置一个通配符路由。除此之外,在每个 404 上发送电子邮件可能是一个糟糕的选择(对于实时站点,这种情况发生了很多次)。