aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2014-11-24 23:10:22 +0300
committerDavid Heinemeier Hansson <david@loudthinking.com>2014-11-24 23:10:22 +0300
commit47728d53aa94b50297d38e4c15441ae12b6ca9f8 (patch)
treed55da8651277afe58e5915fbb9020a577444b59a /actionpack/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb
parent2356714cc5447fc72998fe8a47657b04c41e6bf6 (diff)
parent92ace39692200d088ec70110b980325a27de8fac (diff)
downloadrails-47728d53aa94b50297d38e4c15441ae12b6ca9f8.tar.gz
rails-47728d53aa94b50297d38e4c15441ae12b6ca9f8.tar.bz2
rails-47728d53aa94b50297d38e4c15441ae12b6ca9f8.zip
Merge pull request #17747 from gsamokovarov/missing-template-backtrace
Show source view and backtrace on missing template errors
Diffstat (limited to 'actionpack/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb')
-rw-r--r--actionpack/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb b/actionpack/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb
index 5c016e544e..2a65fd06ad 100644
--- a/actionpack/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb
+++ b/actionpack/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb
@@ -4,4 +4,8 @@
<div id="container">
<h2><%= h @exception.message %></h2>
+
+ <%= render template: "rescues/_source" %>
+ <%= render template: "rescues/_trace" %>
+ <%= render template: "rescues/_request_and_response" %>
</div>