Sha256: 9eda86716647e0bbe64cd1d0a5402cae5c234a388dad1a16bb21cf62e750a0e5

Contents?: true

Size: 873 Bytes

Versions: 73

Compression:

Stored size: 873 Bytes

Contents

<%
   traces = { "Application Trace" => @application_trace,
              "Framework Trace"   => @framework_trace,
              "Full Trace"        => @full_trace }
   names = traces.keys
%>

<p><code>Rails.root: <%= defined?(Rails) && Rails.respond_to?(:root) ? Rails.root : "unset" %></code></p>

<div id="traces">
  <% names.each do |name| %>
    <%
      show = "show('#{name.gsub(/\s/, '-')}');"
      hide = (names - [name]).collect {|hide_name| "hide('#{hide_name.gsub(/\s/, '-')}');"}
    %>
    <a href="#" onclick="<%= hide.join %><%= show %>; return false;"><%= name %></a> <%= '|' unless names.last == name %>
  <% end %>

  <% traces.each do |name, trace| %>
    <div id="<%= name.gsub(/\s/, '-') %>" style="display: <%= (name == "Application Trace") ? 'block' : 'none' %>;">
      <pre><code><%= trace.join "\n" %></code></pre>
    </div>
  <% end %>
</div>

Version data entries

73 entries across 73 versions & 4 rubygems

Version Path
actionpack-4.1.16 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.16.rc1 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.15 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.15.rc1 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.14.2 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.14.1 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
angular-rails4-templates-0.4.1 vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
angular-rails4-templates-0.4.0 vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
angular-rails4-templates-0.3.0 vendor/ruby/2.1.0/gems/actionpack-4.1.13/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.14 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.14.rc2 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.14.rc1 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.13 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.13.rc1 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.12 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.12.rc1 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.11 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.10 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.10.rc4 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
actionpack-4.1.10.rc3 lib/action_dispatch/middleware/templates/rescues/_trace.html.erb