csv_rb 5.2.3.2 → 6.0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -3
- data/Gemfile.lock +121 -105
- data/lib/csv_rb/version.rb +1 -1
- data/spec/dummy/app/assets/config/manifest.js +0 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +212 -9
- data/spec/dummy/log/test.log +27036 -276
- data/spec/test_6.0.sh +16 -0
- metadata +9 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d521aaac69d3fdbef96ec78a42bb92e0a283a40e17c7ec4bc42fb57188857ad
|
4
|
+
data.tar.gz: b376e3777281236f6c43cb78ee6df457c149df0a711a82526751421e2bcb21cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38a9c2b4c410b44871111f9fb9d4e92ae30a9764ea444405132958b3289e55271d0e62b4d162de3d53379a7dab1690c1472f1e97443ff5aa8406c3baed9cdaf7
|
7
|
+
data.tar.gz: fba0ef7f58de4300fd278de4c895cdcbc1c09114ded4e6a36a4c7a528e4ec0ac9db05e2b08e313a303b2b7d307207b237ebec8beb4c56a563c56ac0f79f91871
|
data/Gemfile
CHANGED
@@ -5,9 +5,9 @@ source "http://rubygems.org"
|
|
5
5
|
# development dependencies will be added by default to the :development group.
|
6
6
|
gemspec
|
7
7
|
|
8
|
-
ENV["RAILS_VERSION"] ||= '
|
9
|
-
gem 'rails', "~>
|
10
|
-
gem 'responders', '~>
|
8
|
+
ENV["RAILS_VERSION"] ||= '6.0.2'
|
9
|
+
gem 'rails', "~> 6.0"
|
10
|
+
gem 'responders', '~> 3.0'
|
11
11
|
|
12
12
|
# jquery-rails is used by the dummy application
|
13
13
|
|
data/Gemfile.lock
CHANGED
@@ -1,58 +1,71 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
csv_rb (
|
5
|
-
actionpack (
|
4
|
+
csv_rb (6.0.2.1)
|
5
|
+
actionpack (>= 5.2)
|
6
6
|
csv (>= 3.1.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: http://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (
|
12
|
-
actionpack (=
|
11
|
+
actioncable (6.0.2.1)
|
12
|
+
actionpack (= 6.0.2.1)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
|
-
|
16
|
-
actionpack (=
|
17
|
-
|
18
|
-
|
15
|
+
actionmailbox (6.0.2.1)
|
16
|
+
actionpack (= 6.0.2.1)
|
17
|
+
activejob (= 6.0.2.1)
|
18
|
+
activerecord (= 6.0.2.1)
|
19
|
+
activestorage (= 6.0.2.1)
|
20
|
+
activesupport (= 6.0.2.1)
|
21
|
+
mail (>= 2.7.1)
|
22
|
+
actionmailer (6.0.2.1)
|
23
|
+
actionpack (= 6.0.2.1)
|
24
|
+
actionview (= 6.0.2.1)
|
25
|
+
activejob (= 6.0.2.1)
|
19
26
|
mail (~> 2.5, >= 2.5.4)
|
20
27
|
rails-dom-testing (~> 2.0)
|
21
|
-
actionpack (
|
22
|
-
actionview (=
|
23
|
-
activesupport (=
|
24
|
-
rack (~> 2.0)
|
28
|
+
actionpack (6.0.2.1)
|
29
|
+
actionview (= 6.0.2.1)
|
30
|
+
activesupport (= 6.0.2.1)
|
31
|
+
rack (~> 2.0, >= 2.0.8)
|
25
32
|
rack-test (>= 0.6.3)
|
26
33
|
rails-dom-testing (~> 2.0)
|
27
|
-
rails-html-sanitizer (~> 1.0, >= 1.0
|
28
|
-
|
29
|
-
|
34
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
35
|
+
actiontext (6.0.2.1)
|
36
|
+
actionpack (= 6.0.2.1)
|
37
|
+
activerecord (= 6.0.2.1)
|
38
|
+
activestorage (= 6.0.2.1)
|
39
|
+
activesupport (= 6.0.2.1)
|
40
|
+
nokogiri (>= 1.8.5)
|
41
|
+
actionview (6.0.2.1)
|
42
|
+
activesupport (= 6.0.2.1)
|
30
43
|
builder (~> 3.1)
|
31
44
|
erubi (~> 1.4)
|
32
45
|
rails-dom-testing (~> 2.0)
|
33
|
-
rails-html-sanitizer (~> 1.
|
34
|
-
activejob (
|
35
|
-
activesupport (=
|
46
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
47
|
+
activejob (6.0.2.1)
|
48
|
+
activesupport (= 6.0.2.1)
|
36
49
|
globalid (>= 0.3.6)
|
37
|
-
activemodel (
|
38
|
-
activesupport (=
|
39
|
-
activerecord (
|
40
|
-
activemodel (=
|
41
|
-
activesupport (=
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
activerecord (=
|
50
|
+
activemodel (6.0.2.1)
|
51
|
+
activesupport (= 6.0.2.1)
|
52
|
+
activerecord (6.0.2.1)
|
53
|
+
activemodel (= 6.0.2.1)
|
54
|
+
activesupport (= 6.0.2.1)
|
55
|
+
activestorage (6.0.2.1)
|
56
|
+
actionpack (= 6.0.2.1)
|
57
|
+
activejob (= 6.0.2.1)
|
58
|
+
activerecord (= 6.0.2.1)
|
46
59
|
marcel (~> 0.3.1)
|
47
|
-
activesupport (
|
60
|
+
activesupport (6.0.2.1)
|
48
61
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
49
62
|
i18n (>= 0.7, < 2)
|
50
63
|
minitest (~> 5.1)
|
51
64
|
tzinfo (~> 1.1)
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
builder (3.2.
|
65
|
+
zeitwerk (~> 2.2)
|
66
|
+
addressable (2.7.0)
|
67
|
+
public_suffix (>= 2.0.2, < 5.0)
|
68
|
+
builder (3.2.4)
|
56
69
|
capybara (2.18.0)
|
57
70
|
addressable
|
58
71
|
mini_mime (>= 0.1.3)
|
@@ -61,26 +74,26 @@ GEM
|
|
61
74
|
rack-test (>= 0.5.4)
|
62
75
|
xpath (>= 2.0, < 4.0)
|
63
76
|
coderay (1.1.2)
|
64
|
-
concurrent-ruby (1.1.
|
77
|
+
concurrent-ruby (1.1.6)
|
65
78
|
coveralls (0.8.23)
|
66
79
|
json (>= 1.8, < 3)
|
67
80
|
simplecov (~> 0.16.1)
|
68
81
|
term-ansicolor (~> 1.3)
|
69
82
|
thor (>= 0.19.4, < 2.0)
|
70
83
|
tins (~> 1.6)
|
71
|
-
crass (1.0.
|
72
|
-
csv (3.1.
|
84
|
+
crass (1.0.6)
|
85
|
+
csv (3.1.2)
|
73
86
|
daemons (1.3.1)
|
74
87
|
diff-lcs (1.3)
|
75
88
|
docile (1.3.2)
|
76
|
-
erubi (1.
|
89
|
+
erubi (1.9.0)
|
77
90
|
eventmachine (1.2.7)
|
78
|
-
ffi (1.
|
91
|
+
ffi (1.12.2)
|
79
92
|
formatador (0.2.5)
|
80
93
|
globalid (0.4.2)
|
81
94
|
activesupport (>= 4.2.0)
|
82
95
|
growl (1.0.3)
|
83
|
-
guard (2.
|
96
|
+
guard (2.16.1)
|
84
97
|
formatador (>= 0.2.4)
|
85
98
|
listen (>= 2.7, < 4.0)
|
86
99
|
lumberjack (>= 1.0.12, < 2.0)
|
@@ -94,35 +107,34 @@ GEM
|
|
94
107
|
guard (~> 2.1)
|
95
108
|
guard-compat (~> 1.1)
|
96
109
|
rspec (>= 2.99.0, < 4.0)
|
97
|
-
i18n (1.
|
110
|
+
i18n (1.8.2)
|
98
111
|
concurrent-ruby (~> 1.0)
|
99
112
|
jquery-rails (4.3.5)
|
100
113
|
rails-dom-testing (>= 1, < 3)
|
101
114
|
railties (>= 4.2.0)
|
102
115
|
thor (>= 0.14, < 2.0)
|
103
|
-
json (2.
|
104
|
-
listen (3.1
|
105
|
-
rb-fsevent (~> 0.
|
106
|
-
rb-inotify (~> 0.9, >= 0.9.
|
107
|
-
|
108
|
-
loofah (2.2.3)
|
116
|
+
json (2.3.0)
|
117
|
+
listen (3.2.1)
|
118
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
119
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
120
|
+
loofah (2.4.0)
|
109
121
|
crass (~> 1.0.2)
|
110
122
|
nokogiri (>= 1.5.9)
|
111
|
-
lumberjack (1.
|
123
|
+
lumberjack (1.2.4)
|
112
124
|
mail (2.7.1)
|
113
125
|
mini_mime (>= 0.1.1)
|
114
126
|
marcel (0.3.3)
|
115
127
|
mimemagic (~> 0.3.2)
|
116
128
|
method_source (0.9.2)
|
117
|
-
mimemagic (0.3.
|
118
|
-
mini_mime (1.0.
|
129
|
+
mimemagic (0.3.4)
|
130
|
+
mini_mime (1.0.2)
|
119
131
|
mini_portile2 (2.4.0)
|
120
|
-
minitest (5.
|
132
|
+
minitest (5.14.0)
|
121
133
|
nenv (0.3.0)
|
122
|
-
nio4r (2.
|
123
|
-
nokogiri (1.10.
|
134
|
+
nio4r (2.5.2)
|
135
|
+
nokogiri (1.10.8)
|
124
136
|
mini_portile2 (~> 2.4.0)
|
125
|
-
notiffany (0.1.
|
137
|
+
notiffany (0.1.3)
|
126
138
|
nenv (~> 0.1)
|
127
139
|
shellany (~> 0.0)
|
128
140
|
pry (0.12.2)
|
@@ -130,98 +142,102 @@ GEM
|
|
130
142
|
method_source (~> 0.9.0)
|
131
143
|
pry-nav (0.3.0)
|
132
144
|
pry (>= 0.9.10, < 0.13.0)
|
133
|
-
public_suffix (
|
134
|
-
rack (2.
|
145
|
+
public_suffix (4.0.3)
|
146
|
+
rack (2.2.2)
|
135
147
|
rack-test (1.1.0)
|
136
148
|
rack (>= 1.0, < 3)
|
137
|
-
rails (
|
138
|
-
actioncable (=
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
149
|
+
rails (6.0.2.1)
|
150
|
+
actioncable (= 6.0.2.1)
|
151
|
+
actionmailbox (= 6.0.2.1)
|
152
|
+
actionmailer (= 6.0.2.1)
|
153
|
+
actionpack (= 6.0.2.1)
|
154
|
+
actiontext (= 6.0.2.1)
|
155
|
+
actionview (= 6.0.2.1)
|
156
|
+
activejob (= 6.0.2.1)
|
157
|
+
activemodel (= 6.0.2.1)
|
158
|
+
activerecord (= 6.0.2.1)
|
159
|
+
activestorage (= 6.0.2.1)
|
160
|
+
activesupport (= 6.0.2.1)
|
147
161
|
bundler (>= 1.3.0)
|
148
|
-
railties (=
|
162
|
+
railties (= 6.0.2.1)
|
149
163
|
sprockets-rails (>= 2.0.0)
|
150
164
|
rails-dom-testing (2.0.3)
|
151
165
|
activesupport (>= 4.2.0)
|
152
166
|
nokogiri (>= 1.6)
|
153
|
-
rails-html-sanitizer (1.0
|
154
|
-
loofah (~> 2.
|
155
|
-
railties (
|
156
|
-
actionpack (=
|
157
|
-
activesupport (=
|
167
|
+
rails-html-sanitizer (1.3.0)
|
168
|
+
loofah (~> 2.3)
|
169
|
+
railties (6.0.2.1)
|
170
|
+
actionpack (= 6.0.2.1)
|
171
|
+
activesupport (= 6.0.2.1)
|
158
172
|
method_source
|
159
173
|
rake (>= 0.8.7)
|
160
|
-
thor (>= 0.
|
161
|
-
rake (
|
174
|
+
thor (>= 0.20.3, < 2.0)
|
175
|
+
rake (13.0.1)
|
162
176
|
rb-fsevent (0.10.3)
|
163
|
-
rb-inotify (0.10.
|
177
|
+
rb-inotify (0.10.1)
|
164
178
|
ffi (~> 1.0)
|
165
|
-
rdoc (6.
|
166
|
-
responders (
|
167
|
-
actionpack (>=
|
168
|
-
railties (>=
|
169
|
-
roo (2.8.
|
179
|
+
rdoc (6.2.1)
|
180
|
+
responders (3.0.0)
|
181
|
+
actionpack (>= 5.0)
|
182
|
+
railties (>= 5.0)
|
183
|
+
roo (2.8.3)
|
170
184
|
nokogiri (~> 1)
|
171
|
-
rubyzip (>= 1.
|
172
|
-
rspec (3.
|
173
|
-
rspec-core (~> 3.
|
174
|
-
rspec-expectations (~> 3.
|
175
|
-
rspec-mocks (~> 3.
|
176
|
-
rspec-core (3.
|
177
|
-
rspec-support (~> 3.
|
178
|
-
rspec-expectations (3.
|
185
|
+
rubyzip (>= 1.3.0, < 3.0.0)
|
186
|
+
rspec (3.9.0)
|
187
|
+
rspec-core (~> 3.9.0)
|
188
|
+
rspec-expectations (~> 3.9.0)
|
189
|
+
rspec-mocks (~> 3.9.0)
|
190
|
+
rspec-core (3.9.1)
|
191
|
+
rspec-support (~> 3.9.1)
|
192
|
+
rspec-expectations (3.9.0)
|
179
193
|
diff-lcs (>= 1.2.0, < 2.0)
|
180
|
-
rspec-support (~> 3.
|
181
|
-
rspec-mocks (3.
|
194
|
+
rspec-support (~> 3.9.0)
|
195
|
+
rspec-mocks (3.9.1)
|
182
196
|
diff-lcs (>= 1.2.0, < 2.0)
|
183
|
-
rspec-support (~> 3.
|
184
|
-
rspec-rails (3.
|
197
|
+
rspec-support (~> 3.9.0)
|
198
|
+
rspec-rails (3.9.0)
|
185
199
|
actionpack (>= 3.0)
|
186
200
|
activesupport (>= 3.0)
|
187
201
|
railties (>= 3.0)
|
188
|
-
rspec-core (~> 3.
|
189
|
-
rspec-expectations (~> 3.
|
190
|
-
rspec-mocks (~> 3.
|
191
|
-
rspec-support (~> 3.
|
192
|
-
rspec-support (3.
|
193
|
-
|
194
|
-
rubyzip (1.2.3)
|
202
|
+
rspec-core (~> 3.9.0)
|
203
|
+
rspec-expectations (~> 3.9.0)
|
204
|
+
rspec-mocks (~> 3.9.0)
|
205
|
+
rspec-support (~> 3.9.0)
|
206
|
+
rspec-support (3.9.2)
|
207
|
+
rubyzip (2.2.0)
|
195
208
|
shellany (0.0.1)
|
196
209
|
simplecov (0.16.1)
|
197
210
|
docile (~> 1.1)
|
198
211
|
json (>= 1.8, < 3)
|
199
212
|
simplecov-html (~> 0.10.0)
|
200
213
|
simplecov-html (0.10.2)
|
201
|
-
sprockets (
|
214
|
+
sprockets (4.0.0)
|
202
215
|
concurrent-ruby (~> 1.0)
|
203
216
|
rack (> 1, < 3)
|
204
217
|
sprockets-rails (3.2.1)
|
205
218
|
actionpack (>= 4.0)
|
206
219
|
activesupport (>= 4.0)
|
207
220
|
sprockets (>= 3.0.0)
|
208
|
-
sqlite3 (1.4.
|
221
|
+
sqlite3 (1.4.2)
|
222
|
+
sync (0.5.0)
|
209
223
|
term-ansicolor (1.7.1)
|
210
224
|
tins (~> 1.0)
|
211
225
|
thin (1.7.2)
|
212
226
|
daemons (~> 1.0, >= 1.0.9)
|
213
227
|
eventmachine (~> 1.0, >= 1.0.4)
|
214
228
|
rack (>= 1, < 3)
|
215
|
-
thor (0.
|
229
|
+
thor (1.0.1)
|
216
230
|
thread_safe (0.3.6)
|
217
|
-
tins (1.
|
218
|
-
|
231
|
+
tins (1.24.1)
|
232
|
+
sync
|
233
|
+
tzinfo (1.2.6)
|
219
234
|
thread_safe (~> 0.1)
|
220
235
|
websocket-driver (0.7.1)
|
221
236
|
websocket-extensions (>= 0.1.0)
|
222
237
|
websocket-extensions (0.1.4)
|
223
238
|
xpath (3.2.0)
|
224
239
|
nokogiri (~> 1.8)
|
240
|
+
zeitwerk (2.2.2)
|
225
241
|
|
226
242
|
PLATFORMS
|
227
243
|
ruby
|
@@ -236,15 +252,15 @@ DEPENDENCIES
|
|
236
252
|
jquery-rails
|
237
253
|
pry
|
238
254
|
pry-nav
|
239
|
-
rails (~>
|
255
|
+
rails (~> 6.0)
|
240
256
|
rake
|
241
257
|
rb-fsevent
|
242
258
|
rdoc
|
243
|
-
responders (~>
|
259
|
+
responders (~> 3.0)
|
244
260
|
roo
|
245
261
|
rspec-rails
|
246
262
|
sqlite3
|
247
263
|
thin
|
248
264
|
|
249
265
|
BUNDLED WITH
|
250
|
-
2.
|
266
|
+
2.1.4
|
data/lib/csv_rb/version.rb
CHANGED
File without changes
|
Binary file
|
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
@@ -12,25 +12,73 @@ for all models and all boolean columns, after which the flag must be set to
|
|
12
12
|
true by adding the following to your application.rb file:
|
13
13
|
|
14
14
|
Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
|
15
|
-
(called from
|
15
|
+
(called from load at /home/samps/.gem/ruby/2.6.0/bin/rake:23)
|
16
|
+
DEPRECATION WARNING: `secrets.secret_token` is deprecated in favor of `secret_key_base` and will be removed in Rails 6.0. (called from <top (required)> at /home/samps/gems/csv_rb/spec/dummy/config/environment.rb:5)
|
17
|
+
DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer`
|
18
|
+
set to false is deprecated. SQLite databases have used 't' and 'f' to serialize
|
19
|
+
boolean values and must have old data converted to 1 and 0 (its native boolean
|
20
|
+
serialization) before setting this flag to true. Conversion can be accomplished
|
21
|
+
by setting up a rake task which runs
|
22
|
+
|
23
|
+
ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1)
|
24
|
+
ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0)
|
25
|
+
|
26
|
+
for all models and all boolean columns, after which the flag must be set to
|
27
|
+
true by adding the following to your application.rb file:
|
28
|
+
|
29
|
+
Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
|
30
|
+
(called from load at /home/samps/.gem/ruby/2.6.0/bin/rake:23)
|
16
31
|
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
17
32
|
[1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
18
|
-
[1m[35m (3.
|
33
|
+
[1m[35m (3.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
34
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
35
|
+
Migrating to CreateUsers (20120717192452)
|
36
|
+
DEPRECATION WARNING: `secrets.secret_token` is deprecated in favor of `secret_key_base` and will be removed in Rails 6.0. (called from <top (required)> at /home/samps/gems/csv_rb/spec/dummy/config/environment.rb:5)
|
37
|
+
DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer`
|
38
|
+
set to false is deprecated. SQLite databases have used 't' and 'f' to serialize
|
39
|
+
boolean values and must have old data converted to 1 and 0 (its native boolean
|
40
|
+
serialization) before setting this flag to true. Conversion can be accomplished
|
41
|
+
by setting up a rake task which runs
|
42
|
+
|
43
|
+
ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1)
|
44
|
+
ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0)
|
45
|
+
|
46
|
+
for all models and all boolean columns, after which the flag must be set to
|
47
|
+
true by adding the following to your application.rb file:
|
48
|
+
|
49
|
+
Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
|
50
|
+
(called from load at /home/samps/.gem/ruby/2.6.0/bin/rake:23)
|
51
|
+
DEPRECATION WARNING: `secrets.secret_token` is deprecated in favor of `secret_key_base` and will be removed in Rails 6.0. (called from <top (required)> at /home/samps/gems/csv_rb/spec/dummy/config/environment.rb:5)
|
52
|
+
DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer`
|
53
|
+
set to false is deprecated. SQLite databases have used 't' and 'f' to serialize
|
54
|
+
boolean values and must have old data converted to 1 and 0 (its native boolean
|
55
|
+
serialization) before setting this flag to true. Conversion can be accomplished
|
56
|
+
by setting up a rake task which runs
|
57
|
+
|
58
|
+
ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1)
|
59
|
+
ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0)
|
60
|
+
|
61
|
+
for all models and all boolean columns, after which the flag must be set to
|
62
|
+
true by adding the following to your application.rb file:
|
63
|
+
|
64
|
+
Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
|
65
|
+
(called from load at /home/samps/.gem/ruby/2.6.0/bin/rake:23)
|
19
66
|
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
20
67
|
Migrating to CreateUsers (20120717192452)
|
21
68
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
22
|
-
[1m[35m (0.1ms)[0m [1m[
|
69
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
70
|
+
[1m[35m (0.2ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "last_name" varchar, "address" varchar, "email" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
23
71
|
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20120717192452"]]
|
24
|
-
[1m[35m (
|
72
|
+
[1m[35m (5.2ms)[0m [1m[36mcommit transaction[0m
|
25
73
|
Migrating to CreateLikes (20121206210955)
|
26
74
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
27
75
|
[1m[35m (0.1ms)[0m [1m[35mCREATE TABLE "likes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
28
76
|
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20121206210955"]]
|
29
|
-
[1m[35m (
|
77
|
+
[1m[35m (2.2ms)[0m [1m[36mcommit transaction[0m
|
30
78
|
[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]]
|
31
79
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
32
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.1ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2019-
|
33
|
-
[1m[35m (2.
|
80
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.1ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2019-06-06 22:21:48.541945"], ["updated_at", "2019-06-06 22:21:48.541945"]]
|
81
|
+
[1m[35m (2.6ms)[0m [1m[36mcommit transaction[0m
|
34
82
|
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
35
83
|
DEPRECATION WARNING: `secrets.secret_token` is deprecated in favor of `secret_key_base` and will be removed in Rails 6.0. (called from <top (required)> at /home/samps/gems/csv_rb/spec/dummy/config/environment.rb:5)
|
36
84
|
DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer`
|
@@ -47,8 +95,163 @@ true by adding the following to your application.rb file:
|
|
47
95
|
|
48
96
|
Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
|
49
97
|
(called from load at /home/samps/.gem/ruby/2.6.0/bin/rake:23)
|
98
|
+
DEPRECATION WARNING: `secrets.secret_token` is deprecated in favor of `secret_key_base` and will be removed in Rails 6.0. (called from <top (required)> at /home/samps/gems/csv_rb/spec/dummy/config/environment.rb:5)
|
99
|
+
DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer`
|
100
|
+
set to false is deprecated. SQLite databases have used 't' and 'f' to serialize
|
101
|
+
boolean values and must have old data converted to 1 and 0 (its native boolean
|
102
|
+
serialization) before setting this flag to true. Conversion can be accomplished
|
103
|
+
by setting up a rake task which runs
|
104
|
+
|
105
|
+
ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1)
|
106
|
+
ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0)
|
107
|
+
|
108
|
+
for all models and all boolean columns, after which the flag must be set to
|
109
|
+
true by adding the following to your application.rb file:
|
110
|
+
|
111
|
+
Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
|
112
|
+
(called from load at /home/samps/.gem/ruby/2.6.0/bin/rake:23)
|
113
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
114
|
+
[1m[35m (4.0ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
115
|
+
[1m[35m (2.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
50
116
|
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
117
|
+
Migrating to CreateUsers (20120717192452)
|
118
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
119
|
+
[1m[35m (0.1ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "last_name" varchar, "address" varchar, "email" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
120
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20120717192452"]]
|
121
|
+
[1m[35m (2.2ms)[0m [1m[36mcommit transaction[0m
|
122
|
+
Migrating to CreateLikes (20121206210955)
|
123
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
124
|
+
[1m[35m (0.2ms)[0m [1m[35mCREATE TABLE "likes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
125
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20121206210955"]]
|
126
|
+
[1m[35m (2.5ms)[0m [1m[36mcommit transaction[0m
|
51
127
|
[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]]
|
52
128
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
53
|
-
[1m[
|
54
|
-
[1m[35m (
|
129
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.1ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2019-06-06 22:22:20.471562"], ["updated_at", "2019-06-06 22:22:20.471562"]]
|
130
|
+
[1m[35m (3.6ms)[0m [1m[36mcommit transaction[0m
|
131
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
132
|
+
DEPRECATION WARNING: `secrets.secret_token` is deprecated in favor of `secret_key_base` and will be removed in Rails 6.0. (called from <top (required)> at /home/samps/gems/csv_rb/spec/dummy/config/environment.rb:5)
|
133
|
+
DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer`
|
134
|
+
set to false is deprecated. SQLite databases have used 't' and 'f' to serialize
|
135
|
+
boolean values and must have old data converted to 1 and 0 (its native boolean
|
136
|
+
serialization) before setting this flag to true. Conversion can be accomplished
|
137
|
+
by setting up a rake task which runs
|
138
|
+
|
139
|
+
ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1)
|
140
|
+
ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0)
|
141
|
+
|
142
|
+
for all models and all boolean columns, after which the flag must be set to
|
143
|
+
true by adding the following to your application.rb file:
|
144
|
+
|
145
|
+
Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
|
146
|
+
(called from require at bin/rails:4)
|
147
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
148
|
+
[1m[35m (6.6ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
149
|
+
[1m[35m (2.5ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
150
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
151
|
+
Migrating to CreateUsers (20120717192452)
|
152
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
153
|
+
[1m[35m (0.1ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "last_name" varchar, "address" varchar, "email" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
154
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20120717192452"]]
|
155
|
+
[1m[35m (2.1ms)[0m [1m[36mcommit transaction[0m
|
156
|
+
Migrating to CreateLikes (20121206210955)
|
157
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
158
|
+
[1m[35m (0.1ms)[0m [1m[35mCREATE TABLE "likes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
159
|
+
[1m[36mActiveRecord::SchemaMigration Create (0.1ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20121206210955"]]
|
160
|
+
[1m[35m (2.3ms)[0m [1m[36mcommit transaction[0m
|
161
|
+
[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]]
|
162
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
163
|
+
[1m[36mActiveRecord::InternalMetadata Create (0.1ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", "2019-06-06 23:08:42.659439"], ["updated_at", "2019-06-06 23:08:42.659439"]]
|
164
|
+
[1m[35m (1.8ms)[0m [1m[36mcommit transaction[0m
|
165
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
166
|
+
DEPRECATION WARNING: `secrets.secret_token` is deprecated in favor of `secret_key_base` and will be removed in Rails 6.0. (called from <top (required)> at /home/samps/gems/csv_rb/spec/dummy/config/environment.rb:5)
|
167
|
+
DEPRECATION WARNING: `secrets.secret_token` is deprecated in favor of `secret_key_base` and will be removed in Rails 6.0. (called from <top (required)> at /home/samps/gems/csv_rb/spec/dummy/config/environment.rb:5)
|
168
|
+
DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer`
|
169
|
+
set to false is deprecated. SQLite databases have used 't' and 'f' to serialize
|
170
|
+
boolean values and must have old data converted to 1 and 0 (its native boolean
|
171
|
+
serialization) before setting this flag to true. Conversion can be accomplished
|
172
|
+
by setting up a rake task which runs
|
173
|
+
|
174
|
+
ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1)
|
175
|
+
ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0)
|
176
|
+
|
177
|
+
for all models and all boolean columns, after which the flag must be set to
|
178
|
+
true by adding the following to your application.rb file:
|
179
|
+
|
180
|
+
Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true
|
181
|
+
(called from require at bin/rails:4)
|
182
|
+
Started GET "/" for ::1 at 2019-06-06 17:08:57 -0600
|
183
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
184
|
+
Processing by HomeController#index as HTML
|
185
|
+
Rendering home/index.html.erb within layouts/application
|
186
|
+
Rendered home/index.html.erb within layouts/application (0.6ms)
|
187
|
+
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
|
188
|
+
|
189
|
+
|
190
|
+
Started GET "/another.csv" for ::1 at 2019-06-06 17:08:59 -0600
|
191
|
+
Processing by HomeController#another as CSV
|
192
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
193
|
+
|
194
|
+
|
195
|
+
Started GET "/another" for ::1 at 2019-06-06 17:09:12 -0600
|
196
|
+
Processing by HomeController#another as HTML
|
197
|
+
Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)
|
198
|
+
|
199
|
+
|
200
|
+
Started GET "/only_html" for ::1 at 2019-06-06 17:10:05 -0600
|
201
|
+
|
202
|
+
ActionController::RoutingError (No route matches [GET] "/only_html"):
|
203
|
+
|
204
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call'
|
205
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
|
206
|
+
railties (5.2.3) lib/rails/rack/logger.rb:38:in `call_app'
|
207
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `block in call'
|
208
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `block in tagged'
|
209
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:28:in `tagged'
|
210
|
+
activesupport (5.2.3) lib/active_support/tagged_logging.rb:71:in `tagged'
|
211
|
+
railties (5.2.3) lib/rails/rack/logger.rb:26:in `call'
|
212
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
|
213
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/request_id.rb:27:in `call'
|
214
|
+
rack (2.0.7) lib/rack/method_override.rb:22:in `call'
|
215
|
+
rack (2.0.7) lib/rack/runtime.rb:22:in `call'
|
216
|
+
activesupport (5.2.3) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
|
217
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/executor.rb:14:in `call'
|
218
|
+
actionpack (5.2.3) lib/action_dispatch/middleware/static.rb:127:in `call'
|
219
|
+
rack (2.0.7) lib/rack/sendfile.rb:111:in `call'
|
220
|
+
railties (5.2.3) lib/rails/engine.rb:524:in `call'
|
221
|
+
thin (1.7.2) lib/thin/connection.rb:86:in `block in pre_process'
|
222
|
+
thin (1.7.2) lib/thin/connection.rb:84:in `catch'
|
223
|
+
thin (1.7.2) lib/thin/connection.rb:84:in `pre_process'
|
224
|
+
thin (1.7.2) lib/thin/connection.rb:53:in `process'
|
225
|
+
thin (1.7.2) lib/thin/connection.rb:39:in `receive_data'
|
226
|
+
eventmachine (1.2.7) lib/eventmachine.rb:195:in `run_machine'
|
227
|
+
eventmachine (1.2.7) lib/eventmachine.rb:195:in `run'
|
228
|
+
thin (1.7.2) lib/thin/backends/base.rb:73:in `start'
|
229
|
+
thin (1.7.2) lib/thin/server.rb:162:in `start'
|
230
|
+
rack (2.0.7) lib/rack/handler/thin.rb:22:in `run'
|
231
|
+
rack (2.0.7) lib/rack/server.rb:297:in `start'
|
232
|
+
railties (5.2.3) lib/rails/commands/server/server_command.rb:53:in `start'
|
233
|
+
railties (5.2.3) lib/rails/commands/server/server_command.rb:147:in `block in perform'
|
234
|
+
railties (5.2.3) lib/rails/commands/server/server_command.rb:142:in `tap'
|
235
|
+
railties (5.2.3) lib/rails/commands/server/server_command.rb:142:in `perform'
|
236
|
+
thor (0.20.3) lib/thor/command.rb:27:in `run'
|
237
|
+
thor (0.20.3) lib/thor/invocation.rb:126:in `invoke_command'
|
238
|
+
thor (0.20.3) lib/thor.rb:387:in `dispatch'
|
239
|
+
railties (5.2.3) lib/rails/command/base.rb:65:in `perform'
|
240
|
+
railties (5.2.3) lib/rails/command.rb:46:in `invoke'
|
241
|
+
railties (5.2.3) lib/rails/commands.rb:18:in `<top (required)>'
|
242
|
+
bin/rails:4:in `require'
|
243
|
+
bin/rails:4:in `<main>'
|
244
|
+
Started GET "/home/only_html" for ::1 at 2019-06-06 17:10:19 -0600
|
245
|
+
Processing by HomeController#only_html as HTML
|
246
|
+
Rendering home/only_html.html.erb within layouts/application
|
247
|
+
Rendered home/only_html.html.erb within layouts/application (0.1ms)
|
248
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
249
|
+
|
250
|
+
|
251
|
+
Started GET "/home/only_html" for ::1 at 2019-06-06 17:10:44 -0600
|
252
|
+
Processing by HomeController#only_html as HTML
|
253
|
+
Rendering home/only_html.html.erb within layouts/application
|
254
|
+
Rendered home/only_html.html.erb within layouts/application (0.1ms)
|
255
|
+
Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
256
|
+
|
257
|
+
|