rails-pg-extras 5.6.5 → 5.6.6
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/README.md +1 -1
- data/app/views/rails_pg_extras/web/queries/_diagnose.html.erb +3 -4
- data/lib/rails_pg_extras/version.rb +1 -1
- data/pg-extras-ui-2.png +0 -0
- metadata +4 -4
- data/pg-extras-ui.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 433fab89b899bbcb7cfc3461a00077b3e0aaccd1bf1eeb94f9b4750ebb83d372
|
|
4
|
+
data.tar.gz: d62e0373cd0d55818269ce039ae0c8bae18a10b4f09a29f1e7f7c792752788cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fcd72685fbc47133644124b6cd12d5277e00e2349630fc008be9f22c672a798da9400c8615d84f0ea1c9bc989154058e648b268cc9d14ce90ad8d73e6b77bb1f
|
|
7
|
+
data.tar.gz: 0c4d90515bcaa179a8537e6b3742bee714574f5a29e43d904683adfda9a8c2c28626357e63547fd2a45e0b716d53a757c01c936a658b53fa0e40b9bcb9640f71
|
data/README.md
CHANGED
|
@@ -10,7 +10,7 @@ You can read this blog post for detailed step by step tutorial on how to [optimi
|
|
|
10
10
|
|
|
11
11
|
Optionally you can enable a visual interface:
|
|
12
12
|
|
|
13
|
-

|
|
13
|
+

|
|
14
14
|
|
|
15
15
|
Alternative versions:
|
|
16
16
|
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
<h1 class="font-bold text-2xl
|
|
2
|
-
|
|
1
|
+
<h1 class="font-bold text-2xl pt-2 text-gray-900">Diagnose</h1>
|
|
2
|
+
<div class='pg-extras-help pb-4'>
|
|
3
3
|
(<a href="https://pawelurbanek.com/postgresql-fix-performance"
|
|
4
4
|
class="text-blue-600 hover:text-blue-800 hover:underline" target='_blank'>Tutorial</a>)
|
|
5
|
-
|
|
6
|
-
</h1>
|
|
5
|
+
</div>
|
|
7
6
|
<div class="overflow-x-auto">
|
|
8
7
|
<table class="w-full border border-gray-400 shadow-md rounded-lg overflow-hidden">
|
|
9
8
|
<thead>
|
data/pg-extras-ui-2.png
ADDED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-pg-extras
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.6.
|
|
4
|
+
version: 5.6.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- pawurb
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 5.6.
|
|
19
|
+
version: 5.6.6
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 5.6.
|
|
26
|
+
version: 5.6.6
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rails
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -126,7 +126,7 @@ files:
|
|
|
126
126
|
- lib/rails_pg_extras/web.rb
|
|
127
127
|
- lib/rails_pg_extras/web/engine.rb
|
|
128
128
|
- marginalia-logs.png
|
|
129
|
-
- pg-extras-ui.png
|
|
129
|
+
- pg-extras-ui-2.png
|
|
130
130
|
- rails-pg-extras-diagnose.png
|
|
131
131
|
- rails-pg-extras.gemspec
|
|
132
132
|
- spec/smoke_spec.rb
|
data/pg-extras-ui.png
DELETED
|
Binary file
|