エラーの監視と検出のためのエアブレーキ
Airbrake is an Error Monitoring Software, which most of us developers welcome with open arms. It basically helps you deal with Production errors, by maintaining a log for the same, capturing the exact URL, number of occurrences, the culprit file which caused the error, all in all, a complete Stack trace for you to fall back on.It looks something like this; What you are seeing above is a snapshot of a Resolved Error, specifically AbstractController::ActionNotFound error.As you can see, all the information is broken down beautifully for all the help needed in Debugging. And this is just one of the tabs, there is more information for you to dig into. …