mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-27 03:06:11 +01:00
Vendoring Rails 2.3.5
This commit is contained in:
parent
3e83d19299
commit
f8779795ce
943 changed files with 56503 additions and 61351 deletions
|
|
@ -6,6 +6,6 @@
|
|||
</h1>
|
||||
<pre><%=h @exception.clean_message %></pre>
|
||||
|
||||
<%= render(:file => @rescues_path + "/_trace.erb") %>
|
||||
<%= render :file => @rescues_path["rescues/_trace.erb"] %>
|
||||
|
||||
<%= render(:file => @rescues_path + "/_request_and_response.erb") %>
|
||||
<%= render :file => @rescues_path["rescues/_request_and_response.erb"] %>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<% @real_exception = @exception
|
||||
@exception = @exception.original_exception || @exception %>
|
||||
<%= render(:file => @rescues_path + "/_trace.erb") %>
|
||||
<%= render :file => @rescues_path["rescues/_trace.erb"] %>
|
||||
<% @exception = @real_exception %>
|
||||
|
||||
<%= render(:file => @rescues_path + "/_request_and_response.erb") %>
|
||||
<%= render :file => @rescues_path["rescues/_request_and_response.erb"] %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue