1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/middleware/templates/rescues
schneems fa714ec7df show routes while debugging RoutingError
If someone receives a routing error, they likely need to view the routes. Rather than making them visit '/rails/info/routes' or run `rake routes` we can give them that information on the page.
2012-07-07 15:38:29 -05:00
..
_request_and_response.erb Try to convert object passed to debug_hash to hash 2012-05-05 00:49:53 -07:00
_trace.erb
diagnostics.erb Don't pluralize, camelize. 2011-05-06 17:00:59 +02:00
layout.erb CSS fix to prevent error output from being breaking out of body element. 2011-11-03 10:01:32 -04:00
missing_template.erb
routing_error.erb show routes while debugging RoutingError 2012-07-07 15:38:29 -05:00
template_error.erb render :template is faster than render :file 2011-01-01 13:44:34 -02:00
unknown_action.erb