rails-pg-extras 5.2.2 → 5.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/rails_pg_extras/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60eba950bfa1aecfc9a72ebf5b749314d0de3f9aca589bf315df40f15060163c
|
4
|
+
data.tar.gz: e22ad418c8ee4540ff572375014f873c33485f30ed1575cf18818139c0441cdf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a9ed9ed4fffe3b50b14fd80bd390c54b1d02cf880367d7aca0e2928dc195bf265b769efa0cbd8b5d3b6e049f4646846019e7ffb6dc09cc5c109d5797d3fe692
|
7
|
+
data.tar.gz: 4a41aa5be9cd9848d0f18ee969b10f1d5c487b5becc65f2efc751cb454a761e7eae77048d8dbc3c351c249f199025bfdb6eb549b5837f509bbc9a0b9df66a7a2
|
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
|
-
![Web interface](https://github.com/pawurb/rails-pg-extras/raw/
|
13
|
+
![Web interface](https://github.com/pawurb/rails-pg-extras/raw/main/pg-extras-ui.png)
|
14
14
|
|
15
15
|
Alternative versions:
|
16
16
|
|
@@ -113,7 +113,7 @@ RailsPgExtras.diagnose
|
|
113
113
|
$ rake pg_extras:diagnose
|
114
114
|
```
|
115
115
|
|
116
|
-
![Diagnose report](https://github.com/pawurb/rails-pg-extras/raw/
|
116
|
+
![Diagnose report](https://github.com/pawurb/rails-pg-extras/raw/main/rails-pg-extras-diagnose.png)
|
117
117
|
|
118
118
|
Keep reading to learn about methods that `diagnose` uses under the hood.
|
119
119
|
|
@@ -198,7 +198,7 @@ Marginalia::Comment.components = [:line]
|
|
198
198
|
|
199
199
|
you can add this info to the output:
|
200
200
|
|
201
|
-
![Marginalia logs](https://github.com/pawurb/rails-pg-extras/raw/
|
201
|
+
![Marginalia logs](https://github.com/pawurb/rails-pg-extras/raw/main/marginalia-logs.png)
|
202
202
|
|
203
203
|
|
204
204
|
### `table_info`
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-pg-extras
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.2.
|
4
|
+
version: 5.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- pawurb
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ruby-pg-extras
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 5.2.
|
19
|
+
version: 5.2.4
|
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.2.
|
26
|
+
version: 5.2.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rails
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|