axlsx_rails 0.6.0 → 0.6.1
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/Gemfile +9 -2
- data/Gemfile.lock +109 -98
- data/Gemfile.lock.4.2 +255 -0
- data/Gemfile.lock.5.1 +119 -126
- data/Gemfile.lock.5.2 +87 -139
- data/README.md +10 -9
- data/lib/axlsx_rails.rb +2 -0
- data/lib/axlsx_rails/version.rb +1 -1
- data/spec/ci.rb +1 -1
- data/spec/dummy_5.1/db/test.sqlite3 +0 -0
- data/spec/dummy_5.1/log/test.log +0 -741
- data/spec/dummy_5.2/db/test.sqlite3 +0 -0
- data/spec/dummy_5.2/log/test.log +0 -741
- data/spec/{dummy_6.0 → dummy_5}/db/test.sqlite3 +0 -0
- data/spec/dummy_5/log/test.log +3645 -0
- metadata +274 -293
- data/Gemfile.lock.5.0 +0 -268
- data/Gemfile.lock.6.0 +0 -284
- data/spec/dummy_5.0/db/test.sqlite3 +0 -0
- data/spec/dummy_5.0/log/test.log +0 -1158
- data/spec/dummy_6.0/log/test.log +0 -1424
data/spec/dummy_6.0/log/test.log
DELETED
@@ -1,1424 +0,0 @@
|
|
1
|
-
[1m[35m (1.3ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
2
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3
|
-
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
4
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "likes"[0m
|
5
|
-
[1m[35m (6.4ms)[0m [1m[35mCREATE TABLE "likes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "user_id" integer, "created_at" datetime, "updated_at" datetime)[0m
|
6
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
7
|
-
[1m[35m (0.5ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "last_name" varchar, "address" varchar, "email" varchar, "created_at" datetime, "updated_at" datetime)[0m
|
8
|
-
[1m[35m (0.5ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
9
|
-
[1m[35m (0.4ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
10
|
-
[1m[35m (0.8ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20121206210955)[0m
|
11
|
-
[1m[35m (0.7ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
12
|
-
(20120717192452);
|
13
|
-
|
14
|
-
[0m
|
15
|
-
[1m[35m (0.6ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
16
|
-
[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]]
|
17
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
18
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-20 06:10:18.091505"], ["updated_at", "2019-09-20 06:10:18.091505"]]
|
19
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
20
|
-
[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]]
|
21
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.0ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
22
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
23
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "faded6599f7b99e39550600406ff287b2db1e157"], ["created_at", "2019-09-20 06:10:18.094288"], ["updated_at", "2019-09-20 06:10:18.094288"]]
|
24
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
25
|
-
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
26
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
27
|
-
[1m[35m (1.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
28
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
29
|
-
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:10:21.521659"], ["updated_at", "2019-09-20 06:10:21.521659"]]
|
30
|
-
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
31
|
-
Started GET "/users/1/send_instructions" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
32
|
-
Processing by UsersController#send_instructions as HTML
|
33
|
-
Parameters: {"user_id"=>"1"}
|
34
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
35
|
-
Rendering users/send_instructions.xlsx.axlsx
|
36
|
-
Rendered users/send_instructions.xlsx.axlsx (Duration: 27.7ms | Allocations: 6141)
|
37
|
-
Rendering notifier/instructions.html.erb
|
38
|
-
Rendered notifier/instructions.html.erb (Duration: 0.4ms | Allocations: 133)
|
39
|
-
Notifier#instructions: processed outbound mail in 41.9ms
|
40
|
-
Delivered mail 5d846d4d95e6d_79713fc61303c03c26723@Valinor.local.mail (25.1ms)
|
41
|
-
Date: Thu, 19 Sep 2019 23:10:21 -0700
|
42
|
-
From: noreply@company.com
|
43
|
-
To: elmer@fudd.com
|
44
|
-
Message-ID: <5d846d4d95e6d_79713fc61303c03c26723@Valinor.local.mail>
|
45
|
-
Subject: Instructions
|
46
|
-
Mime-Version: 1.0
|
47
|
-
Content-Type: multipart/mixed;
|
48
|
-
boundary="--==_mimepart_5d846d4d91a48_79713fc61303c03c26663";
|
49
|
-
charset=UTF-8
|
50
|
-
Content-Transfer-Encoding: 7bit
|
51
|
-
|
52
|
-
|
53
|
-
----==_mimepart_5d846d4d91a48_79713fc61303c03c26663
|
54
|
-
Content-Type: text/html;
|
55
|
-
charset=UTF-8
|
56
|
-
Content-Transfer-Encoding: 7bit
|
57
|
-
|
58
|
-
<!DOCTYPE html>
|
59
|
-
<html>
|
60
|
-
<head>
|
61
|
-
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
|
62
|
-
</head>
|
63
|
-
<body>
|
64
|
-
<h1>Instructions</h1>
|
65
|
-
<p>
|
66
|
-
You have successfully signed up to example.com,
|
67
|
-
your username is: elmer@fudd.com.<br/>
|
68
|
-
</p>
|
69
|
-
<p>Thanks for joining and have a great day!</p>
|
70
|
-
</body>
|
71
|
-
</html>
|
72
|
-
|
73
|
-
----==_mimepart_5d846d4d91a48_79713fc61303c03c26663
|
74
|
-
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
75
|
-
Content-Transfer-Encoding: base64
|
76
|
-
Content-Disposition: attachment;
|
77
|
-
filename=user_1.xlsx
|
78
|
-
Content-ID: <5d846d4d968f9_79713fc61303c03c268ae@Valinor.local.mail>
|
79
|
-
|
80
|
-
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
-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
-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
-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
-
XDxP5wO6ZjJGa5TMlEIcvD6Dlr9AnsCOO9iZiHe0wIrXnihTepoiEzMczoVD
|
85
|
-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
-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
-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
-
AgAACwAAAF9yZWxzLy5yZWxzrZLBSgQxDIZfpeS+09kVRGS7exFhbyLjA9Q2
|
89
|
-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
-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
-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
-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
-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
-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
-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
-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
-
+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
-
AABkb2NQcm9wcy9jb3JlLnhtbG2RTU+EMBCG/wrpHdpCYqQp7EGzJ01MxGi8
|
99
|
-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
-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
-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
-
uIQbOoLX4Sa8JCs5BrVSwzBkQ7Fw0/4Ufzw/vS5fTZUJURgJqOatZNKDiNbX
|
103
|
-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
-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
-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
-
EXYr8wFKlx3Y1pamHvb2VgVRUPDCqxCSfN9PVptL34kTeW6skTBOUhBktC0a
|
107
|
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
ou4LUEsDBBQAAAAIAACAn+vFV0VJqAIAADIGAAAYAAAAeGwvd29ya3NoZWV0
|
131
|
-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
-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
-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
|
134
|
-
jYiTyeRz3DAuQ48wUx/BwKriBVxg0TUgjQdRIJghsrrmrXZoM92yArKQEmpQ
|
135
|
-
Wwjz1KW9UUGetmwDKzB3LWkVN7d4Q4YspDLjPI0HvzwtOWWwPQgUVFl4Np3N
|
136
|
-
E8KJR/uA+YtDr3fkoOeyxP5GoYHCuB4StGHrFQgyQOl0XWN/X3MDK890MF13
|
137
|
-
RnAJq6dmjUKP5gV1oBPMGxTf1MR6CZUZHX6DQjqdeu1nJ0C9atjPUVxS62mm
|
138
|
-
o/Wb4uWSUnlLCRXrhLFG8kUf/IzYrAomiN50QonsyNeID7bKK1/G6LKy5S/Z
|
139
|
-
E3auCW8PbYP/dfbDDlc420v3rdOu/NLdhbsHNLU100A073lp6iw8GelTpZdg
|
140
|
-
u0OET9w4C+qi+w4aLl1RDXt0v2vQZsGNk4tOG2wGONJ7Lx1Ghy8gPjwZwpMP
|
141
|
-
hR9Hx5Pdz/Qt2MEAdvAhsOlBlOxBi32Brj0XzLA8VdgHfnyUy0pnduD+Dmah
|
142
|
-
pBu8zadpvLWxg8f5rgeX7gIaRZ6coE3+VTSg0thQhDWMYfP3w8CGfam6sowK
|
143
|
-
bN7Gx8RypJq8Uk3eRdzD4fz9iCupjercK9T7KviffJ5zvNNqJ86ZKOwi6YSw
|
144
|
-
4rVcIitd/2k8reLSXLcuv12phtOVn9PiAjXsgRoVf0Zp/jbTa6V968ltXp+q
|
145
|
-
X1J2g31nasMJVfn7PomOj8JA+J3g5DUaukjDAjfYDlKFtJeUdTryaUYlHldj
|
146
|
-
11rFHy6cv32buzqp4x9A/gdQSwECNAMUAAAACAAAgJ/r9oueoSABAACEAwAA
|
147
|
-
EwAAAAAAAAABAAAApIEAAAAAW0NvbnRlbnRfVHlwZXNdLnhtbFBLAQI0AxQA
|
148
|
-
AAAIAACAn+vqjY5o2wAAADkCAAALAAAAAAAAAAEAAACkgVEBAABfcmVscy8u
|
149
|
-
cmVsc1BLAQI0AxQAAAAIAACAn+vIwfIniwAAAOEAAAAQAAAAAAAAAAEAAACk
|
150
|
-
gVUCAABkb2NQcm9wcy9hcHAueG1sUEsBAjQDFAAAAAgAAICf67fUHD8LAQAA
|
151
|
-
5QEAABEAAAAAAAAAAQAAAKSBDgMAAGRvY1Byb3BzL2NvcmUueG1sUEsBAjQD
|
152
|
-
FAAAAAgAAICf654opM24AAAAlgEAABoAAAAAAAAAAQAAAKSBSAQAAHhsL19y
|
153
|
-
ZWxzL3dvcmtib29rLnhtbC5yZWxzUEsBAjQDFAAAAAgAAICf69Un6s3FAQAA
|
154
|
-
CAUAAA0AAAAAAAAAAQAAAKSBOAUAAHhsL3N0eWxlcy54bWxQSwECNAMUAAAA
|
155
|
-
CAAAgJ/rpL1PoMcAAAA1AQAADwAAAAAAAAABAAAApIEoBwAAeGwvd29ya2Jv
|
156
|
-
b2sueG1sUEsBAjQDFAAAAAgAAICf6z1YYjxwAAAAigAAACMAAAAAAAAAAQAA
|
157
|
-
AKSBHAgAAHhsL3dvcmtzaGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzUEsB
|
158
|
-
AjQDFAAAAAgAAICf68VXRUmoAgAAMgYAABgAAAAAAAAAAQAAAKSBzQgAAHhs
|
159
|
-
L3dvcmtzaGVldHMvc2hlZXQxLnhtbFBLBQYAAAAACQAJAE4CAACrCwAAAAA=
|
160
|
-
|
161
|
-
----==_mimepart_5d846d4d91a48_79713fc61303c03c26663--
|
162
|
-
|
163
|
-
Rendering text template
|
164
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
165
|
-
Completed 200 OK in 75ms (Views: 0.9ms | ActiveRecord: 0.2ms | Allocations: 16427)
|
166
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
167
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
168
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 1]]
|
169
|
-
[1m[35m (1.3ms)[0m [1m[36mcommit transaction[0m
|
170
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
171
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:10:21.630062"], ["updated_at", "2019-09-20 06:10:21.630062"]]
|
172
|
-
[1m[35m (1.7ms)[0m [1m[36mcommit transaction[0m
|
173
|
-
Started GET "/users/export/2.xlsx" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
174
|
-
Processing by UsersController#export as XLSX
|
175
|
-
Parameters: {"id"=>"2"}
|
176
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
177
|
-
Rendering users/export.xlsx.axlsx
|
178
|
-
Rendered users/export.xlsx.axlsx (Duration: 8.7ms | Allocations: 6534)
|
179
|
-
Rendering text template
|
180
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
181
|
-
Sent data export_2.xlsx (3.8ms)
|
182
|
-
Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.1ms | Allocations: 9985)
|
183
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
184
|
-
Processing by HomeController#useheader as XLSX
|
185
|
-
Rendering home/useheader.xlsx.axlsx
|
186
|
-
Rendered home/useheader.xlsx.axlsx (Duration: 7.8ms | Allocations: 6519)
|
187
|
-
Rendering text template
|
188
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
189
|
-
Sent data filename_test.xlsx (0.4ms)
|
190
|
-
Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms | Allocations: 7198)
|
191
|
-
Started GET "/another.xlsx" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
192
|
-
Processing by HomeController#another as XLSX
|
193
|
-
Rendering home/index.xlsx.axlsx
|
194
|
-
Rendered home/index.xlsx.axlsx (Duration: 10.6ms | Allocations: 6518)
|
195
|
-
Rendering text template
|
196
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
197
|
-
Sent data filename_test.xlsx (0.4ms)
|
198
|
-
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms | Allocations: 6998)
|
199
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
200
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
201
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
|
202
|
-
[1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
|
203
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
204
|
-
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:10:21.699332"], ["updated_at", "2019-09-20 06:10:21.699332"]]
|
205
|
-
[1m[35m (1.5ms)[0m [1m[36mcommit transaction[0m
|
206
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
207
|
-
[1m[36mLike Create (0.2ms)[0m [1m[32mINSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Carrots"], ["user_id", 3], ["created_at", "2019-09-20 06:10:21.721177"], ["updated_at", "2019-09-20 06:10:21.721177"]]
|
208
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
209
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
210
|
-
[1m[36mLike Create (0.3ms)[0m [1m[32mINSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Celery"], ["user_id", 3], ["created_at", "2019-09-20 06:10:21.723502"], ["updated_at", "2019-09-20 06:10:21.723502"]]
|
211
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
212
|
-
Started GET "/users/3/likes.xlsx" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
213
|
-
Processing by LikesController#index as XLSX
|
214
|
-
Parameters: {"user_id"=>"3"}
|
215
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
216
|
-
Rendering likes/index.xlsx.axlsx
|
217
|
-
[1m[36mLike Load (0.3ms)[0m [1m[34mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ?[0m [["user_id", 3]]
|
218
|
-
Rendered likes/index.xlsx.axlsx (Duration: 6.5ms | Allocations: 6049)
|
219
|
-
Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.4ms | Allocations: 7636)
|
220
|
-
Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
221
|
-
Processing by HomeController#useheader as XLSX
|
222
|
-
Parameters: {"set_direct"=>"true"}
|
223
|
-
Rendering home/useheader.xlsx.axlsx
|
224
|
-
Rendered home/useheader.xlsx.axlsx (Duration: 6.8ms | Allocations: 6509)
|
225
|
-
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms | Allocations: 7202)
|
226
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
227
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:10:21.761077"], ["updated_at", "2019-09-20 06:10:21.761077"]]
|
228
|
-
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
229
|
-
Started GET "/" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
230
|
-
Processing by HomeController#index as HTML
|
231
|
-
Rendering home/index.html.erb within layouts/application
|
232
|
-
Rendered home/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 264)
|
233
|
-
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms | Allocations: 1255)
|
234
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
235
|
-
Processing by HomeController#another as HTML
|
236
|
-
Rendering home/index.html.erb
|
237
|
-
Rendered home/index.html.erb (Duration: 0.5ms | Allocations: 242)
|
238
|
-
Rendering text template
|
239
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
240
|
-
Sent data filename_test.xlsx (0.3ms)
|
241
|
-
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms | Allocations: 689)
|
242
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
243
|
-
Processing by HomeController#another as */*
|
244
|
-
Rendering home/index.html.erb
|
245
|
-
Rendered home/index.html.erb (Duration: 0.2ms | Allocations: 95)
|
246
|
-
Rendering text template
|
247
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
248
|
-
Sent data filename_test.xlsx (0.3ms)
|
249
|
-
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms | Allocations: 597)
|
250
|
-
Started GET "/home/only_html" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
251
|
-
Processing by HomeController#only_html as */*
|
252
|
-
Rendering home/only_html.html.erb within layouts/application
|
253
|
-
Rendered home/only_html.html.erb within layouts/application (Duration: 0.3ms | Allocations: 81)
|
254
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 508)
|
255
|
-
Started GET "/home.xlsx" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
256
|
-
Processing by HomeController#index as XLSX
|
257
|
-
Rendering home/index.xlsx.axlsx
|
258
|
-
Rendered home/index.xlsx.axlsx (Duration: 7.8ms | Allocations: 6509)
|
259
|
-
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms | Allocations: 6909)
|
260
|
-
Started GET "/withpartial.xlsx" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
261
|
-
Processing by HomeController#withpartial as XLSX
|
262
|
-
Rendering home/withpartial.xlsx.axlsx
|
263
|
-
Rendered home/_cover_sheet.xlsx.axlsx (Duration: 5.2ms | Allocations: 4247)
|
264
|
-
Rendered home/withpartial.xlsx.axlsx (Duration: 12.5ms | Allocations: 12612)
|
265
|
-
Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.0ms | Allocations: 13016)
|
266
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
267
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
268
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 3]]
|
269
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
270
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
271
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 4]]
|
272
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
273
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
274
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:10:21.820461"], ["updated_at", "2019-09-20 06:10:21.820461"]]
|
275
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
276
|
-
Started GET "/users/5.xlsx" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
277
|
-
Processing by UsersController#show as XLSX
|
278
|
-
Parameters: {"id"=>"5"}
|
279
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
280
|
-
Rendering users/respond_with.xlsx.axlsx
|
281
|
-
Rendered users/respond_with.xlsx.axlsx (Duration: 23.0ms | Allocations: 7035)
|
282
|
-
Completed 200 OK in 24ms (Views: 23.6ms | ActiveRecord: 0.1ms | Allocations: 7486)
|
283
|
-
Started GET "/users/5.xlsx" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
284
|
-
Processing by UsersController#show as XLSX
|
285
|
-
Parameters: {"id"=>"5"}
|
286
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
287
|
-
Rendering users/respond_with.xlsx.axlsx
|
288
|
-
Rendered users/respond_with.xlsx.axlsx (Duration: 6.2ms | Allocations: 6411)
|
289
|
-
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.1ms | Allocations: 6732)
|
290
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
291
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
292
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 5]]
|
293
|
-
[1m[35m (2.2ms)[0m [1m[36mcommit transaction[0m
|
294
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
295
|
-
[1m[36mUser Create (0.3ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:10:21.864218"], ["updated_at", "2019-09-20 06:10:21.864218"]]
|
296
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
297
|
-
Started GET "/users/6/render_elsewhere.xlsx" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
298
|
-
Processing by LikesController#render_elsewhere as XLSX
|
299
|
-
Parameters: {"user_id"=>"6"}
|
300
|
-
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
301
|
-
Rendering users/index.xlsx.axlsx
|
302
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
303
|
-
Rendered users/index.xlsx.axlsx (Duration: 7.0ms | Allocations: 6371)
|
304
|
-
Rendering text template
|
305
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
306
|
-
Sent data index.xlsx (0.4ms)
|
307
|
-
Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.5ms | Allocations: 6965)
|
308
|
-
Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
309
|
-
Processing by HomeController#render_elsewhere as XLSX
|
310
|
-
Parameters: {"type"=>"5"}
|
311
|
-
Rendering home/index.xlsx.axlsx
|
312
|
-
Rendered home/index.xlsx.axlsx (Duration: 5.6ms | Allocations: 6411)
|
313
|
-
Rendering text template
|
314
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
315
|
-
Sent data index.xlsx (0.5ms)
|
316
|
-
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms | Allocations: 6763)
|
317
|
-
Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
318
|
-
Processing by HomeController#render_elsewhere as XLSX
|
319
|
-
Parameters: {"type"=>"4"}
|
320
|
-
Rendering users/index.xlsx.axlsx
|
321
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
322
|
-
Rendered users/index.xlsx.axlsx (Duration: 5.9ms | Allocations: 6354)
|
323
|
-
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.1ms | Allocations: 6720)
|
324
|
-
Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
325
|
-
Processing by HomeController#render_elsewhere as XLSX
|
326
|
-
Parameters: {"type"=>"3"}
|
327
|
-
Rendering users/index.xlsx.axlsx
|
328
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
329
|
-
Rendered users/index.xlsx.axlsx (Duration: 5.8ms | Allocations: 6295)
|
330
|
-
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.1ms | Allocations: 6556)
|
331
|
-
Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
332
|
-
Processing by HomeController#render_elsewhere as XLSX
|
333
|
-
Parameters: {"type"=>"1"}
|
334
|
-
Rendering users/index.xlsx.axlsx
|
335
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
336
|
-
Rendered users/index.xlsx.axlsx (Duration: 7.3ms | Allocations: 6295)
|
337
|
-
Rendering text template
|
338
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
339
|
-
Sent data index.xlsx (0.3ms)
|
340
|
-
Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.1ms | Allocations: 6652)
|
341
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
342
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
343
|
-
[1m[36mUser Destroy (0.5ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 6]]
|
344
|
-
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
345
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
346
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:10:21.932403"], ["updated_at", "2019-09-20 06:10:21.932403"]]
|
347
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
348
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
349
|
-
[1m[36mUser Create (0.5ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:10:21.935415"], ["updated_at", "2019-09-20 06:10:21.935415"]]
|
350
|
-
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
351
|
-
Started GET "/users.xlsx" for 127.0.0.1 at 2019-09-19 23:10:21 -0700
|
352
|
-
Processing by UsersController#index as XLSX
|
353
|
-
Rendering users/index.xlsx.axlsx
|
354
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
355
|
-
Rendered users/index.xlsx.axlsx (Duration: 11.2ms | Allocations: 6484)
|
356
|
-
Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.1ms | Allocations: 6716)
|
357
|
-
[1m[35m (1.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
358
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
359
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
360
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "likes"[0m
|
361
|
-
[1m[35m (1.5ms)[0m [1m[35mCREATE TABLE "likes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "user_id" integer, "created_at" datetime, "updated_at" datetime)[0m
|
362
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
363
|
-
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "last_name" varchar, "address" varchar, "email" varchar, "created_at" datetime, "updated_at" datetime)[0m
|
364
|
-
[1m[35m (0.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
365
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
366
|
-
[1m[35m (0.6ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20121206210955)[0m
|
367
|
-
[1m[35m (0.6ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
368
|
-
(20120717192452);
|
369
|
-
|
370
|
-
[0m
|
371
|
-
[1m[35m (1.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
372
|
-
[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]]
|
373
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
374
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-20 06:50:04.367567"], ["updated_at", "2019-09-20 06:50:04.367567"]]
|
375
|
-
[1m[35m (0.4ms)[0m [1m[36mcommit transaction[0m
|
376
|
-
[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]]
|
377
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
378
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
379
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "faded6599f7b99e39550600406ff287b2db1e157"], ["created_at", "2019-09-20 06:50:04.371000"], ["updated_at", "2019-09-20 06:50:04.371000"]]
|
380
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
381
|
-
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
382
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
383
|
-
[1m[35m (1.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
384
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
385
|
-
[1m[36mUser Create (0.3ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:50:07.339423"], ["updated_at", "2019-09-20 06:50:07.339423"]]
|
386
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
387
|
-
Started GET "/users/1/send_instructions" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
388
|
-
Processing by UsersController#send_instructions as HTML
|
389
|
-
Parameters: {"user_id"=>"1"}
|
390
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
391
|
-
Rendering users/send_instructions.xlsx.axlsx
|
392
|
-
Rendered users/send_instructions.xlsx.axlsx (Duration: 24.5ms | Allocations: 6184)
|
393
|
-
Rendering notifier/instructions.html.erb
|
394
|
-
Rendered notifier/instructions.html.erb (Duration: 0.3ms | Allocations: 132)
|
395
|
-
Notifier#instructions: processed outbound mail in 36.2ms
|
396
|
-
Delivered mail 5d84769f62df3_135c23fe08d83a04c148b@Valinor.local.mail (8.2ms)
|
397
|
-
Date: Thu, 19 Sep 2019 23:50:07 -0700
|
398
|
-
From: noreply@company.com
|
399
|
-
To: elmer@fudd.com
|
400
|
-
Message-ID: <5d84769f62df3_135c23fe08d83a04c148b@Valinor.local.mail>
|
401
|
-
Subject: Instructions
|
402
|
-
Mime-Version: 1.0
|
403
|
-
Content-Type: multipart/mixed;
|
404
|
-
boundary="--==_mimepart_5d84769f622b8_135c23fe08d83a04c1353";
|
405
|
-
charset=UTF-8
|
406
|
-
Content-Transfer-Encoding: 7bit
|
407
|
-
|
408
|
-
|
409
|
-
----==_mimepart_5d84769f622b8_135c23fe08d83a04c1353
|
410
|
-
Content-Type: text/html;
|
411
|
-
charset=UTF-8
|
412
|
-
Content-Transfer-Encoding: 7bit
|
413
|
-
|
414
|
-
<!DOCTYPE html>
|
415
|
-
<html>
|
416
|
-
<head>
|
417
|
-
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
|
418
|
-
</head>
|
419
|
-
<body>
|
420
|
-
<h1>Instructions</h1>
|
421
|
-
<p>
|
422
|
-
You have successfully signed up to example.com,
|
423
|
-
your username is: elmer@fudd.com.<br/>
|
424
|
-
</p>
|
425
|
-
<p>Thanks for joining and have a great day!</p>
|
426
|
-
</body>
|
427
|
-
</html>
|
428
|
-
|
429
|
-
----==_mimepart_5d84769f622b8_135c23fe08d83a04c1353
|
430
|
-
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
431
|
-
Content-Transfer-Encoding: base64
|
432
|
-
Content-Disposition: attachment;
|
433
|
-
filename=user_1.xlsx
|
434
|
-
Content-ID: <5d84769f63af1_135c23fe08d83a04c157b@Valinor.local.mail>
|
435
|
-
|
436
|
-
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
-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
-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
-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
-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
-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
-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
-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
-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
-
M1Nm2pQ06vj2Vg/iyi4qeAzJ//9fQrb7Jc7qGbkESgbWTQsKkyMf0mDgobtd
|
446
|
-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
-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
-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
-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
-
UHJvcHMvYXBwLnhtbJ2OsQrCMBRFf6Vkb1MdREqSLuLsUN1L8toGzHsheZb6
|
451
|
-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
-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
-
+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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
H7z4FIDICgk+K6aAX8JwGDrifyd4UJ/62U2Pbw9eXwFQSwMEFAAAAAgAAICf
|
466
|
-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
-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
-
CxHQrJXxDPchjGdC/LUXmvt3dhQG/pHWaR5g627Ej07wzkeRVuRUVQ9E88Hg
|
469
|
-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
-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
-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
-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
-
2PFeBVBjeSFYfa8ks4vTrQE04yqUeoouP+Xh9meJMieOE9jss5VG0Wwh9HQN
|
474
|
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
|
490
|
-
QY2Ik8nkc9wwLkOPMFMfwcCq4gVcYNE1II0HUSCYIbK65q12aDPdsgKykBJq
|
491
|
-
UFsI89SlvVFBnrZsAyswdy1pFTe3eEOGLKQy4zyNB788LTllsD0IFFRZeDad
|
492
|
-
zRPCiUf7gPmLQ6935KDnssT+RqGBwrgeErRh6xUIMkDpdF1jf19zAyvPdDBd
|
493
|
-
d0ZwCaunZo1Cj+YFdaATzBsU39TEegmVGR1+g0I6nXrtZydAvWrYz1FcUutp
|
494
|
-
pqP1m+LlklJ5SwkV64SxRvJFH/yM2KwKJojedEKJ7MjXiA+2yitfxuiysuUv
|
495
|
-
2RN2rglvD22D/3X2ww5XONtL963TrvzS3YW7BzS1NdNANO95aeosPBnpU6WX
|
496
|
-
YLtDhE/cOAvqovsOGi5dUQ17dL9r0GbBjZOLThtsBjjSey8dRocvID48GcKT
|
497
|
-
D4UfR8eT3c/0LdjBAHbwIbDpQZTsQYt9ga49F8ywPFXYB358lMtKZ3bg/g5m
|
498
|
-
oaQbvM2naby1sYPH+a4Hl+4CGkWenKBN/lU0oNLYUIQ1jGHz98PAhn2purKM
|
499
|
-
CmzexsfEcqSavFJN3kXcw+H8/YgrqY3q3CvU+yr4n3yec7zTaifOmSjsIumE
|
500
|
-
sOK1XCIrXf9pPK3i0ly3Lr9dqYbTlZ/T4gI17IEaFX9Gaf4202ulfevJbV6f
|
501
|
-
ql9SdoN9Z2rDCVX5+z6Jjo/CQPid4OQ1GrpIwwI32A5ShbSXlHU68mlGJR5X
|
502
|
-
Y9daxR8unL99m7s6qeMfQP4HUEsBAjQDFAAAAAgAAICf6/aLnqEgAQAAhAMA
|
503
|
-
ABMAAAAAAAAAAQAAAKSBAAAAAFtDb250ZW50X1R5cGVzXS54bWxQSwECNAMU
|
504
|
-
AAAACAAAgJ/r6o2OaNsAAAA5AgAACwAAAAAAAAABAAAApIFRAQAAX3JlbHMv
|
505
|
-
LnJlbHNQSwECNAMUAAAACAAAgJ/ryMHyJ4sAAADhAAAAEAAAAAAAAAABAAAA
|
506
|
-
pIFVAgAAZG9jUHJvcHMvYXBwLnhtbFBLAQI0AxQAAAAIAACAn+sQOCUeDAEA
|
507
|
-
AOUBAAARAAAAAAAAAAEAAACkgQ4DAABkb2NQcm9wcy9jb3JlLnhtbFBLAQI0
|
508
|
-
AxQAAAAIAACAn+ueKKTNuAAAAJYBAAAaAAAAAAAAAAEAAACkgUkEAAB4bC9f
|
509
|
-
cmVscy93b3JrYm9vay54bWwucmVsc1BLAQI0AxQAAAAIAACAn+vVJ+rNxQEA
|
510
|
-
AAgFAAANAAAAAAAAAAEAAACkgTkFAAB4bC9zdHlsZXMueG1sUEsBAjQDFAAA
|
511
|
-
AAgAAICf66S9T6DHAAAANQEAAA8AAAAAAAAAAQAAAKSBKQcAAHhsL3dvcmti
|
512
|
-
b29rLnhtbFBLAQI0AxQAAAAIAACAn+s9WGI8cAAAAIoAAAAjAAAAAAAAAAEA
|
513
|
-
AACkgR0IAAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BL
|
514
|
-
AQI0AxQAAAAIAACAn+vFV0VJqAIAADIGAAAYAAAAAAAAAAEAAACkgc4IAAB4
|
515
|
-
bC93b3Jrc2hlZXRzL3NoZWV0MS54bWxQSwUGAAAAAAkACQBOAgAArAsAAAAA
|
516
|
-
|
517
|
-
----==_mimepart_5d84769f622b8_135c23fe08d83a04c1353--
|
518
|
-
|
519
|
-
Rendering text template
|
520
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
521
|
-
Completed 200 OK in 50ms (Views: 0.9ms | ActiveRecord: 0.2ms | Allocations: 16466)
|
522
|
-
Started GET "/home.xlsx" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
523
|
-
Processing by HomeController#index as XLSX
|
524
|
-
Rendering home/index.xlsx.axlsx
|
525
|
-
Rendered home/index.xlsx.axlsx (Duration: 7.4ms | Allocations: 6526)
|
526
|
-
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms | Allocations: 8006)
|
527
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
528
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
529
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 1]]
|
530
|
-
[1m[35m (0.4ms)[0m [1m[36mcommit transaction[0m
|
531
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
532
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:07.485029"], ["updated_at", "2019-09-20 06:50:07.485029"]]
|
533
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
534
|
-
Started GET "/users/2.xlsx" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
535
|
-
Processing by UsersController#show as XLSX
|
536
|
-
Parameters: {"id"=>"2"}
|
537
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
538
|
-
Rendering users/respond_with.xlsx.axlsx
|
539
|
-
Rendered users/respond_with.xlsx.axlsx (Duration: 6.5ms | Allocations: 6511)
|
540
|
-
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.2ms | Allocations: 6961)
|
541
|
-
Started GET "/users/2.xlsx" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
542
|
-
Processing by UsersController#show as XLSX
|
543
|
-
Parameters: {"id"=>"2"}
|
544
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
545
|
-
Rendering users/respond_with.xlsx.axlsx
|
546
|
-
Rendered users/respond_with.xlsx.axlsx (Duration: 5.2ms | Allocations: 6411)
|
547
|
-
Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.1ms | Allocations: 6732)
|
548
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
549
|
-
Processing by HomeController#another as HTML
|
550
|
-
Rendering home/index.html.erb
|
551
|
-
Rendered home/index.html.erb (Duration: 0.9ms | Allocations: 274)
|
552
|
-
Rendering text template
|
553
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
554
|
-
Sent data filename_test.xlsx (3.9ms)
|
555
|
-
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms | Allocations: 3569)
|
556
|
-
Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
557
|
-
Processing by HomeController#useheader as XLSX
|
558
|
-
Parameters: {"set_direct"=>"true"}
|
559
|
-
Rendering home/useheader.xlsx.axlsx
|
560
|
-
Rendered home/useheader.xlsx.axlsx (Duration: 7.8ms | Allocations: 6511)
|
561
|
-
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms | Allocations: 6952)
|
562
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
563
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
564
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
|
565
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
566
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
567
|
-
[1m[36mUser Create (0.3ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:07.537749"], ["updated_at", "2019-09-20 06:50:07.537749"]]
|
568
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
569
|
-
Started GET "/users/export/3.xlsx" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
570
|
-
Processing by UsersController#export as XLSX
|
571
|
-
Parameters: {"id"=>"3"}
|
572
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
573
|
-
Rendering users/export.xlsx.axlsx
|
574
|
-
Rendered users/export.xlsx.axlsx (Duration: 7.7ms | Allocations: 6519)
|
575
|
-
Rendering text template
|
576
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
577
|
-
Sent data export_3.xlsx (0.5ms)
|
578
|
-
Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.2ms | Allocations: 7148)
|
579
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
580
|
-
Processing by HomeController#another as */*
|
581
|
-
Rendering home/index.html.erb
|
582
|
-
Rendered home/index.html.erb (Duration: 0.3ms | Allocations: 99)
|
583
|
-
Rendering text template
|
584
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
585
|
-
Sent data filename_test.xlsx (0.4ms)
|
586
|
-
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms | Allocations: 602)
|
587
|
-
Started GET "/home/only_html" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
588
|
-
Processing by HomeController#only_html as */*
|
589
|
-
Rendering home/only_html.html.erb within layouts/application
|
590
|
-
Rendered home/only_html.html.erb within layouts/application (Duration: 0.3ms | Allocations: 81)
|
591
|
-
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms | Allocations: 1074)
|
592
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
593
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
594
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 3]]
|
595
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
596
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
597
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:50:07.566534"], ["updated_at", "2019-09-20 06:50:07.566534"]]
|
598
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
599
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
600
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:07.568285"], ["updated_at", "2019-09-20 06:50:07.568285"]]
|
601
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
602
|
-
Started GET "/users.xlsx" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
603
|
-
Processing by UsersController#index as XLSX
|
604
|
-
Rendering users/index.xlsx.axlsx
|
605
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
606
|
-
Rendered users/index.xlsx.axlsx (Duration: 8.1ms | Allocations: 6558)
|
607
|
-
Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.1ms | Allocations: 6922)
|
608
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
609
|
-
Processing by HomeController#useheader as XLSX
|
610
|
-
Rendering home/useheader.xlsx.axlsx
|
611
|
-
Rendered home/useheader.xlsx.axlsx (Duration: 6.9ms | Allocations: 6517)
|
612
|
-
Rendering text template
|
613
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
614
|
-
Sent data filename_test.xlsx (0.6ms)
|
615
|
-
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms | Allocations: 7009)
|
616
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
617
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
618
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 4]]
|
619
|
-
[1m[35m (0.4ms)[0m [1m[36mcommit transaction[0m
|
620
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
621
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 5]]
|
622
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
623
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
624
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:07.605587"], ["updated_at", "2019-09-20 06:50:07.605587"]]
|
625
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
626
|
-
Started GET "/users/6/render_elsewhere.xlsx" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
627
|
-
Processing by LikesController#render_elsewhere as XLSX
|
628
|
-
Parameters: {"user_id"=>"6"}
|
629
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
630
|
-
Rendering users/index.xlsx.axlsx
|
631
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
632
|
-
Rendered users/index.xlsx.axlsx (Duration: 6.4ms | Allocations: 6355)
|
633
|
-
Rendering text template
|
634
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
635
|
-
Sent data index.xlsx (0.4ms)
|
636
|
-
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.3ms | Allocations: 7074)
|
637
|
-
Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
638
|
-
Processing by HomeController#render_elsewhere as XLSX
|
639
|
-
Parameters: {"type"=>"5"}
|
640
|
-
Rendering home/index.xlsx.axlsx
|
641
|
-
Rendered home/index.xlsx.axlsx (Duration: 6.8ms | Allocations: 6517)
|
642
|
-
Rendering text template
|
643
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
644
|
-
Sent data index.xlsx (0.4ms)
|
645
|
-
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms | Allocations: 6976)
|
646
|
-
Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
647
|
-
Processing by HomeController#render_elsewhere as XLSX
|
648
|
-
Parameters: {"type"=>"4"}
|
649
|
-
Rendering users/index.xlsx.axlsx
|
650
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
651
|
-
Rendered users/index.xlsx.axlsx (Duration: 5.0ms | Allocations: 6298)
|
652
|
-
Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.1ms | Allocations: 6560)
|
653
|
-
Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
654
|
-
Processing by HomeController#render_elsewhere as XLSX
|
655
|
-
Parameters: {"type"=>"3"}
|
656
|
-
Rendering users/index.xlsx.axlsx
|
657
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
658
|
-
Rendered users/index.xlsx.axlsx (Duration: 5.8ms | Allocations: 6295)
|
659
|
-
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms | Allocations: 6555)
|
660
|
-
Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
661
|
-
Processing by HomeController#render_elsewhere as XLSX
|
662
|
-
Parameters: {"type"=>"1"}
|
663
|
-
Rendering users/index.xlsx.axlsx
|
664
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
665
|
-
Rendered users/index.xlsx.axlsx (Duration: 5.3ms | Allocations: 6295)
|
666
|
-
Rendering text template
|
667
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
668
|
-
Sent data index.xlsx (0.3ms)
|
669
|
-
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.1ms | Allocations: 6652)
|
670
|
-
Started GET "/withpartial.xlsx" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
671
|
-
Processing by HomeController#withpartial as XLSX
|
672
|
-
Rendering home/withpartial.xlsx.axlsx
|
673
|
-
Rendered home/_cover_sheet.xlsx.axlsx (Duration: 3.5ms | Allocations: 4247)
|
674
|
-
Rendered home/withpartial.xlsx.axlsx (Duration: 11.5ms | Allocations: 12613)
|
675
|
-
Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms | Allocations: 13016)
|
676
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
677
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:50:07.701299"], ["updated_at", "2019-09-20 06:50:07.701299"]]
|
678
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
679
|
-
Started GET "/" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
680
|
-
Processing by HomeController#index as HTML
|
681
|
-
Rendering home/index.html.erb within layouts/application
|
682
|
-
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | Allocations: 236)
|
683
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 623)
|
684
|
-
Started GET "/another.xlsx" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
685
|
-
Processing by HomeController#another as XLSX
|
686
|
-
Rendering home/index.xlsx.axlsx
|
687
|
-
Rendered home/index.xlsx.axlsx (Duration: 6.1ms | Allocations: 6411)
|
688
|
-
Rendering text template
|
689
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
690
|
-
Sent data filename_test.xlsx (0.4ms)
|
691
|
-
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms | Allocations: 6751)
|
692
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
693
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
694
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 6]]
|
695
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
696
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
697
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 7]]
|
698
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
699
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
700
|
-
[1m[36mUser Create (0.3ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:07.723107"], ["updated_at", "2019-09-20 06:50:07.723107"]]
|
701
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
702
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
703
|
-
[1m[36mLike Create (0.2ms)[0m [1m[32mINSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Carrots"], ["user_id", 8], ["created_at", "2019-09-20 06:50:07.749838"], ["updated_at", "2019-09-20 06:50:07.749838"]]
|
704
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
705
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
706
|
-
[1m[36mLike Create (0.3ms)[0m [1m[32mINSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Celery"], ["user_id", 8], ["created_at", "2019-09-20 06:50:07.751916"], ["updated_at", "2019-09-20 06:50:07.751916"]]
|
707
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
708
|
-
Started GET "/users/8/likes.xlsx" for 127.0.0.1 at 2019-09-19 23:50:07 -0700
|
709
|
-
Processing by LikesController#index as XLSX
|
710
|
-
Parameters: {"user_id"=>"8"}
|
711
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
712
|
-
Rendering likes/index.xlsx.axlsx
|
713
|
-
[1m[36mLike Load (0.2ms)[0m [1m[34mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ?[0m [["user_id", 8]]
|
714
|
-
Rendered likes/index.xlsx.axlsx (Duration: 10.8ms | Allocations: 6049)
|
715
|
-
Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 0.3ms | Allocations: 6893)
|
716
|
-
[1m[35m (0.8ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
717
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
718
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
719
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "likes"[0m
|
720
|
-
[1m[35m (1.7ms)[0m [1m[35mCREATE TABLE "likes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "user_id" integer, "created_at" datetime, "updated_at" datetime)[0m
|
721
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
722
|
-
[1m[35m (0.7ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "last_name" varchar, "address" varchar, "email" varchar, "created_at" datetime, "updated_at" datetime)[0m
|
723
|
-
[1m[35m (0.6ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
724
|
-
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
725
|
-
[1m[35m (1.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20121206210955)[0m
|
726
|
-
[1m[35m (1.5ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
727
|
-
(20120717192452);
|
728
|
-
|
729
|
-
[0m
|
730
|
-
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
731
|
-
[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]]
|
732
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
733
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-20 06:50:26.685247"], ["updated_at", "2019-09-20 06:50:26.685247"]]
|
734
|
-
[1m[35m (1.2ms)[0m [1m[36mcommit transaction[0m
|
735
|
-
[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]]
|
736
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
737
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
738
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "faded6599f7b99e39550600406ff287b2db1e157"], ["created_at", "2019-09-20 06:50:26.689116"], ["updated_at", "2019-09-20 06:50:26.689116"]]
|
739
|
-
[1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
|
740
|
-
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
741
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
742
|
-
[1m[35m (1.8ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
743
|
-
Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
744
|
-
Processing by HomeController#useheader as XLSX
|
745
|
-
Parameters: {"set_direct"=>"true"}
|
746
|
-
Rendering home/useheader.xlsx.axlsx
|
747
|
-
Rendered home/useheader.xlsx.axlsx (Duration: 7.3ms | Allocations: 6736)
|
748
|
-
Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.0ms | Allocations: 9425)
|
749
|
-
Started GET "/another.xlsx" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
750
|
-
Processing by HomeController#another as XLSX
|
751
|
-
Rendering home/index.xlsx.axlsx
|
752
|
-
Rendered home/index.xlsx.axlsx (Duration: 6.3ms | Allocations: 6522)
|
753
|
-
Rendering text template
|
754
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
755
|
-
Sent data filename_test.xlsx (5.0ms)
|
756
|
-
Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.0ms | Allocations: 9981)
|
757
|
-
Started GET "/home.xlsx" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
758
|
-
Processing by HomeController#index as XLSX
|
759
|
-
Rendering home/index.xlsx.axlsx
|
760
|
-
Rendered home/index.xlsx.axlsx (Duration: 6.6ms | Allocations: 6509)
|
761
|
-
Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms | Allocations: 6912)
|
762
|
-
[1m[36mUser Load (0.7ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
763
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
764
|
-
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:29.717195"], ["updated_at", "2019-09-20 06:50:29.717195"]]
|
765
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
766
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
767
|
-
[1m[36mLike Create (0.2ms)[0m [1m[32mINSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Carrots"], ["user_id", 1], ["created_at", "2019-09-20 06:50:29.736606"], ["updated_at", "2019-09-20 06:50:29.736606"]]
|
768
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
769
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
770
|
-
[1m[36mLike Create (0.2ms)[0m [1m[32mINSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Celery"], ["user_id", 1], ["created_at", "2019-09-20 06:50:29.738572"], ["updated_at", "2019-09-20 06:50:29.738572"]]
|
771
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
772
|
-
Started GET "/users/1/likes.xlsx" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
773
|
-
Processing by LikesController#index as XLSX
|
774
|
-
Parameters: {"user_id"=>"1"}
|
775
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
776
|
-
Rendering likes/index.xlsx.axlsx
|
777
|
-
[1m[36mLike Load (0.1ms)[0m [1m[34mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ?[0m [["user_id", 1]]
|
778
|
-
Rendered likes/index.xlsx.axlsx (Duration: 6.1ms | Allocations: 6050)
|
779
|
-
Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.3ms | Allocations: 7671)
|
780
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
781
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
782
|
-
[1m[36mUser Destroy (0.5ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 1]]
|
783
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
784
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
785
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:29.761561"], ["updated_at", "2019-09-20 06:50:29.761561"]]
|
786
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
787
|
-
Started GET "/users/2/render_elsewhere.xlsx" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
788
|
-
Processing by LikesController#render_elsewhere as XLSX
|
789
|
-
Parameters: {"user_id"=>"2"}
|
790
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
791
|
-
Rendering users/index.xlsx.axlsx
|
792
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
793
|
-
Rendered users/index.xlsx.axlsx (Duration: 6.5ms | Allocations: 6371)
|
794
|
-
Rendering text template
|
795
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
796
|
-
Sent data index.xlsx (0.7ms)
|
797
|
-
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.3ms | Allocations: 6965)
|
798
|
-
Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
799
|
-
Processing by HomeController#render_elsewhere as XLSX
|
800
|
-
Parameters: {"type"=>"5"}
|
801
|
-
Rendering home/index.xlsx.axlsx
|
802
|
-
Rendered home/index.xlsx.axlsx (Duration: 5.7ms | Allocations: 6411)
|
803
|
-
Rendering text template
|
804
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
805
|
-
Sent data index.xlsx (0.3ms)
|
806
|
-
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms | Allocations: 6763)
|
807
|
-
Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
808
|
-
Processing by HomeController#render_elsewhere as XLSX
|
809
|
-
Parameters: {"type"=>"4"}
|
810
|
-
Rendering users/index.xlsx.axlsx
|
811
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
812
|
-
Rendered users/index.xlsx.axlsx (Duration: 7.3ms | Allocations: 6354)
|
813
|
-
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.2ms | Allocations: 6720)
|
814
|
-
Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
815
|
-
Processing by HomeController#render_elsewhere as XLSX
|
816
|
-
Parameters: {"type"=>"3"}
|
817
|
-
Rendering users/index.xlsx.axlsx
|
818
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
819
|
-
Rendered users/index.xlsx.axlsx (Duration: 5.6ms | Allocations: 6295)
|
820
|
-
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.1ms | Allocations: 6556)
|
821
|
-
Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
822
|
-
Processing by HomeController#render_elsewhere as XLSX
|
823
|
-
Parameters: {"type"=>"1"}
|
824
|
-
Rendering users/index.xlsx.axlsx
|
825
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
826
|
-
Rendered users/index.xlsx.axlsx (Duration: 6.0ms | Allocations: 6295)
|
827
|
-
Rendering text template
|
828
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
829
|
-
Sent data index.xlsx (0.3ms)
|
830
|
-
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.1ms | Allocations: 6652)
|
831
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
832
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
833
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
|
834
|
-
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
835
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
836
|
-
[1m[36mUser Create (0.4ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:29.826667"], ["updated_at", "2019-09-20 06:50:29.826667"]]
|
837
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
838
|
-
Started GET "/users/3.xlsx" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
839
|
-
Processing by UsersController#show as XLSX
|
840
|
-
Parameters: {"id"=>"3"}
|
841
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
842
|
-
Rendering users/respond_with.xlsx.axlsx
|
843
|
-
Rendered users/respond_with.xlsx.axlsx (Duration: 22.7ms | Allocations: 7079)
|
844
|
-
Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.1ms | Allocations: 7684)
|
845
|
-
Started GET "/users/3.xlsx" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
846
|
-
Processing by UsersController#show as XLSX
|
847
|
-
Parameters: {"id"=>"3"}
|
848
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
849
|
-
Rendering users/respond_with.xlsx.axlsx
|
850
|
-
Rendered users/respond_with.xlsx.axlsx (Duration: 5.2ms | Allocations: 6412)
|
851
|
-
Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.1ms | Allocations: 6733)
|
852
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
853
|
-
Processing by HomeController#another as */*
|
854
|
-
Rendering home/index.html.erb
|
855
|
-
Rendered home/index.html.erb (Duration: 0.7ms | Allocations: 281)
|
856
|
-
Rendering text template
|
857
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
858
|
-
Sent data filename_test.xlsx (0.4ms)
|
859
|
-
Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms | Allocations: 813)
|
860
|
-
Started GET "/home/only_html" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
861
|
-
Processing by HomeController#only_html as */*
|
862
|
-
Rendering home/only_html.html.erb within layouts/application
|
863
|
-
Rendered home/only_html.html.erb within layouts/application (Duration: 0.3ms | Allocations: 81)
|
864
|
-
Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms | Allocations: 1081)
|
865
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
866
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
867
|
-
[1m[36mUser Destroy (0.3ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 3]]
|
868
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
869
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
870
|
-
[1m[36mUser Create (0.3ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:29.882289"], ["updated_at", "2019-09-20 06:50:29.882289"]]
|
871
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
872
|
-
Started GET "/users/export/4.xlsx" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
873
|
-
Processing by UsersController#export as XLSX
|
874
|
-
Parameters: {"id"=>"4"}
|
875
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
876
|
-
Rendering users/export.xlsx.axlsx
|
877
|
-
Rendered users/export.xlsx.axlsx (Duration: 6.3ms | Allocations: 6519)
|
878
|
-
Rendering text template
|
879
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
880
|
-
Sent data export_4.xlsx (0.8ms)
|
881
|
-
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms | Allocations: 7148)
|
882
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
883
|
-
[1m[36mUser Create (0.3ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:50:29.898329"], ["updated_at", "2019-09-20 06:50:29.898329"]]
|
884
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
885
|
-
Started GET "/" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
886
|
-
Processing by HomeController#index as HTML
|
887
|
-
Rendering home/index.html.erb within layouts/application
|
888
|
-
Rendered home/index.html.erb within layouts/application (Duration: 0.4ms | Allocations: 234)
|
889
|
-
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 637)
|
890
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
891
|
-
Processing by HomeController#another as HTML
|
892
|
-
Rendering home/index.html.erb
|
893
|
-
Rendered home/index.html.erb (Duration: 0.2ms | Allocations: 95)
|
894
|
-
Rendering text template
|
895
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
896
|
-
Sent data filename_test.xlsx (0.3ms)
|
897
|
-
Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms | Allocations: 528)
|
898
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
899
|
-
Processing by HomeController#useheader as XLSX
|
900
|
-
Rendering home/useheader.xlsx.axlsx
|
901
|
-
Rendered home/useheader.xlsx.axlsx (Duration: 5.4ms | Allocations: 6517)
|
902
|
-
Rendering text template
|
903
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
904
|
-
Sent data filename_test.xlsx (0.4ms)
|
905
|
-
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms | Allocations: 7009)
|
906
|
-
Started GET "/withpartial.xlsx" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
907
|
-
Processing by HomeController#withpartial as XLSX
|
908
|
-
Rendering home/withpartial.xlsx.axlsx
|
909
|
-
Rendered home/_cover_sheet.xlsx.axlsx (Duration: 5.2ms | Allocations: 4247)
|
910
|
-
Rendered home/withpartial.xlsx.axlsx (Duration: 14.4ms | Allocations: 12612)
|
911
|
-
Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.0ms | Allocations: 13015)
|
912
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
913
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
914
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 4]]
|
915
|
-
[1m[35m (0.4ms)[0m [1m[36mcommit transaction[0m
|
916
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
917
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 5]]
|
918
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
919
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
920
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:50:29.952108"], ["updated_at", "2019-09-20 06:50:29.952108"]]
|
921
|
-
[1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
|
922
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
923
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:29.954308"], ["updated_at", "2019-09-20 06:50:29.954308"]]
|
924
|
-
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
925
|
-
Started GET "/users.xlsx" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
926
|
-
Processing by UsersController#index as XLSX
|
927
|
-
Rendering users/index.xlsx.axlsx
|
928
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
929
|
-
Rendered users/index.xlsx.axlsx (Duration: 12.3ms | Allocations: 6484)
|
930
|
-
Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.2ms | Allocations: 6714)
|
931
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
932
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:50:29.982637"], ["updated_at", "2019-09-20 06:50:29.982637"]]
|
933
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
934
|
-
Started GET "/users/8/send_instructions" for 127.0.0.1 at 2019-09-19 23:50:29 -0700
|
935
|
-
Processing by UsersController#send_instructions as HTML
|
936
|
-
Parameters: {"user_id"=>"8"}
|
937
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
938
|
-
Rendering users/send_instructions.xlsx.axlsx
|
939
|
-
Rendered users/send_instructions.xlsx.axlsx (Duration: 11.1ms | Allocations: 5853)
|
940
|
-
Rendering notifier/instructions.html.erb
|
941
|
-
Rendered notifier/instructions.html.erb (Duration: 0.2ms | Allocations: 124)
|
942
|
-
Notifier#instructions: processed outbound mail in 21.0ms
|
943
|
-
Delivered mail 5d8476b633b5_1391d3ff95143a03c996e0@Valinor.local.mail (7.0ms)
|
944
|
-
Date: Thu, 19 Sep 2019 23:50:30 -0700
|
945
|
-
From: noreply@company.com
|
946
|
-
To: elmer@fudd.com
|
947
|
-
Message-ID: <5d8476b633b5_1391d3ff95143a03c996e0@Valinor.local.mail>
|
948
|
-
Subject: Instructions
|
949
|
-
Mime-Version: 1.0
|
950
|
-
Content-Type: multipart/mixed;
|
951
|
-
boundary="--==_mimepart_5d8476b62186_1391d3ff95143a03c995c2";
|
952
|
-
charset=UTF-8
|
953
|
-
Content-Transfer-Encoding: 7bit
|
954
|
-
|
955
|
-
|
956
|
-
----==_mimepart_5d8476b62186_1391d3ff95143a03c995c2
|
957
|
-
Content-Type: text/html;
|
958
|
-
charset=UTF-8
|
959
|
-
Content-Transfer-Encoding: 7bit
|
960
|
-
|
961
|
-
<!DOCTYPE html>
|
962
|
-
<html>
|
963
|
-
<head>
|
964
|
-
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
|
965
|
-
</head>
|
966
|
-
<body>
|
967
|
-
<h1>Instructions</h1>
|
968
|
-
<p>
|
969
|
-
You have successfully signed up to example.com,
|
970
|
-
your username is: elmer@fudd.com.<br/>
|
971
|
-
</p>
|
972
|
-
<p>Thanks for joining and have a great day!</p>
|
973
|
-
</body>
|
974
|
-
</html>
|
975
|
-
|
976
|
-
----==_mimepart_5d8476b62186_1391d3ff95143a03c995c2
|
977
|
-
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
978
|
-
Content-Transfer-Encoding: base64
|
979
|
-
Content-Disposition: attachment;
|
980
|
-
filename=user_8.xlsx
|
981
|
-
Content-ID: <5d8476b63c34_1391d3ff95143a03c99740@Valinor.local.mail>
|
982
|
-
|
983
|
-
UEsDBBQAAAAIAACAn+v2i56hIAEAAIQDAAATAAAAW0NvbnRlbnRfVHlwZXNd
|
984
|
-
LnhtbK2Tu27DMAxFf8XQWlhKOhRFYTtDH2ObIf0AVaJjIXpBVFLn70vbTYcs
|
985
|
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
PPpTRBfvRProB3ZvUEsDBBQAAAAIAACAn+vIwfIniwAAAOEAAAAQAAAAZG9j
|
997
|
-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
-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
-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
-
+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
-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
-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
-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
-
8c07wDkh91hD5JJHjmdh6lYjOimlWJXux/eLQAoMPWgwMWCaUfzPahV/Hdyc
|
1005
|
-
OIcXdASvw014SVZyDGqlhmHIhmLhpv0p/nx5flu+mioTIjcCUFNJwYQHHq1v
|
1006
|
-
+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
-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
-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
-
GxF2K/MBSpcd2NaWph729lYFUVDwwqsQknzfT1abS9+JE3lurJEwTlIQZLQt
|
1010
|
-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
-
6VZVhJM0naN/ZcA7U+TKVxQknK1vuSYKjPcyTiISRD44+kVoy7LRtLX62JMJ
|
1012
|
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
/6LuC1BLAwQUAAAACAAAgJ/rfRAxOqgCAAAyBgAAGAAAAHhsL3dvcmtzaGVl
|
1034
|
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
AAAACAAAgJ/r6o2OaNsAAAA5AgAACwAAAAAAAAABAAAApIFRAQAAX3JlbHMv
|
1052
|
-
LnJlbHNQSwECNAMUAAAACAAAgJ/ryMHyJ4sAAADhAAAAEAAAAAAAAAABAAAA
|
1053
|
-
pIFVAgAAZG9jUHJvcHMvYXBwLnhtbFBLAQI0AxQAAAAIAACAn+u2Xax1DAEA
|
1054
|
-
AOUBAAARAAAAAAAAAAEAAACkgQ4DAABkb2NQcm9wcy9jb3JlLnhtbFBLAQI0
|
1055
|
-
AxQAAAAIAACAn+ueKKTNuAAAAJYBAAAaAAAAAAAAAAEAAACkgUkEAAB4bC9f
|
1056
|
-
cmVscy93b3JrYm9vay54bWwucmVsc1BLAQI0AxQAAAAIAACAn+vVJ+rNxQEA
|
1057
|
-
AAgFAAANAAAAAAAAAAEAAACkgTkFAAB4bC9zdHlsZXMueG1sUEsBAjQDFAAA
|
1058
|
-
AAgAAICf66S9T6DHAAAANQEAAA8AAAAAAAAAAQAAAKSBKQcAAHhsL3dvcmti
|
1059
|
-
b29rLnhtbFBLAQI0AxQAAAAIAACAn+s9WGI8cAAAAIoAAAAjAAAAAAAAAAEA
|
1060
|
-
AACkgR0IAAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BL
|
1061
|
-
AQI0AxQAAAAIAACAn+t9EDE6qAIAADIGAAAYAAAAAAAAAAEAAACkgc4IAAB4
|
1062
|
-
bC93b3Jrc2hlZXRzL3NoZWV0MS54bWxQSwUGAAAAAAkACQBOAgAArAsAAAAA
|
1063
|
-
|
1064
|
-
----==_mimepart_5d8476b62186_1391d3ff95143a03c995c2--
|
1065
|
-
|
1066
|
-
Rendering text template
|
1067
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1068
|
-
Completed 200 OK in 33ms (Views: 0.6ms | ActiveRecord: 0.1ms | Allocations: 13902)
|
1069
|
-
[1m[35m (0.9ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1070
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1071
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1072
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "likes"[0m
|
1073
|
-
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "likes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "user_id" integer, "created_at" datetime, "updated_at" datetime)[0m
|
1074
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
1075
|
-
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "last_name" varchar, "address" varchar, "email" varchar, "created_at" datetime, "updated_at" datetime)[0m
|
1076
|
-
[1m[35m (0.6ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
1077
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1078
|
-
[1m[35m (0.8ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20121206210955)[0m
|
1079
|
-
[1m[35m (0.7ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
1080
|
-
(20120717192452);
|
1081
|
-
|
1082
|
-
[0m
|
1083
|
-
[1m[35m (1.0ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)[0m
|
1084
|
-
[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]]
|
1085
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1086
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2019-09-20 09:05:29.124461"], ["updated_at", "2019-09-20 09:05:29.124461"]]
|
1087
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
1088
|
-
[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]]
|
1089
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "schema_sha1"], ["LIMIT", 1]]
|
1090
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1091
|
-
[1m[36mActiveRecord::InternalMetadata Create (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "schema_sha1"], ["value", "faded6599f7b99e39550600406ff287b2db1e157"], ["created_at", "2019-09-20 09:05:29.127379"], ["updated_at", "2019-09-20 09:05:29.127379"]]
|
1092
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
1093
|
-
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1094
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
1095
|
-
[1m[35m (1.9ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1096
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1097
|
-
[1m[36mUser Create (0.3ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 09:05:32.067003"], ["updated_at", "2019-09-20 09:05:32.067003"]]
|
1098
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
1099
|
-
Started GET "/" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1100
|
-
Processing by HomeController#index as HTML
|
1101
|
-
Rendering home/index.html.erb within layouts/application
|
1102
|
-
Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 483)
|
1103
|
-
Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms | Allocations: 2852)
|
1104
|
-
Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1105
|
-
Processing by HomeController#useheader as XLSX
|
1106
|
-
Parameters: {"set_direct"=>"true"}
|
1107
|
-
Rendering home/useheader.xlsx.axlsx
|
1108
|
-
Rendered home/useheader.xlsx.axlsx (Duration: 9.7ms | Allocations: 6641)
|
1109
|
-
Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.0ms | Allocations: 7957)
|
1110
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1111
|
-
Processing by HomeController#another as HTML
|
1112
|
-
Rendering home/index.html.erb
|
1113
|
-
Rendered home/index.html.erb (Duration: 0.4ms | Allocations: 242)
|
1114
|
-
Rendering text template
|
1115
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1116
|
-
Sent data filename_test.xlsx (4.0ms)
|
1117
|
-
Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms | Allocations: 3665)
|
1118
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
1119
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1120
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 1]]
|
1121
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
1122
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1123
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 09:05:32.132890"], ["updated_at", "2019-09-20 09:05:32.132890"]]
|
1124
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
1125
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1126
|
-
[1m[36mUser Create (0.3ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:05:32.134502"], ["updated_at", "2019-09-20 09:05:32.134502"]]
|
1127
|
-
[1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
|
1128
|
-
Started GET "/users.xlsx" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1129
|
-
Processing by UsersController#index as XLSX
|
1130
|
-
Rendering users/index.xlsx.axlsx
|
1131
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
1132
|
-
Rendered users/index.xlsx.axlsx (Duration: 21.9ms | Allocations: 6572)
|
1133
|
-
Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.1ms | Allocations: 7097)
|
1134
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
1135
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1136
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
|
1137
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
1138
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1139
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 3]]
|
1140
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
1141
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1142
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:05:32.175316"], ["updated_at", "2019-09-20 09:05:32.175316"]]
|
1143
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
1144
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1145
|
-
[1m[36mLike Create (0.2ms)[0m [1m[32mINSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Carrots"], ["user_id", 4], ["created_at", "2019-09-20 09:05:32.195222"], ["updated_at", "2019-09-20 09:05:32.195222"]]
|
1146
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
1147
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1148
|
-
[1m[36mLike Create (0.2ms)[0m [1m[32mINSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Celery"], ["user_id", 4], ["created_at", "2019-09-20 09:05:32.197029"], ["updated_at", "2019-09-20 09:05:32.197029"]]
|
1149
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
1150
|
-
Started GET "/users/4/likes.xlsx" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1151
|
-
Processing by LikesController#index as XLSX
|
1152
|
-
Parameters: {"user_id"=>"4"}
|
1153
|
-
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
1154
|
-
Rendering likes/index.xlsx.axlsx
|
1155
|
-
[1m[36mLike Load (0.1ms)[0m [1m[34mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ?[0m [["user_id", 4]]
|
1156
|
-
Rendered likes/index.xlsx.axlsx (Duration: 6.1ms | Allocations: 6051)
|
1157
|
-
Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.4ms | Allocations: 7185)
|
1158
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1159
|
-
Processing by HomeController#another as */*
|
1160
|
-
Rendering home/index.html.erb
|
1161
|
-
Rendered home/index.html.erb (Duration: 0.2ms | Allocations: 99)
|
1162
|
-
Rendering text template
|
1163
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1164
|
-
Sent data filename_test.xlsx (0.3ms)
|
1165
|
-
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms | Allocations: 602)
|
1166
|
-
Started GET "/home/only_html" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1167
|
-
Processing by HomeController#only_html as */*
|
1168
|
-
Rendering home/only_html.html.erb within layouts/application
|
1169
|
-
Rendered home/only_html.html.erb within layouts/application (Duration: 0.3ms | Allocations: 83)
|
1170
|
-
Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms | Allocations: 510)
|
1171
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
1172
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1173
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 4]]
|
1174
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
1175
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1176
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:05:32.227663"], ["updated_at", "2019-09-20 09:05:32.227663"]]
|
1177
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
1178
|
-
Started GET "/users/5.xlsx" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1179
|
-
Processing by UsersController#show as XLSX
|
1180
|
-
Parameters: {"id"=>"5"}
|
1181
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
1182
|
-
Rendering users/respond_with.xlsx.axlsx
|
1183
|
-
Rendered users/respond_with.xlsx.axlsx (Duration: 7.6ms | Allocations: 6511)
|
1184
|
-
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.2ms | Allocations: 6960)
|
1185
|
-
Started GET "/users/5.xlsx" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1186
|
-
Processing by UsersController#show as XLSX
|
1187
|
-
Parameters: {"id"=>"5"}
|
1188
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
1189
|
-
Rendering users/respond_with.xlsx.axlsx
|
1190
|
-
Rendered users/respond_with.xlsx.axlsx (Duration: 5.5ms | Allocations: 6411)
|
1191
|
-
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.1ms | Allocations: 6732)
|
1192
|
-
Started GET "/home.xlsx" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1193
|
-
Processing by HomeController#index as XLSX
|
1194
|
-
Rendering home/index.xlsx.axlsx
|
1195
|
-
Rendered home/index.xlsx.axlsx (Duration: 6.7ms | Allocations: 6510)
|
1196
|
-
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms | Allocations: 6938)
|
1197
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
1198
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1199
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 5]]
|
1200
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
1201
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1202
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:05:32.266756"], ["updated_at", "2019-09-20 09:05:32.266756"]]
|
1203
|
-
[1m[35m (1.4ms)[0m [1m[36mcommit transaction[0m
|
1204
|
-
Started GET "/users/6/render_elsewhere.xlsx" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1205
|
-
Processing by LikesController#render_elsewhere as XLSX
|
1206
|
-
Parameters: {"user_id"=>"6"}
|
1207
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
1208
|
-
Rendering users/index.xlsx.axlsx
|
1209
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
1210
|
-
Rendered users/index.xlsx.axlsx (Duration: 8.2ms | Allocations: 6355)
|
1211
|
-
Rendering text template
|
1212
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1213
|
-
Sent data index.xlsx (0.4ms)
|
1214
|
-
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms | Allocations: 6922)
|
1215
|
-
Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1216
|
-
Processing by HomeController#render_elsewhere as XLSX
|
1217
|
-
Parameters: {"type"=>"5"}
|
1218
|
-
Rendering home/index.xlsx.axlsx
|
1219
|
-
Rendered home/index.xlsx.axlsx (Duration: 7.1ms | Allocations: 6517)
|
1220
|
-
Rendering text template
|
1221
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1222
|
-
Sent data index.xlsx (0.5ms)
|
1223
|
-
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms | Allocations: 6976)
|
1224
|
-
Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1225
|
-
Processing by HomeController#render_elsewhere as XLSX
|
1226
|
-
Parameters: {"type"=>"4"}
|
1227
|
-
Rendering users/index.xlsx.axlsx
|
1228
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
1229
|
-
Rendered users/index.xlsx.axlsx (Duration: 6.9ms | Allocations: 6295)
|
1230
|
-
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms | Allocations: 6554)
|
1231
|
-
Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1232
|
-
Processing by HomeController#render_elsewhere as XLSX
|
1233
|
-
Parameters: {"type"=>"3"}
|
1234
|
-
Rendering users/index.xlsx.axlsx
|
1235
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
1236
|
-
Rendered users/index.xlsx.axlsx (Duration: 5.8ms | Allocations: 6298)
|
1237
|
-
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.1ms | Allocations: 6561)
|
1238
|
-
Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1239
|
-
Processing by HomeController#render_elsewhere as XLSX
|
1240
|
-
Parameters: {"type"=>"1"}
|
1241
|
-
Rendering users/index.xlsx.axlsx
|
1242
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
1243
|
-
Rendered users/index.xlsx.axlsx (Duration: 6.0ms | Allocations: 6295)
|
1244
|
-
Rendering text template
|
1245
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1246
|
-
Sent data index.xlsx (0.4ms)
|
1247
|
-
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.1ms | Allocations: 6652)
|
1248
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1249
|
-
Processing by HomeController#useheader as XLSX
|
1250
|
-
Rendering home/useheader.xlsx.axlsx
|
1251
|
-
Rendered home/useheader.xlsx.axlsx (Duration: 6.3ms | Allocations: 6518)
|
1252
|
-
Rendering text template
|
1253
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1254
|
-
Sent data filename_test.xlsx (0.5ms)
|
1255
|
-
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms | Allocations: 7010)
|
1256
|
-
Started GET "/withpartial.xlsx" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1257
|
-
Processing by HomeController#withpartial as XLSX
|
1258
|
-
Rendering home/withpartial.xlsx.axlsx
|
1259
|
-
Rendered home/_cover_sheet.xlsx.axlsx (Duration: 4.4ms | Allocations: 4247)
|
1260
|
-
Rendered home/withpartial.xlsx.axlsx (Duration: 12.8ms | Allocations: 12612)
|
1261
|
-
Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.0ms | Allocations: 13015)
|
1262
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
1263
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1264
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 6]]
|
1265
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
1266
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1267
|
-
[1m[36mUser Create (0.3ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:05:32.384005"], ["updated_at", "2019-09-20 09:05:32.384005"]]
|
1268
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
1269
|
-
Started GET "/users/export/7.xlsx" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1270
|
-
Processing by UsersController#export as XLSX
|
1271
|
-
Parameters: {"id"=>"7"}
|
1272
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
1273
|
-
Rendering users/export.xlsx.axlsx
|
1274
|
-
Rendered users/export.xlsx.axlsx (Duration: 5.9ms | Allocations: 6519)
|
1275
|
-
Rendering text template
|
1276
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1277
|
-
Sent data export_7.xlsx (0.4ms)
|
1278
|
-
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms | Allocations: 7148)
|
1279
|
-
Started GET "/another.xlsx" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1280
|
-
Processing by HomeController#another as XLSX
|
1281
|
-
Rendering home/index.xlsx.axlsx
|
1282
|
-
Rendered home/index.xlsx.axlsx (Duration: 12.0ms | Allocations: 6411)
|
1283
|
-
Rendering text template
|
1284
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1285
|
-
Sent data filename_test.xlsx (0.4ms)
|
1286
|
-
Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms | Allocations: 6751)
|
1287
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1288
|
-
[1m[36mUser Create (0.2ms)[0m [1m[32mINSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 09:05:32.424312"], ["updated_at", "2019-09-20 09:05:32.424312"]]
|
1289
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
1290
|
-
Started GET "/users/8/send_instructions" for 127.0.0.1 at 2019-09-20 02:05:32 -0700
|
1291
|
-
Processing by UsersController#send_instructions as HTML
|
1292
|
-
Parameters: {"user_id"=>"8"}
|
1293
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
1294
|
-
Rendering users/send_instructions.xlsx.axlsx
|
1295
|
-
Rendered users/send_instructions.xlsx.axlsx (Duration: 10.9ms | Allocations: 5853)
|
1296
|
-
Rendering notifier/instructions.html.erb
|
1297
|
-
Rendered notifier/instructions.html.erb (Duration: 0.6ms | Allocations: 128)
|
1298
|
-
Notifier#instructions: processed outbound mail in 22.9ms
|
1299
|
-
Delivered mail 5d84965c70781_afeb3fe1e183c02c189c9@Valinor.local.mail (11.8ms)
|
1300
|
-
Date: Fri, 20 Sep 2019 02:05:32 -0700
|
1301
|
-
From: noreply@company.com
|
1302
|
-
To: elmer@fudd.com
|
1303
|
-
Message-ID: <5d84965c70781_afeb3fe1e183c02c189c9@Valinor.local.mail>
|
1304
|
-
Subject: Instructions
|
1305
|
-
Mime-Version: 1.0
|
1306
|
-
Content-Type: multipart/mixed;
|
1307
|
-
boundary="--==_mimepart_5d84965c6f1c5_afeb3fe1e183c02c1888a";
|
1308
|
-
charset=UTF-8
|
1309
|
-
Content-Transfer-Encoding: 7bit
|
1310
|
-
|
1311
|
-
|
1312
|
-
----==_mimepart_5d84965c6f1c5_afeb3fe1e183c02c1888a
|
1313
|
-
Content-Type: text/html;
|
1314
|
-
charset=UTF-8
|
1315
|
-
Content-Transfer-Encoding: 7bit
|
1316
|
-
|
1317
|
-
<!DOCTYPE html>
|
1318
|
-
<html>
|
1319
|
-
<head>
|
1320
|
-
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
|
1321
|
-
</head>
|
1322
|
-
<body>
|
1323
|
-
<h1>Instructions</h1>
|
1324
|
-
<p>
|
1325
|
-
You have successfully signed up to example.com,
|
1326
|
-
your username is: elmer@fudd.com.<br/>
|
1327
|
-
</p>
|
1328
|
-
<p>Thanks for joining and have a great day!</p>
|
1329
|
-
</body>
|
1330
|
-
</html>
|
1331
|
-
|
1332
|
-
----==_mimepart_5d84965c6f1c5_afeb3fe1e183c02c1888a
|
1333
|
-
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
1334
|
-
Content-Transfer-Encoding: base64
|
1335
|
-
Content-Disposition: attachment;
|
1336
|
-
filename=user_8.xlsx
|
1337
|
-
Content-ID: <5d84965c71571_afeb3fe1e183c02c190d5@Valinor.local.mail>
|
1338
|
-
|
1339
|
-
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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
UHJvcHMvYXBwLnhtbJ2OsQrCMBRFf6Vkb1MdREqSLuLsUN1L8toGzHsheZb6
|
1354
|
-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
-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
-
+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
-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
-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
-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
-
+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
-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
-
+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
-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
-
AHhsL19yZWxzL3dvcmtib29rLnhtbC5yZWxzrZDbCsIwDIZfpeTeZYqKiNUb
|
1365
|
-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
-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
-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
-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
-
1SfqzcUBAAAIBQAADQAAAHhsL3N0eWxlcy54bWylVF2L3CAU/SviD6hx2i50
|
1370
|
-
iIFSCBTapbD70FdnopOAH0HNkvTX96ppYqDLDm0exuuZc869Xm9S+7Ao8dQL
|
1371
|
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
OsrYQpxexiC3Hbof4NlKYxpLQXLX/vyadGXXXfQQ7/E9qdtf82x+UDQxOdhu
|
1382
|
-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
-
Wl0EfdQJseTZPjfNi80+EdwJrfyHweOYAr5zOGekcocIzr7UW3VKi8LfZZ9i
|
1384
|
-
oi+4fWt2DkY/K4Ltu7Vff9Wsc4j1TTDkMzoYSIucwwoEI22qpgxxV8F2TT+0
|
1385
|
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-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
-
8OPoeLL/mb4GOxjADj4ENj2IkjfQYl+ga885MyxPFfaBHx/lstKpHbi/g1ko
|
1401
|
-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
-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
-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
-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
-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
-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
|
1407
|
-
AAAIAACAn+vqjY5o2wAAADkCAAALAAAAAAAAAAEAAACkgVEBAABfcmVscy8u
|
1408
|
-
cmVsc1BLAQI0AxQAAAAIAACAn+vIwfIniwAAAOEAAAAQAAAAAAAAAAEAAACk
|
1409
|
-
gVUCAABkb2NQcm9wcy9hcHAueG1sUEsBAjQDFAAAAAgAAICf63IWX44LAQAA
|
1410
|
-
5QEAABEAAAAAAAAAAQAAAKSBDgMAAGRvY1Byb3BzL2NvcmUueG1sUEsBAjQD
|
1411
|
-
FAAAAAgAAICf654opM24AAAAlgEAABoAAAAAAAAAAQAAAKSBSAQAAHhsL19y
|
1412
|
-
ZWxzL3dvcmtib29rLnhtbC5yZWxzUEsBAjQDFAAAAAgAAICf69Un6s3FAQAA
|
1413
|
-
CAUAAA0AAAAAAAAAAQAAAKSBOAUAAHhsL3N0eWxlcy54bWxQSwECNAMUAAAA
|
1414
|
-
CAAAgJ/rpL1PoMcAAAA1AQAADwAAAAAAAAABAAAApIEoBwAAeGwvd29ya2Jv
|
1415
|
-
b2sueG1sUEsBAjQDFAAAAAgAAICf6z1YYjxwAAAAigAAACMAAAAAAAAAAQAA
|
1416
|
-
AKSBHAgAAHhsL3dvcmtzaGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzUEsB
|
1417
|
-
AjQDFAAAAAgAAICf630QMTqoAgAAMgYAABgAAAAAAAAAAQAAAKSBzQgAAHhs
|
1418
|
-
L3dvcmtzaGVldHMvc2hlZXQxLnhtbFBLBQYAAAAACQAJAE4CAACrCwAAAAA=
|
1419
|
-
|
1420
|
-
----==_mimepart_5d84965c6f1c5_afeb3fe1e183c02c1888a--
|
1421
|
-
|
1422
|
-
Rendering text template
|
1423
|
-
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1424
|
-
Completed 200 OK in 41ms (Views: 0.4ms | ActiveRecord: 0.1ms | Allocations: 13906)
|