From 77e2f00c2875b598f5a09f20751cc65c9c5ff4bd Mon Sep 17 00:00:00 2001 From: Nicholas Seckar Date: Sat, 11 Mar 2006 02:53:39 +0000 Subject: Don'tt abort rake when rendering the _trace.rhtml template git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3839 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/templates/rescues/_trace.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller/templates/rescues/_trace.rhtml b/actionpack/lib/action_controller/templates/rescues/_trace.rhtml index 6260ec8bcb..b322b0aaae 100644 --- a/actionpack/lib/action_controller/templates/rescues/_trace.rhtml +++ b/actionpack/lib/action_controller/templates/rescues/_trace.rhtml @@ -7,7 +7,7 @@ names = traces.collect {|name, trace| name} %> -

RAILS_ROOT: <%= RAILS_ROOT %>

+

RAILS_ROOT: <%= defined?(RAILS_ROOT) ? RAILS_ROOT : "unset" %>

<% names.each do |name| -%> -- cgit v1.2.3