有没有机会我们可以修改 Heroku 的行为以获取我在本地的错误堆栈?
前任:
NameError in Best#search
Showing /media/augustin/Documents/Workspace/best/app/views/layouts/application.html.haml where line #29 raised:
undefined local variable or method `new_user_session_pat' for #<#<Class:0x00000002eb09b8>:0x00000004a12008>
代替:
We're sorry, but something went wrong.
我知道有 heroku 日志,我知道它肯定不推荐在生产环境中使用,但由于我仍在开发中,我很乐意收到比日志更好的消息。
谢谢