n_plus_insight 0.1.1 → 0.1.2
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 +4 -4
- data/CHANGELOG.md +0 -0
- data/LICENSE.txt +0 -0
- data/README.md +0 -0
- data/app/assets/n_plus_insight/overlay.css +1 -1
- data/app/assets/n_plus_insight/overlay.js +0 -0
- data/app/controllers/n_plus_insight/application_controller.rb +0 -0
- data/app/controllers/n_plus_insight/assets_controller.rb +0 -0
- data/app/controllers/n_plus_insight/detections_controller.rb +0 -0
- data/app/views/layouts/n_plus_insight/application.html.erb +0 -0
- data/app/views/n_plus_insight/detections/index.html.erb +0 -0
- data/app/views/n_plus_insight/detections/show.html.erb +0 -0
- data/config/routes.rb +0 -0
- data/docs/images/full-dashboard.png +0 -0
- data/docs/images/on-page-alert.png +0 -0
- data/docs/images/on-page-popout-modeled.png +0 -0
- data/lib/n_plus_insight/analyzer.rb +0 -0
- data/lib/n_plus_insight/configuration.rb +0 -0
- data/lib/n_plus_insight/current.rb +0 -0
- data/lib/n_plus_insight/detection.rb +0 -0
- data/lib/n_plus_insight/engine.rb +0 -0
- data/lib/n_plus_insight/middleware.rb +0 -0
- data/lib/n_plus_insight/overlay.rb +0 -0
- data/lib/n_plus_insight/query.rb +0 -0
- data/lib/n_plus_insight/source_location.rb +0 -0
- data/lib/n_plus_insight/store.rb +0 -0
- data/lib/n_plus_insight/subscriber.rb +0 -0
- data/lib/n_plus_insight/version.rb +1 -1
- data/lib/n_plus_insight.rb +0 -0
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8ae9f6ffeef6402349d63d9ceb1797a71aeb567e18383019b95e455b32d9b1b
|
|
4
|
+
data.tar.gz: 86c59f125447834906a627ed2ace73cae60b171ecf4d3ef7183e7864d919cc0f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 137231015fad7ceee3a2658aafb9ab7accea46c44feea299e9d17eb4e5f960e65b4792102592556fa9cff7bfda956cba9f6e5c04c0b02ab641f4e6e0f4541b5c
|
|
7
|
+
data.tar.gz: f24bbbb97328f57c943a466c586494fbf94147349c99fb209c1232aa398e7058abe6d7c0b9dc5024e0a594b6388a0c9b6ac8999115e45054acf6961407b923c8
|
data/CHANGELOG.md
CHANGED
|
File without changes
|
data/LICENSE.txt
CHANGED
|
File without changes
|
data/README.md
CHANGED
|
File without changes
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
#n1v-root .n1v-heading { margin: 0 0 8px !important; color: var(--n1v-text) !important; font: 650 13px/1.3 ui-sans-serif, system-ui, sans-serif !important; }
|
|
101
101
|
#n1v-root .n1v-location { margin: 0 0 8px !important; color: var(--n1v-muted) !important; overflow-wrap: anywhere !important; font: 12px/1.4 ui-monospace, SFMono-Regular, Consolas, monospace !important; }
|
|
102
102
|
#n1v-root .n1v-code { display: block !important; max-width: 100% !important; margin: 0 !important; padding: 10px 0 !important; overflow: auto !important; border-radius: 8px !important; background: var(--n1v-code) !important; color: #e4e7ec !important; font: 12px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace !important; white-space: pre !important; }
|
|
103
|
-
#n1v-root .n1v-code
|
|
103
|
+
#n1v-root .n1v-code code { display: block !important; margin: 0 !important; padding: 0 12px !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: inherit !important; font: inherit !important; white-space: inherit !important; }
|
|
104
104
|
#n1v-root .n1v-line { display: grid !important; grid-template-columns: 38px minmax(0, 1fr) !important; min-width: max-content !important; padding: 0 12px !important; }
|
|
105
105
|
#n1v-root .n1v-line.n1v-active { background: rgba(217, 45, 32, .28) !important; }
|
|
106
106
|
#n1v-root .n1v-line-number { color: #98a2b3 !important; user-select: none !important; }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/config/routes.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/lib/n_plus_insight/query.rb
CHANGED
|
File without changes
|
|
File without changes
|
data/lib/n_plus_insight/store.rb
CHANGED
|
File without changes
|
|
File without changes
|
data/lib/n_plus_insight.rb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: n_plus_insight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jory Leech
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: rails
|
|
@@ -78,7 +77,6 @@ metadata:
|
|
|
78
77
|
documentation_uri: https://github.com/joryleech/NPlusInsight/blob/master/README.md
|
|
79
78
|
changelog_uri: https://github.com/joryleech/NPlusInsight/blob/master/CHANGELOG.md
|
|
80
79
|
bug_tracker_uri: https://github.com/joryleech/NPlusInsight/issues
|
|
81
|
-
post_install_message:
|
|
82
80
|
rdoc_options: []
|
|
83
81
|
require_paths:
|
|
84
82
|
- lib
|
|
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
93
91
|
- !ruby/object:Gem::Version
|
|
94
92
|
version: '0'
|
|
95
93
|
requirements: []
|
|
96
|
-
rubygems_version:
|
|
97
|
-
signing_key:
|
|
94
|
+
rubygems_version: 4.0.16
|
|
98
95
|
specification_version: 4
|
|
99
96
|
summary: Detect, locate, visualize, and fix Rails N+1 queries
|
|
100
97
|
test_files: []
|