Log and control ActionController::RoutingError: No route matches

Log and control ActionController::RoutingError: No route matches

很多时候,我们会点击不存在的 url,例如 phpadmin.php、admin.php、testproxy.php 等等。

我们想捕获这种不存在的 url 并避免引发 rails 错误,但会出现一个不错的 404。在 Rails 4 中实现此目的的最佳方法是什么?

谢谢

请查看 http://techoctave.com/c7/posts/36-rails-3-0-rescue-from-routing-error-solution

中的解决方案