wagons 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/MIT-LICENSE +1 -1
- data/README.md +143 -0
- data/lib/tasks/wagons.rake +13 -16
- data/lib/wagons/extensions/migration.rb +28 -13
- data/lib/wagons/extensions/test_case.rb +5 -1
- data/lib/wagons/version.rb +1 -1
- data/lib/wagons/wagon.rb +3 -3
- data/test/ci/{rails60.gemfile → rails70.gemfile} +1 -1
- data/test/dummy/Gemfile +1 -1
- data/test/dummy/Gemfile.lock +163 -103
- data/test/dummy/config/initializers/secret_token.rb +1 -5
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/development.sqlite3-shm +0 -0
- data/test/dummy/db/development.sqlite3-wal +0 -0
- data/test/dummy/db/schema.rb +2 -3
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3-shm +0 -0
- data/test/dummy/db/test.sqlite3-wal +0 -0
- data/test/dummy/log/development.log +152 -0
- data/test/dummy/log/test.log +3916 -0
- data/test/dummy/vendor/wagons/superliner/Gemfile.lock +142 -102
- data/test/test_helper.rb +0 -3
- metadata +241 -245
- data/README.rdoc +0 -147
- data/test/ci/rails52.gemfile +0 -10
- data/test/ci/rails52.gemfile.lock +0 -142
- data/test/ci/rails60.gemfile.lock +0 -164
- data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
- data/test/dummy/config/initializers/inflections.rb +0 -15
- data/test/dummy/config/initializers/mime_types.rb +0 -5
data/test/dummy/Gemfile.lock
CHANGED
@@ -4,11 +4,11 @@ PATH
|
|
4
4
|
dummy_test_wagon (0.0.1)
|
5
5
|
|
6
6
|
PATH
|
7
|
-
remote: /home/
|
7
|
+
remote: /home/zumkehr/src/ruby/libraries/wagons
|
8
8
|
specs:
|
9
|
-
wagons (0.
|
10
|
-
bundler (>=
|
11
|
-
rails (>=
|
9
|
+
wagons (0.8.0)
|
10
|
+
bundler (>= 2.0)
|
11
|
+
rails (>= 6.1)
|
12
12
|
seed-fu-ndo (>= 0.0.3)
|
13
13
|
|
14
14
|
PATH
|
@@ -19,151 +19,211 @@ PATH
|
|
19
19
|
GEM
|
20
20
|
remote: https://rubygems.org/
|
21
21
|
specs:
|
22
|
-
actioncable (7.
|
23
|
-
actionpack (= 7.
|
24
|
-
activesupport (= 7.
|
22
|
+
actioncable (7.1.3.4)
|
23
|
+
actionpack (= 7.1.3.4)
|
24
|
+
activesupport (= 7.1.3.4)
|
25
25
|
nio4r (~> 2.0)
|
26
26
|
websocket-driver (>= 0.6.1)
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
27
|
+
zeitwerk (~> 2.6)
|
28
|
+
actionmailbox (7.1.3.4)
|
29
|
+
actionpack (= 7.1.3.4)
|
30
|
+
activejob (= 7.1.3.4)
|
31
|
+
activerecord (= 7.1.3.4)
|
32
|
+
activestorage (= 7.1.3.4)
|
33
|
+
activesupport (= 7.1.3.4)
|
33
34
|
mail (>= 2.7.1)
|
34
35
|
net-imap
|
35
36
|
net-pop
|
36
37
|
net-smtp
|
37
|
-
actionmailer (7.
|
38
|
-
actionpack (= 7.
|
39
|
-
actionview (= 7.
|
40
|
-
activejob (= 7.
|
41
|
-
activesupport (= 7.
|
38
|
+
actionmailer (7.1.3.4)
|
39
|
+
actionpack (= 7.1.3.4)
|
40
|
+
actionview (= 7.1.3.4)
|
41
|
+
activejob (= 7.1.3.4)
|
42
|
+
activesupport (= 7.1.3.4)
|
42
43
|
mail (~> 2.5, >= 2.5.4)
|
43
44
|
net-imap
|
44
45
|
net-pop
|
45
46
|
net-smtp
|
46
|
-
rails-dom-testing (~> 2.
|
47
|
-
actionpack (7.
|
48
|
-
actionview (= 7.
|
49
|
-
activesupport (= 7.
|
50
|
-
|
47
|
+
rails-dom-testing (~> 2.2)
|
48
|
+
actionpack (7.1.3.4)
|
49
|
+
actionview (= 7.1.3.4)
|
50
|
+
activesupport (= 7.1.3.4)
|
51
|
+
nokogiri (>= 1.8.5)
|
52
|
+
racc
|
53
|
+
rack (>= 2.2.4)
|
54
|
+
rack-session (>= 1.0.1)
|
51
55
|
rack-test (>= 0.6.3)
|
52
|
-
rails-dom-testing (~> 2.
|
53
|
-
rails-html-sanitizer (~> 1.
|
54
|
-
actiontext (7.
|
55
|
-
actionpack (= 7.
|
56
|
-
activerecord (= 7.
|
57
|
-
activestorage (= 7.
|
58
|
-
activesupport (= 7.
|
56
|
+
rails-dom-testing (~> 2.2)
|
57
|
+
rails-html-sanitizer (~> 1.6)
|
58
|
+
actiontext (7.1.3.4)
|
59
|
+
actionpack (= 7.1.3.4)
|
60
|
+
activerecord (= 7.1.3.4)
|
61
|
+
activestorage (= 7.1.3.4)
|
62
|
+
activesupport (= 7.1.3.4)
|
59
63
|
globalid (>= 0.6.0)
|
60
64
|
nokogiri (>= 1.8.5)
|
61
|
-
actionview (7.
|
62
|
-
activesupport (= 7.
|
65
|
+
actionview (7.1.3.4)
|
66
|
+
activesupport (= 7.1.3.4)
|
63
67
|
builder (~> 3.1)
|
64
|
-
erubi (~> 1.
|
65
|
-
rails-dom-testing (~> 2.
|
66
|
-
rails-html-sanitizer (~> 1.
|
67
|
-
activejob (7.
|
68
|
-
activesupport (= 7.
|
68
|
+
erubi (~> 1.11)
|
69
|
+
rails-dom-testing (~> 2.2)
|
70
|
+
rails-html-sanitizer (~> 1.6)
|
71
|
+
activejob (7.1.3.4)
|
72
|
+
activesupport (= 7.1.3.4)
|
69
73
|
globalid (>= 0.3.6)
|
70
|
-
activemodel (7.
|
71
|
-
activesupport (= 7.
|
72
|
-
activerecord (7.
|
73
|
-
activemodel (= 7.
|
74
|
-
activesupport (= 7.
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
74
|
+
activemodel (7.1.3.4)
|
75
|
+
activesupport (= 7.1.3.4)
|
76
|
+
activerecord (7.1.3.4)
|
77
|
+
activemodel (= 7.1.3.4)
|
78
|
+
activesupport (= 7.1.3.4)
|
79
|
+
timeout (>= 0.4.0)
|
80
|
+
activestorage (7.1.3.4)
|
81
|
+
actionpack (= 7.1.3.4)
|
82
|
+
activejob (= 7.1.3.4)
|
83
|
+
activerecord (= 7.1.3.4)
|
84
|
+
activesupport (= 7.1.3.4)
|
80
85
|
marcel (~> 1.0)
|
81
|
-
|
82
|
-
|
86
|
+
activesupport (7.1.3.4)
|
87
|
+
base64
|
88
|
+
bigdecimal
|
83
89
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
90
|
+
connection_pool (>= 2.2.5)
|
91
|
+
drb
|
84
92
|
i18n (>= 1.6, < 2)
|
85
93
|
minitest (>= 5.1)
|
94
|
+
mutex_m
|
86
95
|
tzinfo (~> 2.0)
|
87
|
-
|
88
|
-
|
96
|
+
base64 (0.2.0)
|
97
|
+
bigdecimal (3.1.8)
|
98
|
+
builder (3.3.0)
|
99
|
+
concurrent-ruby (1.3.3)
|
100
|
+
connection_pool (2.4.1)
|
89
101
|
crass (1.0.6)
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
102
|
+
date (3.3.4)
|
103
|
+
drb (2.2.1)
|
104
|
+
erubi (1.13.0)
|
105
|
+
globalid (1.2.1)
|
106
|
+
activesupport (>= 6.1)
|
107
|
+
i18n (1.14.5)
|
94
108
|
concurrent-ruby (~> 1.0)
|
95
|
-
|
109
|
+
io-console (0.7.2)
|
110
|
+
irb (1.14.0)
|
111
|
+
rdoc (>= 4.0.0)
|
112
|
+
reline (>= 0.4.2)
|
113
|
+
loofah (2.22.0)
|
96
114
|
crass (~> 1.0.2)
|
97
|
-
nokogiri (>= 1.
|
98
|
-
mail (2.
|
115
|
+
nokogiri (>= 1.12.0)
|
116
|
+
mail (2.8.1)
|
99
117
|
mini_mime (>= 0.1.1)
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
118
|
+
net-imap
|
119
|
+
net-pop
|
120
|
+
net-smtp
|
121
|
+
marcel (1.0.4)
|
122
|
+
mini_mime (1.1.5)
|
123
|
+
minitest (5.24.1)
|
124
|
+
mocha (2.4.0)
|
125
|
+
ruby2_keywords (>= 0.0.5)
|
126
|
+
mutex_m (0.2.0)
|
127
|
+
net-imap (0.4.14)
|
128
|
+
date
|
106
129
|
net-protocol
|
107
130
|
net-pop (0.1.2)
|
108
131
|
net-protocol
|
109
|
-
net-protocol (0.
|
132
|
+
net-protocol (0.2.2)
|
110
133
|
timeout
|
111
|
-
net-smtp (0.
|
134
|
+
net-smtp (0.5.0)
|
112
135
|
net-protocol
|
113
|
-
nio4r (2.
|
114
|
-
nokogiri (1.
|
136
|
+
nio4r (2.7.3)
|
137
|
+
nokogiri (1.16.6-aarch64-linux)
|
138
|
+
racc (~> 1.4)
|
139
|
+
nokogiri (1.16.6-arm-linux)
|
140
|
+
racc (~> 1.4)
|
141
|
+
nokogiri (1.16.6-arm64-darwin)
|
142
|
+
racc (~> 1.4)
|
143
|
+
nokogiri (1.16.6-x86-linux)
|
144
|
+
racc (~> 1.4)
|
145
|
+
nokogiri (1.16.6-x86_64-darwin)
|
146
|
+
racc (~> 1.4)
|
147
|
+
nokogiri (1.16.6-x86_64-linux)
|
115
148
|
racc (~> 1.4)
|
116
|
-
|
117
|
-
|
118
|
-
|
149
|
+
psych (5.1.2)
|
150
|
+
stringio
|
151
|
+
racc (1.8.0)
|
152
|
+
rack (3.1.6)
|
153
|
+
rack-session (2.0.0)
|
154
|
+
rack (>= 3.0.0)
|
155
|
+
rack-test (2.1.0)
|
119
156
|
rack (>= 1.3)
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
157
|
+
rackup (2.1.0)
|
158
|
+
rack (>= 3)
|
159
|
+
webrick (~> 1.8)
|
160
|
+
rails (7.1.3.4)
|
161
|
+
actioncable (= 7.1.3.4)
|
162
|
+
actionmailbox (= 7.1.3.4)
|
163
|
+
actionmailer (= 7.1.3.4)
|
164
|
+
actionpack (= 7.1.3.4)
|
165
|
+
actiontext (= 7.1.3.4)
|
166
|
+
actionview (= 7.1.3.4)
|
167
|
+
activejob (= 7.1.3.4)
|
168
|
+
activemodel (= 7.1.3.4)
|
169
|
+
activerecord (= 7.1.3.4)
|
170
|
+
activestorage (= 7.1.3.4)
|
171
|
+
activesupport (= 7.1.3.4)
|
132
172
|
bundler (>= 1.15.0)
|
133
|
-
railties (= 7.
|
173
|
+
railties (= 7.1.3.4)
|
134
174
|
rails-controller-testing (1.0.5)
|
135
175
|
actionpack (>= 5.0.1.rc1)
|
136
176
|
actionview (>= 5.0.1.rc1)
|
137
177
|
activesupport (>= 5.0.1.rc1)
|
138
|
-
rails-dom-testing (2.0
|
139
|
-
activesupport (>=
|
178
|
+
rails-dom-testing (2.2.0)
|
179
|
+
activesupport (>= 5.0.0)
|
180
|
+
minitest
|
140
181
|
nokogiri (>= 1.6)
|
141
|
-
rails-html-sanitizer (1.
|
142
|
-
loofah (~> 2.
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
182
|
+
rails-html-sanitizer (1.6.0)
|
183
|
+
loofah (~> 2.21)
|
184
|
+
nokogiri (~> 1.14)
|
185
|
+
railties (7.1.3.4)
|
186
|
+
actionpack (= 7.1.3.4)
|
187
|
+
activesupport (= 7.1.3.4)
|
188
|
+
irb
|
189
|
+
rackup (>= 1.0.0)
|
147
190
|
rake (>= 12.2)
|
148
|
-
thor (~> 1.0)
|
149
|
-
zeitwerk (~> 2.
|
150
|
-
rake (13.
|
191
|
+
thor (~> 1.0, >= 1.2.2)
|
192
|
+
zeitwerk (~> 2.6)
|
193
|
+
rake (13.2.1)
|
194
|
+
rdoc (6.7.0)
|
195
|
+
psych (>= 4.0.0)
|
196
|
+
reline (0.5.9)
|
197
|
+
io-console (~> 0.5)
|
198
|
+
ruby2_keywords (0.0.5)
|
151
199
|
seed-fu (2.3.9)
|
152
200
|
activerecord (>= 3.1)
|
153
201
|
activesupport (>= 3.1)
|
154
202
|
seed-fu-ndo (0.0.3)
|
155
203
|
seed-fu (>= 2.2.0)
|
156
|
-
sqlite3 (1.
|
157
|
-
|
158
|
-
|
159
|
-
|
204
|
+
sqlite3 (1.7.3-aarch64-linux)
|
205
|
+
sqlite3 (1.7.3-arm-linux)
|
206
|
+
sqlite3 (1.7.3-arm64-darwin)
|
207
|
+
sqlite3 (1.7.3-x86-linux)
|
208
|
+
sqlite3 (1.7.3-x86_64-darwin)
|
209
|
+
sqlite3 (1.7.3-x86_64-linux)
|
210
|
+
stringio (3.1.1)
|
211
|
+
thor (1.3.1)
|
212
|
+
timeout (0.4.1)
|
213
|
+
tzinfo (2.0.6)
|
160
214
|
concurrent-ruby (~> 1.0)
|
161
|
-
|
215
|
+
webrick (1.8.1)
|
216
|
+
websocket-driver (0.7.6)
|
162
217
|
websocket-extensions (>= 0.1.0)
|
163
218
|
websocket-extensions (0.1.5)
|
164
|
-
zeitwerk (2.6.
|
219
|
+
zeitwerk (2.6.16)
|
165
220
|
|
166
221
|
PLATFORMS
|
222
|
+
aarch64-linux
|
223
|
+
arm-linux
|
224
|
+
arm64-darwin
|
225
|
+
x86-linux
|
226
|
+
x86_64-darwin
|
167
227
|
x86_64-linux
|
168
228
|
|
169
229
|
DEPENDENCIES
|
@@ -173,8 +233,8 @@ DEPENDENCIES
|
|
173
233
|
net-smtp
|
174
234
|
rails
|
175
235
|
rails-controller-testing
|
176
|
-
sqlite3
|
236
|
+
sqlite3 (~> 1.4)
|
177
237
|
wagons!
|
178
238
|
|
179
239
|
BUNDLED WITH
|
180
|
-
2.
|
240
|
+
2.5.10
|
@@ -5,8 +5,4 @@
|
|
5
5
|
# Make sure the secret is at least 30 characters and all random,
|
6
6
|
# no regular words or you'll be exposed to dictionary attacks.
|
7
7
|
|
8
|
-
|
9
|
-
Dummy::Application.config.secret_token = 'e85c1b61190124d7d5e2660879966e236e6de1db13dd618c12d55901a7b7611b522d5821657f62529a6a6448cbb5e217934734f2e334fde656438ce182213e98'
|
10
|
-
else
|
11
|
-
Dummy::Application.config.secret_key_base = 'e85c1b61190124d7d5e2660879966e236e6de1db13dd618c12d55901a7b7611b522d5821657f62529a6a6448cbb5e217934734f2e334fde656438ce182213e98'
|
12
|
-
end
|
8
|
+
Dummy::Application.config.secret_key_base = 'e85c1b61190124d7d5e2660879966e236e6de1db13dd618c12d55901a7b7611b522d5821657f62529a6a6448cbb5e217934734f2e334fde656438ce182213e98'
|
Binary file
|
Binary file
|
File without changes
|
data/test/dummy/db/schema.rb
CHANGED
@@ -11,12 +11,11 @@
|
|
11
11
|
# It's strongly recommended that you check this file into your version control system.
|
12
12
|
|
13
13
|
ActiveRecord::Schema.define(version: 2012_06_06_125104) do
|
14
|
-
|
15
14
|
create_table "people", force: :cascade do |t|
|
16
15
|
t.string "name", limit: 255
|
17
16
|
t.date "birthday"
|
18
|
-
t.datetime "created_at", null: false
|
19
|
-
t.datetime "updated_at", null: false
|
17
|
+
t.datetime "created_at", precision: nil, null: false
|
18
|
+
t.datetime "updated_at", precision: nil, null: false
|
20
19
|
end
|
21
20
|
|
22
21
|
end
|
data/test/dummy/db/test.sqlite3
CHANGED
Binary file
|
Binary file
|
Binary file
|
@@ -2456,3 +2456,155 @@ DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be
|
|
2456
2456
|
Use `ActiveRecord.schema_format` instead.
|
2457
2457
|
(called from block (2 levels) in <top (required)> at /home/pzumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209)
|
2458
2458
|
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2459
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
2460
|
+
`legacy_connection_handling` to `false` in your application.
|
2461
|
+
|
2462
|
+
The new connection handling does not support `connection_handlers`
|
2463
|
+
getter and setter.
|
2464
|
+
|
2465
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
2466
|
+
(called from <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5)
|
2467
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
2468
|
+
`legacy_connection_handling` to `false` in your application.
|
2469
|
+
|
2470
|
+
The new connection handling does not support `connection_handlers`
|
2471
|
+
getter and setter.
|
2472
|
+
|
2473
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
2474
|
+
(called from <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5)
|
2475
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2476
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2477
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2478
|
+
DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1.
|
2479
|
+
Use `ActiveRecord.schema_format` instead.
|
2480
|
+
(called from block (2 levels) in <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209)
|
2481
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2482
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
2483
|
+
`legacy_connection_handling` to `false` in your application.
|
2484
|
+
|
2485
|
+
The new connection handling does not support `connection_handlers`
|
2486
|
+
getter and setter.
|
2487
|
+
|
2488
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
2489
|
+
(called from <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5)
|
2490
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
2491
|
+
`legacy_connection_handling` to `false` in your application.
|
2492
|
+
|
2493
|
+
The new connection handling does not support `connection_handlers`
|
2494
|
+
getter and setter.
|
2495
|
+
|
2496
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
2497
|
+
(called from <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5)
|
2498
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2499
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2500
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2501
|
+
DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1.
|
2502
|
+
Use `ActiveRecord.schema_format` instead.
|
2503
|
+
(called from block (2 levels) in <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209)
|
2504
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2505
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
2506
|
+
`legacy_connection_handling` to `false` in your application.
|
2507
|
+
|
2508
|
+
The new connection handling does not support `connection_handlers`
|
2509
|
+
getter and setter.
|
2510
|
+
|
2511
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
2512
|
+
(called from <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5)
|
2513
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
2514
|
+
`legacy_connection_handling` to `false` in your application.
|
2515
|
+
|
2516
|
+
The new connection handling does not support `connection_handlers`
|
2517
|
+
getter and setter.
|
2518
|
+
|
2519
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
2520
|
+
(called from <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5)
|
2521
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2522
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2523
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2524
|
+
DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1.
|
2525
|
+
Use `ActiveRecord.schema_format` instead.
|
2526
|
+
(called from block (2 levels) in <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209)
|
2527
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2528
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
2529
|
+
`legacy_connection_handling` to `false` in your application.
|
2530
|
+
|
2531
|
+
The new connection handling does not support `connection_handlers`
|
2532
|
+
getter and setter.
|
2533
|
+
|
2534
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
2535
|
+
(called from <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5)
|
2536
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
2537
|
+
`legacy_connection_handling` to `false` in your application.
|
2538
|
+
|
2539
|
+
The new connection handling does not support `connection_handlers`
|
2540
|
+
getter and setter.
|
2541
|
+
|
2542
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
2543
|
+
(called from <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5)
|
2544
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2545
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2546
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2547
|
+
DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1.
|
2548
|
+
Use `ActiveRecord.schema_format` instead.
|
2549
|
+
(called from block (2 levels) in <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209)
|
2550
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2551
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
2552
|
+
`legacy_connection_handling` to `false` in your application.
|
2553
|
+
|
2554
|
+
The new connection handling does not support `connection_handlers`
|
2555
|
+
getter and setter.
|
2556
|
+
|
2557
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
2558
|
+
(called from <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5)
|
2559
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
2560
|
+
`legacy_connection_handling` to `false` in your application.
|
2561
|
+
|
2562
|
+
The new connection handling does not support `connection_handlers`
|
2563
|
+
getter and setter.
|
2564
|
+
|
2565
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
2566
|
+
(called from <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5)
|
2567
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2568
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2569
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2570
|
+
DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1.
|
2571
|
+
Use `ActiveRecord.schema_format` instead.
|
2572
|
+
(called from block (2 levels) in <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:202)
|
2573
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2574
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
2575
|
+
`legacy_connection_handling` to `false` in your application.
|
2576
|
+
|
2577
|
+
The new connection handling does not support `connection_handlers`
|
2578
|
+
getter and setter.
|
2579
|
+
|
2580
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
2581
|
+
(called from <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5)
|
2582
|
+
DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set
|
2583
|
+
`legacy_connection_handling` to `false` in your application.
|
2584
|
+
|
2585
|
+
The new connection handling does not support `connection_handlers`
|
2586
|
+
getter and setter.
|
2587
|
+
|
2588
|
+
Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling
|
2589
|
+
(called from <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5)
|
2590
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2591
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
2592
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2593
|
+
DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1.
|
2594
|
+
Use `ActiveRecord.schema_format` instead.
|
2595
|
+
(called from block (2 levels) in <top (required)> at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:202)
|
2596
|
+
[1m[36mActiveRecord::SchemaMigration Pluck (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2597
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.0ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "environment"]]
|
2598
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2599
|
+
DEPRECATION WARNING: SchemaMigration no longer inherits from ActiveRecord::Base. If you want to use the default connection, remove this argument. If you want to use a specific connection, instantiate MigrationContext with the connection's schema migration, for example `MigrationContext.new(path, Dog.connection.schema_migration)`. (called from new at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:189)
|
2600
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2601
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "environment"]]
|
2602
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2603
|
+
DEPRECATION WARNING: SchemaMigration no longer inherits from ActiveRecord::Base. If you want to use the default connection, remove this argument. If you want to use a specific connection, instantiate MigrationContext with the connection's schema migration, for example `MigrationContext.new(path, Dog.connection.schema_migration)`. (called from new at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:189)
|
2604
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2605
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2606
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1[0m [[nil, "environment"]]
|
2607
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2608
|
+
DEPRECATION WARNING: SchemaMigration no longer inherits from ActiveRecord::Base. If you want to use the default connection, remove this argument. If you want to use a specific connection, instantiate MigrationContext with the connection's schema migration, for example `MigrationContext.new(path, Dog.connection.schema_migration)`. (called from new at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:189)
|
2609
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
2610
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|