sql_origin 1.1.2 → 1.1.3
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 +5 -13
- data/.ruby-version +1 -1
- data/Gemfile.lock +115 -102
- data/README.md +6 -0
- data/VERSION +1 -1
- data/sql_origin.gemspec +11 -2
- metadata +27 -22
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
N2Y3Y2Y0ZjgzMDkxNWFkN2IyNGNhODgyNmUzNDI0MGYwZTYxOTNmNQ==
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 6f648235cf8dc607a68e9ceaa731da53164ac0d26b55ae43f7ffaaa16efd9379
|
|
4
|
+
data.tar.gz: c563d9ec48720709b8fdfe45bc9d9ee234abedcf0f63bed356989a4a03200309
|
|
7
5
|
SHA512:
|
|
8
|
-
metadata.gz:
|
|
9
|
-
|
|
10
|
-
YzI1MzBlNzQwMzdjZDZlNTFjMDc2NWU2NDhjMGU2NjBjNGU0MGU0ZmU3ZTFk
|
|
11
|
-
OGRhZWEzZmNjZmJjNDM4YzA4MWE1MWY2NzhmNzkzYmVkYzg4OTc=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
MDFjMzEwMGIwMGYxNDQyOGNkYzRmOTQ2NGFjYTc4YTNhNGU2NWY0NzllNzIx
|
|
14
|
-
MmFiZGIwMTYxZDNjNjM2MzFlODc2YjgxYmE2NWYzZmFjOTMwYmU5YWIyN2Yw
|
|
15
|
-
NThiM2Q4ZGI2OTA2MjViNmQ0MGJkMWYwOGE1ZDQzMWFiMGQ3MWU=
|
|
6
|
+
metadata.gz: 7fe74207813b3769ac4d1d78ed8fc878598735aa8d183bd835bd6a75c53dc4a54f831968f7fd2362c33ef52a16ce06e08cc858cd79c933e5f760f8a45838e86c
|
|
7
|
+
data.tar.gz: 336f04e881b8f381b50a25a71a998df5d47a819d936877dc7de378976042b833a020fd82cd75af60b084bb06147827dbdfa5fb774ed2b8ec72a5883aa9bf1ac4
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2.4.2
|
data/Gemfile.lock
CHANGED
|
@@ -1,134 +1,147 @@
|
|
|
1
1
|
GEM
|
|
2
2
|
remote: https://rubygems.org/
|
|
3
3
|
specs:
|
|
4
|
-
|
|
5
|
-
actionpack (=
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
actioncable (5.1.4)
|
|
5
|
+
actionpack (= 5.1.4)
|
|
6
|
+
nio4r (~> 2.0)
|
|
7
|
+
websocket-driver (~> 0.6.1)
|
|
8
|
+
actionmailer (5.1.4)
|
|
9
|
+
actionpack (= 5.1.4)
|
|
10
|
+
actionview (= 5.1.4)
|
|
11
|
+
activejob (= 5.1.4)
|
|
8
12
|
mail (~> 2.5, >= 2.5.4)
|
|
9
|
-
rails-dom-testing (~>
|
|
10
|
-
actionpack (
|
|
11
|
-
actionview (=
|
|
12
|
-
activesupport (=
|
|
13
|
-
rack (~>
|
|
14
|
-
rack-test (
|
|
15
|
-
rails-dom-testing (~>
|
|
13
|
+
rails-dom-testing (~> 2.0)
|
|
14
|
+
actionpack (5.1.4)
|
|
15
|
+
actionview (= 5.1.4)
|
|
16
|
+
activesupport (= 5.1.4)
|
|
17
|
+
rack (~> 2.0)
|
|
18
|
+
rack-test (>= 0.6.3)
|
|
19
|
+
rails-dom-testing (~> 2.0)
|
|
16
20
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
17
|
-
actionview (
|
|
18
|
-
activesupport (=
|
|
21
|
+
actionview (5.1.4)
|
|
22
|
+
activesupport (= 5.1.4)
|
|
19
23
|
builder (~> 3.1)
|
|
20
|
-
|
|
21
|
-
rails-dom-testing (~>
|
|
22
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.
|
|
23
|
-
activejob (
|
|
24
|
-
activesupport (=
|
|
25
|
-
globalid (>= 0.3.
|
|
26
|
-
activemodel (
|
|
27
|
-
activesupport (=
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
24
|
+
erubi (~> 1.4)
|
|
25
|
+
rails-dom-testing (~> 2.0)
|
|
26
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
|
27
|
+
activejob (5.1.4)
|
|
28
|
+
activesupport (= 5.1.4)
|
|
29
|
+
globalid (>= 0.3.6)
|
|
30
|
+
activemodel (5.1.4)
|
|
31
|
+
activesupport (= 5.1.4)
|
|
32
|
+
activerecord (5.1.4)
|
|
33
|
+
activemodel (= 5.1.4)
|
|
34
|
+
activesupport (= 5.1.4)
|
|
35
|
+
arel (~> 8.0)
|
|
36
|
+
activesupport (5.1.4)
|
|
37
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
34
38
|
i18n (~> 0.7)
|
|
35
|
-
json (~> 1.7, >= 1.7.7)
|
|
36
39
|
minitest (~> 5.1)
|
|
37
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
|
38
40
|
tzinfo (~> 1.1)
|
|
39
|
-
addressable (2.
|
|
40
|
-
arel (
|
|
41
|
-
builder (3.2.
|
|
41
|
+
addressable (2.4.0)
|
|
42
|
+
arel (8.0.0)
|
|
43
|
+
builder (3.2.3)
|
|
44
|
+
concurrent-ruby (1.0.5)
|
|
45
|
+
crass (1.0.3)
|
|
42
46
|
descendants_tracker (0.0.4)
|
|
43
47
|
thread_safe (~> 0.3, >= 0.3.1)
|
|
44
|
-
|
|
45
|
-
faraday (0.9.
|
|
48
|
+
erubi (1.7.0)
|
|
49
|
+
faraday (0.9.2)
|
|
46
50
|
multipart-post (>= 1.2, < 3)
|
|
47
|
-
git (1.
|
|
48
|
-
github_api (0.
|
|
49
|
-
addressable (~> 2.
|
|
51
|
+
git (1.3.0)
|
|
52
|
+
github_api (0.16.0)
|
|
53
|
+
addressable (~> 2.4.0)
|
|
50
54
|
descendants_tracker (~> 0.0.4)
|
|
51
55
|
faraday (~> 0.8, < 0.10)
|
|
52
56
|
hashie (>= 3.4)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
jeweler (2.
|
|
57
|
+
mime-types (>= 1.16, < 3.0)
|
|
58
|
+
oauth2 (~> 1.0)
|
|
59
|
+
globalid (0.4.1)
|
|
60
|
+
activesupport (>= 4.2.0)
|
|
61
|
+
hashie (3.5.6)
|
|
62
|
+
highline (1.7.10)
|
|
63
|
+
i18n (0.9.1)
|
|
64
|
+
concurrent-ruby (~> 1.0)
|
|
65
|
+
jeweler (2.3.7)
|
|
62
66
|
builder
|
|
63
|
-
bundler (>= 1
|
|
67
|
+
bundler (>= 1)
|
|
64
68
|
git (>= 1.2.5)
|
|
65
|
-
github_api
|
|
69
|
+
github_api (~> 0.16.0)
|
|
66
70
|
highline (>= 1.6.15)
|
|
67
71
|
nokogiri (>= 1.5.10)
|
|
72
|
+
psych (~> 2.2)
|
|
68
73
|
rake
|
|
69
74
|
rdoc
|
|
70
|
-
|
|
71
|
-
jwt (1.5.
|
|
72
|
-
loofah (2.
|
|
75
|
+
semver2
|
|
76
|
+
jwt (1.5.6)
|
|
77
|
+
loofah (2.1.1)
|
|
78
|
+
crass (~> 1.0.2)
|
|
73
79
|
nokogiri (>= 1.5.9)
|
|
74
|
-
mail (2.
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
mail (2.7.0)
|
|
81
|
+
mini_mime (>= 0.1.1)
|
|
82
|
+
method_source (0.9.0)
|
|
83
|
+
mime-types (2.99.3)
|
|
84
|
+
mini_mime (1.0.0)
|
|
85
|
+
mini_portile2 (2.3.0)
|
|
86
|
+
minitest (5.10.3)
|
|
87
|
+
multi_json (1.12.2)
|
|
88
|
+
multi_xml (0.6.0)
|
|
81
89
|
multipart-post (2.0.0)
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
90
|
+
nio4r (2.1.0)
|
|
91
|
+
nokogiri (1.8.1)
|
|
92
|
+
mini_portile2 (~> 2.3.0)
|
|
93
|
+
oauth2 (1.4.0)
|
|
94
|
+
faraday (>= 0.8, < 0.13)
|
|
86
95
|
jwt (~> 1.0)
|
|
87
96
|
multi_json (~> 1.3)
|
|
88
97
|
multi_xml (~> 0.5)
|
|
89
|
-
rack (
|
|
90
|
-
|
|
91
|
-
rack
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
rails-dom-testing (
|
|
107
|
-
activesupport (>= 4.2.0
|
|
108
|
-
nokogiri (
|
|
109
|
-
|
|
110
|
-
rails-html-sanitizer (1.0.2)
|
|
98
|
+
rack (>= 1.2, < 3)
|
|
99
|
+
psych (2.2.4)
|
|
100
|
+
rack (2.0.3)
|
|
101
|
+
rack-test (0.8.2)
|
|
102
|
+
rack (>= 1.0, < 3)
|
|
103
|
+
rails (5.1.4)
|
|
104
|
+
actioncable (= 5.1.4)
|
|
105
|
+
actionmailer (= 5.1.4)
|
|
106
|
+
actionpack (= 5.1.4)
|
|
107
|
+
actionview (= 5.1.4)
|
|
108
|
+
activejob (= 5.1.4)
|
|
109
|
+
activemodel (= 5.1.4)
|
|
110
|
+
activerecord (= 5.1.4)
|
|
111
|
+
activesupport (= 5.1.4)
|
|
112
|
+
bundler (>= 1.3.0)
|
|
113
|
+
railties (= 5.1.4)
|
|
114
|
+
sprockets-rails (>= 2.0.0)
|
|
115
|
+
rails-dom-testing (2.0.3)
|
|
116
|
+
activesupport (>= 4.2.0)
|
|
117
|
+
nokogiri (>= 1.6)
|
|
118
|
+
rails-html-sanitizer (1.0.3)
|
|
111
119
|
loofah (~> 2.0)
|
|
112
|
-
railties (
|
|
113
|
-
actionpack (=
|
|
114
|
-
activesupport (=
|
|
120
|
+
railties (5.1.4)
|
|
121
|
+
actionpack (= 5.1.4)
|
|
122
|
+
activesupport (= 5.1.4)
|
|
123
|
+
method_source
|
|
115
124
|
rake (>= 0.8.7)
|
|
116
125
|
thor (>= 0.18.1, < 2.0)
|
|
117
|
-
rake (
|
|
118
|
-
rdoc (
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
sprockets (3.
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
126
|
+
rake (12.3.0)
|
|
127
|
+
rdoc (6.0.0)
|
|
128
|
+
redcarpet (3.4.0)
|
|
129
|
+
semver2 (3.4.2)
|
|
130
|
+
sprockets (3.7.1)
|
|
131
|
+
concurrent-ruby (~> 1.0)
|
|
132
|
+
rack (> 1, < 3)
|
|
133
|
+
sprockets-rails (3.2.1)
|
|
134
|
+
actionpack (>= 4.0)
|
|
135
|
+
activesupport (>= 4.0)
|
|
136
|
+
sprockets (>= 3.0.0)
|
|
137
|
+
thor (0.20.0)
|
|
138
|
+
thread_safe (0.3.6)
|
|
139
|
+
tzinfo (1.2.4)
|
|
130
140
|
thread_safe (~> 0.1)
|
|
131
|
-
|
|
141
|
+
websocket-driver (0.6.5)
|
|
142
|
+
websocket-extensions (>= 0.1.0)
|
|
143
|
+
websocket-extensions (0.1.3)
|
|
144
|
+
yard (0.9.12)
|
|
132
145
|
|
|
133
146
|
PLATFORMS
|
|
134
147
|
ruby
|
|
@@ -141,4 +154,4 @@ DEPENDENCIES
|
|
|
141
154
|
yard
|
|
142
155
|
|
|
143
156
|
BUNDLED WITH
|
|
144
|
-
1.
|
|
157
|
+
1.16.0
|
data/README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## ⚠️ DEPRECATED
|
|
2
|
+
|
|
3
|
+
**This gem is no longer maintained.** Modern Rails has [`ActiveRecord::QueryLogs`](https://api.rubyonrails.org/classes/ActiveRecord/QueryLogs.html) (built-in since Rails 7) which provides equivalent query-origin tracking.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
SQL:Origin
|
|
2
8
|
==========
|
|
3
9
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.3
|
data/sql_origin.gemspec
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "sql_origin"
|
|
9
|
-
s.version = "1.1.
|
|
9
|
+
s.version = "1.1.3"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
@@ -35,7 +35,16 @@ Gem::Specification.new do |s|
|
|
|
35
35
|
s.homepage = "http://github.com/RISCfuture/sql_origin"
|
|
36
36
|
s.licenses = ["MIT"]
|
|
37
37
|
s.rubygems_version = "2.4.8"
|
|
38
|
-
s.summary = "Add backtraces to your query log and queries themselves."
|
|
38
|
+
s.summary = "[DEPRECATED] Add backtraces to your query log and queries themselves."
|
|
39
|
+
s.post_install_message = <<~MSG
|
|
40
|
+
|
|
41
|
+
⚠️ DEPRECATED: sql_origin is no longer maintained.
|
|
42
|
+
|
|
43
|
+
Modern Rails has `ActiveRecord::QueryLogs` (built-in since Rails 7) which provides equivalent query-origin tracking.
|
|
44
|
+
|
|
45
|
+
This is the final release. No further updates are planned.
|
|
46
|
+
|
|
47
|
+
MSG
|
|
39
48
|
|
|
40
49
|
if s.respond_to? :specification_version then
|
|
41
50
|
s.specification_version = 4
|
metadata
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sql_origin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Morgan
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
10
|
date: 2015-08-25 00:00:00.000000000 Z
|
|
@@ -14,70 +13,70 @@ dependencies:
|
|
|
14
13
|
name: rails
|
|
15
14
|
requirement: !ruby/object:Gem::Requirement
|
|
16
15
|
requirements:
|
|
17
|
-
- -
|
|
16
|
+
- - ">="
|
|
18
17
|
- !ruby/object:Gem::Version
|
|
19
18
|
version: '4.0'
|
|
20
19
|
type: :runtime
|
|
21
20
|
prerelease: false
|
|
22
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
22
|
requirements:
|
|
24
|
-
- -
|
|
23
|
+
- - ">="
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
25
|
version: '4.0'
|
|
27
26
|
- !ruby/object:Gem::Dependency
|
|
28
27
|
name: yard
|
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
|
30
29
|
requirements:
|
|
31
|
-
- -
|
|
30
|
+
- - ">="
|
|
32
31
|
- !ruby/object:Gem::Version
|
|
33
32
|
version: '0'
|
|
34
33
|
type: :development
|
|
35
34
|
prerelease: false
|
|
36
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
36
|
requirements:
|
|
38
|
-
- -
|
|
37
|
+
- - ">="
|
|
39
38
|
- !ruby/object:Gem::Version
|
|
40
39
|
version: '0'
|
|
41
40
|
- !ruby/object:Gem::Dependency
|
|
42
41
|
name: redcarpet
|
|
43
42
|
requirement: !ruby/object:Gem::Requirement
|
|
44
43
|
requirements:
|
|
45
|
-
- -
|
|
44
|
+
- - ">="
|
|
46
45
|
- !ruby/object:Gem::Version
|
|
47
46
|
version: '0'
|
|
48
47
|
type: :development
|
|
49
48
|
prerelease: false
|
|
50
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
50
|
requirements:
|
|
52
|
-
- -
|
|
51
|
+
- - ">="
|
|
53
52
|
- !ruby/object:Gem::Version
|
|
54
53
|
version: '0'
|
|
55
54
|
- !ruby/object:Gem::Dependency
|
|
56
55
|
name: bundler
|
|
57
56
|
requirement: !ruby/object:Gem::Requirement
|
|
58
57
|
requirements:
|
|
59
|
-
- -
|
|
58
|
+
- - ">="
|
|
60
59
|
- !ruby/object:Gem::Version
|
|
61
60
|
version: '0'
|
|
62
61
|
type: :development
|
|
63
62
|
prerelease: false
|
|
64
63
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
64
|
requirements:
|
|
66
|
-
- -
|
|
65
|
+
- - ">="
|
|
67
66
|
- !ruby/object:Gem::Version
|
|
68
67
|
version: '0'
|
|
69
68
|
- !ruby/object:Gem::Dependency
|
|
70
69
|
name: jeweler
|
|
71
70
|
requirement: !ruby/object:Gem::Requirement
|
|
72
71
|
requirements:
|
|
73
|
-
- -
|
|
72
|
+
- - ">="
|
|
74
73
|
- !ruby/object:Gem::Version
|
|
75
74
|
version: '0'
|
|
76
75
|
type: :development
|
|
77
76
|
prerelease: false
|
|
78
77
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
78
|
requirements:
|
|
80
|
-
- -
|
|
79
|
+
- - ">="
|
|
81
80
|
- !ruby/object:Gem::Version
|
|
82
81
|
version: '0'
|
|
83
82
|
description: Ever wonder where a SQL query comes from? This gem lets you add abbreviated
|
|
@@ -90,9 +89,9 @@ extra_rdoc_files:
|
|
|
90
89
|
- LICENSE.txt
|
|
91
90
|
- README.md
|
|
92
91
|
files:
|
|
93
|
-
- .document
|
|
94
|
-
- .ruby-gemset
|
|
95
|
-
- .ruby-version
|
|
92
|
+
- ".document"
|
|
93
|
+
- ".ruby-gemset"
|
|
94
|
+
- ".ruby-version"
|
|
96
95
|
- Gemfile
|
|
97
96
|
- Gemfile.lock
|
|
98
97
|
- LICENSE.txt
|
|
@@ -106,24 +105,30 @@ homepage: http://github.com/RISCfuture/sql_origin
|
|
|
106
105
|
licenses:
|
|
107
106
|
- MIT
|
|
108
107
|
metadata: {}
|
|
109
|
-
post_install_message:
|
|
108
|
+
post_install_message: |2+
|
|
109
|
+
|
|
110
|
+
⚠️ DEPRECATED: sql_origin is no longer maintained.
|
|
111
|
+
|
|
112
|
+
Modern Rails has `ActiveRecord::QueryLogs` (built-in since Rails 7) which provides equivalent query-origin tracking.
|
|
113
|
+
|
|
114
|
+
This is the final release. No further updates are planned.
|
|
115
|
+
|
|
110
116
|
rdoc_options: []
|
|
111
117
|
require_paths:
|
|
112
118
|
- lib
|
|
113
119
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
114
120
|
requirements:
|
|
115
|
-
- -
|
|
121
|
+
- - ">="
|
|
116
122
|
- !ruby/object:Gem::Version
|
|
117
123
|
version: '0'
|
|
118
124
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
119
125
|
requirements:
|
|
120
|
-
- -
|
|
126
|
+
- - ">="
|
|
121
127
|
- !ruby/object:Gem::Version
|
|
122
128
|
version: '0'
|
|
123
129
|
requirements: []
|
|
124
|
-
|
|
125
|
-
rubygems_version: 2.4.8
|
|
126
|
-
signing_key:
|
|
130
|
+
rubygems_version: 4.0.11
|
|
127
131
|
specification_version: 4
|
|
128
|
-
summary: Add backtraces to your query log and queries themselves.
|
|
132
|
+
summary: "[DEPRECATED] Add backtraces to your query log and queries themselves."
|
|
129
133
|
test_files: []
|
|
134
|
+
...
|