rails_performance 0.0.1.16 → 0.0.1.17

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2976dbd35d4929faa65ab1779fc84bdd8fbdaff9468c362db1cbe99d40d8067d
4
- data.tar.gz: 2aba4eae55dec21500dcef2ab3fb80ddf3ff06858ab074d4f250e945603f84f2
3
+ metadata.gz: bfa41bb17c1227068e69d035806c82fd6e77148fdb954f57cb2fb7ee563abe4b
4
+ data.tar.gz: 7472786930f4511599d044fa91179506462f1d317c1ede1eeea91de7d8565a66
5
5
  SHA512:
6
- metadata.gz: fadbdb32d306a26c160c83c3e7976dc72b83665a98d2ceff97b36681258103f93fffcf12eff1124717c3e81207b9650addcdfbf3fbc2c413b86cd50d17376a15
7
- data.tar.gz: e20f2d4a84a65299beff4b3d489db1af59c2dab792330ff8bacb7997970a159efeb4598ef15a8758b930c6eef3d3e7651239cb761844510b41c107f7b80f07ac
6
+ metadata.gz: b102e1ca9171882e3299944a1331c86e9f265d7a0081c85e49ad6e1942ea2bd6329badc5bc7e3e11e54c7135fbf90d82c4b2e09f9721db75970a8741452183c0
7
+ data.tar.gz: 53d3d43e65b0d9ee3f44d03d0ddcddd887c0e950e0b6b67f22d1c8387578b723aab55e1418a53dc58a12cf4b09f82da191fd1f14e1ae887d69faebaebbc2b713
@@ -4,7 +4,7 @@
4
4
  <tr>
5
5
  <td><%= e["group"] %></td>
6
6
  <% if e["group"] == 'db' %>
7
- <td>
7
+ <td class="nowrap">
8
8
  <%= e["duration"] %> ms
9
9
  </td>
10
10
  <td>
@@ -31,8 +31,10 @@
31
31
  <td><%= ms e[:view_runtime] %></td>
32
32
  <td><%= ms e[:db_runtime] %></td>
33
33
  <td>
34
- <%= link_to rails_performance.rails_performance_trace_path(id: e[:request_id]), remote: true do %>
35
- <span class="stats_icon_max"><%= icon 'activity' %></span>
34
+ <% if e[:request_id].present? %>
35
+ <%= link_to rails_performance.rails_performance_trace_path(id: e[:request_id]), remote: true do %>
36
+ <span class="stats_icon_max"><%= icon 'activity' %></span>
37
+ <% end %>
36
38
  <% end %>
37
39
  </td>
38
40
  </tr>
@@ -1,3 +1,3 @@
1
1
  module RailsPerformance
2
- VERSION = '0.0.1.16'
2
+ VERSION = '0.0.1.17'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_performance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.16
4
+ version: 0.0.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Kasyanchuk