Sha256: 6bda5eacb1b5052b1dd32eef31a2e9fef3fccc9a574fd9a5f48e59807221904c

Contents?: true

Size: 367 Bytes

Versions: 42

Compression:

Stored size: 367 Bytes

Contents

<h3>Rails Environment</h3>
<table>
<thead>
  <tr>
    <th>Variable</th>
    <th>Value</th>
  </tr>
</thead>
<tbody>
  <% i = 1 %>
  <% Rails::Info.properties.each do |key, val| %>
    <tr class="<%= i % 2 == 0 ? "even" : "odd" %>">
      <td><%=h key %></td>
      <td class="code"><div><%=h val %></div></td>
    </tr>
    <% i += 1 %>
  <% end %>
</tbody>
</table>

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
logical-insight-0.4.1 lib/insight/views/panels/rails_info.html.erb
logical-insight-0.4.0 lib/insight/views/panels/rails_info.html.erb