I have a rails app. When in production my app is throwing a routing error instead of rendering the 404.html or 500.html. Why would Rails be throwing the error instead of rendering the 404 page? (output from dev with config.consider_all_requests_local = false
)
Started GET "/asdfadsfdsaf" for 127.0.0.1 at 2015-03-04 16:51:12 -0500
ActionController::RoutingError (No route matches [GET] "/asdfadsfdsaf"):
...