Sha256: 4388ca9fd1ea1152b1edc6c84bef366744ba2d091d11a0bc2b0f8b133d5a0eb9

Contents?: true

Size: 635 Bytes

Versions: 42

Compression:

Stored size: 635 Bytes

Contents

<a class="back" href="">&laquo;&nbsp;Back</a>

<h3>SQL Profiled</h3>

<dl>
  <dt>Executed SQL</dt>
  <dd><pre><%=h query %></pre></dd>

  <dt>Time</dt>
  <dd><%=h "%.2f" % (time * 1_000) %>ms</dd>
</dl>

<table class="sortable">
  <thead>
    <tr>
      <% result.fetch_fields.each do |field| %>
        <th><%= field.name.upcase %></th>
      <% end %>
    </tr>
  </thead>
  <tbody>
    <% i = 1 %>
    <% result.each do |row| %>
      <tr class="<%= i % 2 == 0 ? "even" : "odd" %>">
        <% row.each do |value| %>
          <td><%= value %></td>
        <% end %>
      </tr>
      <% i += 1 %>
    <% end %>
  </tbody>
</table>

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
rack-insight-0.6.4 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.6.3 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.6.2 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.30 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.29 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.28 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.27 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.26 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.25 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.24 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.23 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.22 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.21 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.20 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.19 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.18 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.17 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.16 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.15 lib/rack/insight/views/panels/profile_sql.html.erb
rack-insight-0.5.14 lib/rack/insight/views/panels/profile_sql.html.erb