rails_performance 1.4.0 → 1.4.1.alpha1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35a2efb421efeb2dd3e6c504832c53c89f52806b9860c7ae3c4783ee7c74dd93
4
- data.tar.gz: 813080beef826823b571b641acb41e692f0d4d2ae6af19b6bdd3d0e09aa6ebe8
3
+ metadata.gz: 396fc3be3ee247b19fac4d412b3f4d88f6adb508e6f05448a0f0973181b4180d
4
+ data.tar.gz: 07de788ff089b86b59d2dd8aeafcbd3a194a364061123e2b48d422ee2a294134
5
5
  SHA512:
6
- metadata.gz: 778e958dba6310fcbcacabe3fe15a605ae9d21b54e580b26bcfdba8ef6cb22b954d2d91b0394b182f6c9717c0941788ce06feaa3498c5532bc74dece4641c0cd
7
- data.tar.gz: 348940236656f00234b8145fd1973420566b186ee2dbf42811f0e640001db23682a3dc2b8ccb8bc5aa84b821e53e3f184e64b18b15838b49478024eb2e5bdd97
6
+ metadata.gz: 9482d9b4bca7be7b8bb8377ab4ccde7b88dba36aecc8fa2373f6e1cb1d515c872c9026f98fe310ce981df35abcab0821340f308bca326414ad7674b310a491c2
7
+ data.tar.gz: d0f73c518afc4b0b3160bd23c19b07a3cee865900fb91058a9cce67e5323e591f69248fd3b05151918f13592e49cb7b409215872e206067c85d3b3895556a8a5
data/README.md CHANGED
@@ -18,6 +18,8 @@ Detailed p50, p90, p99 response time information.
18
18
 
19
19
  ![Home](docs/rails_performance_recent_requests.png)
20
20
 
21
+ (more screenshots below)
22
+
21
23
  It allows you to track:
22
24
 
23
25
  - real-time monitoring on the Recent tab
@@ -1,13 +1,9 @@
1
1
  <%= insert_js_file 'jquery-3.4.1.min.js' %>
2
2
  <%= insert_js_file 'rails.js' %>
3
3
  <%= insert_js_file 'stupidtable.min.js' %>
4
+ <%= insert_js_file 'apexcharts.min.js' %>
4
5
 
5
6
  <%= javascript_include_tag 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/js/all.min.js' %>
6
- <%= javascript_include_tag 'https://code.highcharts.com/highcharts.js' %>
7
- <%= javascript_include_tag 'https://code.highcharts.com/modules/data.js' %>
8
- <%= javascript_include_tag 'https://code.highcharts.com/modules/exporting.js' %>
9
- <%= javascript_include_tag 'https://code.highcharts.com/modules/export-data.js' %>
10
- <%= javascript_include_tag 'https://code.highcharts.com/modules/accessibility.js' %>
11
7
 
12
8
  <%= insert_js_file 'app.js' %>
13
9
  <%= insert_js_file 'panel.js' %>