Sha256: 8af3f5f1017cb37e7f14e666feb22b95d03737cda95045f2d80d7c92959c38b8

Contents?: true

Size: 1.2 KB

Versions: 16

Compression:

Stored size: 1.2 KB

Contents

<tr from_timei="<%= e[:datetimei] %>">
  <td>
    <% if e[:request_id].present? %>
      <%= link_to rails_performance.rails_performance_trace_path(id: e[:request_id]), remote: true do %>
        <span class="stats_icon_max"><%= icon 'activity' %></span>
      <% end %>
    <% end %>
  </td>
  <td><%= format_datetime e[:datetime] %></td>
  <td>
    <% controller_action_info = e[:controller] + '#' + e[:action]%>
    <%= link_to truncate(controller_action_info, length: 40), rails_performance.rails_performance_summary_path({controller_eq: e[:controller], action_eq: e[:action]}), remote: true, title: controller_action_info %>
  </td>
  <td><%= e[:method] %></td>
  <td><%= e[:format] %></td>
  <td><%= bot_icon e["user_agent"] %></td>
  <td><%= link_to_path(e) %></td>
  <td><%= status_tag e[:status] %></td>
  <td class="nowrap"><%= ms e[:duration] %></td>
  <td class="nowrap"><%= ms e[:view_runtime] %></td>
  <td class="nowrap"><%= ms e[:db_runtime] %></td>
  <td>
    <% if e[:request_id].present? %>
      <%= link_to rails_performance.rails_performance_trace_path(id: e[:request_id]), remote: true do %>
        <span class="stats_icon_max"><%= icon 'activity' %></span>
      <% end %>
    <% end %>
  </td>
</tr>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rails_performance-1.4.1 app/views/rails_performance/rails_performance/_recent_row.html.erb
rails_performance-1.4.1.alpha1 app/views/rails_performance/rails_performance/_recent_row.html.erb
rails_performance-1.4.0 app/views/rails_performance/rails_performance/_recent_row.html.erb
rails_performance-1.4.0.alpha5 app/views/rails_performance/rails_performance/_recent_row.html.erb
rails_performance-1.4.0.alpha4 app/views/rails_performance/rails_performance/_recent_row.html.erb
rails_performance-1.4.0.alpha3 app/views/rails_performance/rails_performance/_recent_row.html.erb
rails_performance-1.4.0.alpha2 app/views/rails_performance/rails_performance/_recent_row.html.erb
rails_performance-1.4.0.alpha1 app/views/rails_performance/rails_performance/_recent_row.html.erb
rails_performance-1.3.3 app/views/rails_performance/rails_performance/_recent_row.html.erb
rails_performance-1.3.2 app/views/rails_performance/rails_performance/_recent_row.html.erb
rails_performance-1.3.1 app/views/rails_performance/rails_performance/_recent_row.html.erb
rails_performance-1.3.0 app/views/rails_performance/rails_performance/_recent_row.html.erb
rails_performance-1.2.3 app/views/rails_performance/rails_performance/_recent_row.html.erb
rails_performance-1.2.2 app/views/rails_performance/rails_performance/_recent_row.html.erb
rails_performance-1.2.1 app/views/rails_performance/rails_performance/_recent_row.html.erb
rails_performance-1.2.0 app/views/rails_performance/rails_performance/_recent_row.html.erb