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
Binary file
|
data/spec/dummy_5.2/log/test.log
CHANGED
@@ -3643,744 +3643,3 @@ Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.2ms)
|
|
3643
3643
|
[1m[35m (0.6ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3644
3644
|
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3645
3645
|
Migrating to CreateUsers (20120717192452)
|
3646
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "likes"[0m
|
3647
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
3648
|
-
[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
|
3649
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
3650
|
-
[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
|
3651
|
-
[1m[35m (0.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
3652
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3653
|
-
[1m[35m (0.7ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20121206210955)[0m
|
3654
|
-
[1m[35m (0.7ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
3655
|
-
(20120717192452);
|
3656
|
-
|
3657
|
-
[0m
|
3658
|
-
[1m[35m (0.7ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
3659
|
-
[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]]
|
3660
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3661
|
-
[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:47.502021"], ["updated_at", "2019-09-20 06:50:47.502021"]]
|
3662
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
3663
|
-
[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]]
|
3664
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3665
|
-
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
3666
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
3667
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3668
|
-
[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:50.332866"], ["updated_at", "2019-09-20 06:50:50.332866"]]
|
3669
|
-
[1m[35m (1.4ms)[0m [1m[36mcommit transaction[0m
|
3670
|
-
Started GET "/users/1/send_instructions" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3671
|
-
Processing by UsersController#send_instructions as HTML
|
3672
|
-
Parameters: {"user_id"=>"1"}
|
3673
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
3674
|
-
Rendering users/send_instructions.xlsx.axlsx
|
3675
|
-
Rendered users/send_instructions.xlsx.axlsx (8.5ms)
|
3676
|
-
Rendering notifier/instructions.html.erb
|
3677
|
-
Rendered notifier/instructions.html.erb (7.1ms)
|
3678
|
-
Notifier#instructions: processed outbound mail in 176.2ms
|
3679
|
-
Sent mail to elmer@fudd.com (6.8ms)
|
3680
|
-
Date: Thu, 19 Sep 2019 23:50:50 -0700
|
3681
|
-
From: noreply@company.com
|
3682
|
-
To: elmer@fudd.com
|
3683
|
-
Message-ID: <5d8476ca886da_13b6b3fd48443c02c510bf@Valinor.local.mail>
|
3684
|
-
Subject: Instructions
|
3685
|
-
Mime-Version: 1.0
|
3686
|
-
Content-Type: multipart/mixed;
|
3687
|
-
boundary="--==_mimepart_5d8476ca876f7_13b6b3fd48443c02c509fd";
|
3688
|
-
charset=UTF-8
|
3689
|
-
Content-Transfer-Encoding: 7bit
|
3690
|
-
|
3691
|
-
|
3692
|
-
----==_mimepart_5d8476ca876f7_13b6b3fd48443c02c509fd
|
3693
|
-
Content-Type: text/html;
|
3694
|
-
charset=UTF-8
|
3695
|
-
Content-Transfer-Encoding: 7bit
|
3696
|
-
|
3697
|
-
<!DOCTYPE html>
|
3698
|
-
<html>
|
3699
|
-
<head>
|
3700
|
-
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
|
3701
|
-
</head>
|
3702
|
-
<body>
|
3703
|
-
<h1>Instructions</h1>
|
3704
|
-
<p>
|
3705
|
-
You have successfully signed up to example.com,
|
3706
|
-
your username is: elmer@fudd.com.<br/>
|
3707
|
-
</p>
|
3708
|
-
<p>Thanks for joining and have a great day!</p>
|
3709
|
-
</body>
|
3710
|
-
</html>
|
3711
|
-
|
3712
|
-
----==_mimepart_5d8476ca876f7_13b6b3fd48443c02c509fd
|
3713
|
-
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
3714
|
-
Content-Transfer-Encoding: base64
|
3715
|
-
Content-Disposition: attachment;
|
3716
|
-
filename=user_1.xlsx
|
3717
|
-
Content-ID: <5d8476ca89196_13b6b3fd48443c02c51192@Valinor.local.mail>
|
3718
|
-
|
3719
|
-
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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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
-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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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
-
TrhDTRlCwMlRgSghA0pXznDo05VdrbIOuduF4bat0pObGblN7YZbf7ckkZs6
|
3756
|
-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
-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
-
UysOvd1QFN8uhh+jgyrcSdlFsOnmvYFVHO8IwNDwC3yIsn0nJJ9UeN4ghvf4
|
3759
|
-
u+iGSX/Cf1g/hhcbVtYef4ujSB/wnikeqEgCu/3b1/wGUEsDBBQAAAAIAACA
|
3760
|
-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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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
-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
-
ql9SdoN9Z2rDCVX5+z6Jjo/CQPid4OQ1GrpIwwI32A5ShbSXlHU68mlGJR5X
|
3785
|
-
Y9daxR8unL99m7s6qeMfQP4HUEsBAjQDFAAAAAgAAICf6/aLnqEgAQAAhAMA
|
3786
|
-
ABMAAAAAAAAAAQAAAKSBAAAAAFtDb250ZW50X1R5cGVzXS54bWxQSwECNAMU
|
3787
|
-
AAAACAAAgJ/r6o2OaNsAAAA5AgAACwAAAAAAAAABAAAApIFRAQAAX3JlbHMv
|
3788
|
-
LnJlbHNQSwECNAMUAAAACAAAgJ/ryMHyJ4sAAADhAAAAEAAAAAAAAAABAAAA
|
3789
|
-
pIFVAgAAZG9jUHJvcHMvYXBwLnhtbFBLAQI0AxQAAAAIAACAn+uxdxbJDAEA
|
3790
|
-
AOUBAAARAAAAAAAAAAEAAACkgQ4DAABkb2NQcm9wcy9jb3JlLnhtbFBLAQI0
|
3791
|
-
AxQAAAAIAACAn+ueKKTNuAAAAJYBAAAaAAAAAAAAAAEAAACkgUkEAAB4bC9f
|
3792
|
-
cmVscy93b3JrYm9vay54bWwucmVsc1BLAQI0AxQAAAAIAACAn+vVJ+rNxQEA
|
3793
|
-
AAgFAAANAAAAAAAAAAEAAACkgTkFAAB4bC9zdHlsZXMueG1sUEsBAjQDFAAA
|
3794
|
-
AAgAAICf66S9T6DHAAAANQEAAA8AAAAAAAAAAQAAAKSBKQcAAHhsL3dvcmti
|
3795
|
-
b29rLnhtbFBLAQI0AxQAAAAIAACAn+s9WGI8cAAAAIoAAAAjAAAAAAAAAAEA
|
3796
|
-
AACkgR0IAAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BL
|
3797
|
-
AQI0AxQAAAAIAACAn+vFV0VJqAIAADIGAAAYAAAAAAAAAAEAAACkgc4IAAB4
|
3798
|
-
bC93b3Jrc2hlZXRzL3NoZWV0MS54bWxQSwUGAAAAAAkACQBOAgAArAsAAAAA
|
3799
|
-
|
3800
|
-
----==_mimepart_5d8476ca876f7_13b6b3fd48443c02c509fd--
|
3801
|
-
|
3802
|
-
Rendering text template
|
3803
|
-
Rendered text template (0.0ms)
|
3804
|
-
Completed 200 OK in 191ms (Views: 1.4ms | ActiveRecord: 0.1ms)
|
3805
|
-
Started GET "/another.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3806
|
-
Processing by HomeController#another as XLSX
|
3807
|
-
Rendering home/index.xlsx.axlsx
|
3808
|
-
Rendered home/index.xlsx.axlsx (6.2ms)
|
3809
|
-
Rendering text template
|
3810
|
-
Rendered text template (0.0ms)
|
3811
|
-
Sent data filename_test.xlsx (0.4ms)
|
3812
|
-
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
|
3813
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3814
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3815
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 1]]
|
3816
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
3817
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3818
|
-
[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:50.588455"], ["updated_at", "2019-09-20 06:50:50.588455"]]
|
3819
|
-
[1m[35m (1.2ms)[0m [1m[36mcommit transaction[0m
|
3820
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3821
|
-
[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:50.590851"], ["updated_at", "2019-09-20 06:50:50.590851"]]
|
3822
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
3823
|
-
Started GET "/users.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3824
|
-
Processing by UsersController#index as XLSX
|
3825
|
-
Rendering users/index.xlsx.axlsx
|
3826
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3827
|
-
Rendered users/index.xlsx.axlsx (6.0ms)
|
3828
|
-
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms)
|
3829
|
-
Started GET "/withpartial.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3830
|
-
Processing by HomeController#withpartial as XLSX
|
3831
|
-
Rendering home/withpartial.xlsx.axlsx
|
3832
|
-
Rendered home/_cover_sheet.xlsx.axlsx (4.4ms)
|
3833
|
-
Rendered home/withpartial.xlsx.axlsx (13.1ms)
|
3834
|
-
Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.0ms)
|
3835
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3836
|
-
Processing by HomeController#another as */*
|
3837
|
-
Rendering home/index.html.erb
|
3838
|
-
Rendered home/index.html.erb (1.4ms)
|
3839
|
-
Rendering text template
|
3840
|
-
Rendered text template (0.0ms)
|
3841
|
-
Sent data filename_test.xlsx (0.5ms)
|
3842
|
-
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
|
3843
|
-
Started GET "/home/only_html" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3844
|
-
Processing by HomeController#only_html as */*
|
3845
|
-
Rendering home/only_html.html.erb within layouts/application
|
3846
|
-
Rendered home/only_html.html.erb within layouts/application (0.2ms)
|
3847
|
-
Completed 200 OK in 7ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
3848
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3849
|
-
[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:50.649306"], ["updated_at", "2019-09-20 06:50:50.649306"]]
|
3850
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
3851
|
-
Started GET "/" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3852
|
-
Processing by HomeController#index as HTML
|
3853
|
-
Rendering home/index.html.erb within layouts/application
|
3854
|
-
Rendered home/index.html.erb within layouts/application (0.5ms)
|
3855
|
-
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
3856
|
-
Started GET "/home.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3857
|
-
Processing by HomeController#index as XLSX
|
3858
|
-
Rendering home/index.xlsx.axlsx
|
3859
|
-
Rendered home/index.xlsx.axlsx (7.8ms)
|
3860
|
-
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)
|
3861
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3862
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3863
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
|
3864
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
3865
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3866
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 3]]
|
3867
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
3868
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3869
|
-
[1m[36mUser Destroy (0.1ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 4]]
|
3870
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
3871
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3872
|
-
[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:50.674879"], ["updated_at", "2019-09-20 06:50:50.674879"]]
|
3873
|
-
[1m[35m (0.4ms)[0m [1m[36mcommit transaction[0m
|
3874
|
-
Started GET "/users/5.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3875
|
-
Processing by UsersController#show as XLSX
|
3876
|
-
Parameters: {"id"=>"5"}
|
3877
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
3878
|
-
Rendering users/respond_with.xlsx.axlsx
|
3879
|
-
Rendered users/respond_with.xlsx.axlsx (6.2ms)
|
3880
|
-
Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.1ms)
|
3881
|
-
Started GET "/users/5.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3882
|
-
Processing by UsersController#show as XLSX
|
3883
|
-
Parameters: {"id"=>"5"}
|
3884
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
3885
|
-
Rendering users/respond_with.xlsx.axlsx
|
3886
|
-
Rendered users/respond_with.xlsx.axlsx (6.8ms)
|
3887
|
-
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.1ms)
|
3888
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3889
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3890
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 5]]
|
3891
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
3892
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3893
|
-
[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:50.701566"], ["updated_at", "2019-09-20 06:50:50.701566"]]
|
3894
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
3895
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3896
|
-
[1m[36mLike Create (0.4ms)[0m [1m[32mINSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Carrots"], ["user_id", 6], ["created_at", "2019-09-20 06:50:50.741708"], ["updated_at", "2019-09-20 06:50:50.741708"]]
|
3897
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
3898
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3899
|
-
[1m[36mLike Create (0.2ms)[0m [1m[32mINSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Celery"], ["user_id", 6], ["created_at", "2019-09-20 06:50:50.744704"], ["updated_at", "2019-09-20 06:50:50.744704"]]
|
3900
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
3901
|
-
Started GET "/users/6/likes.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3902
|
-
Processing by LikesController#index as XLSX
|
3903
|
-
Parameters: {"user_id"=>"6"}
|
3904
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
3905
|
-
Rendering likes/index.xlsx.axlsx
|
3906
|
-
[1m[36mLike Load (0.1ms)[0m [1m[34mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ?[0m [["user_id", 6]]
|
3907
|
-
Rendered likes/index.xlsx.axlsx (6.2ms)
|
3908
|
-
Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.2ms)
|
3909
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3910
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3911
|
-
[1m[36mUser Destroy (0.1ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 6]]
|
3912
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
3913
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3914
|
-
[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:50.763929"], ["updated_at", "2019-09-20 06:50:50.763929"]]
|
3915
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
3916
|
-
Started GET "/users/7/render_elsewhere.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3917
|
-
Processing by LikesController#render_elsewhere as XLSX
|
3918
|
-
Parameters: {"user_id"=>"7"}
|
3919
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
3920
|
-
Rendering users/index.xlsx.axlsx
|
3921
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3922
|
-
Rendered users/index.xlsx.axlsx (6.5ms)
|
3923
|
-
Rendering text template
|
3924
|
-
Rendered text template (0.0ms)
|
3925
|
-
Sent data index.xlsx (0.3ms)
|
3926
|
-
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
|
3927
|
-
Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3928
|
-
Processing by HomeController#render_elsewhere as XLSX
|
3929
|
-
Parameters: {"type"=>"5"}
|
3930
|
-
Rendering home/index.xlsx.axlsx
|
3931
|
-
Rendered home/index.xlsx.axlsx (5.9ms)
|
3932
|
-
Rendering text template
|
3933
|
-
Rendered text template (0.0ms)
|
3934
|
-
Sent data index.xlsx (0.3ms)
|
3935
|
-
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
3936
|
-
Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3937
|
-
Processing by HomeController#render_elsewhere as XLSX
|
3938
|
-
Parameters: {"type"=>"4"}
|
3939
|
-
Rendering users/index.xlsx.axlsx
|
3940
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3941
|
-
Rendered users/index.xlsx.axlsx (5.9ms)
|
3942
|
-
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.1ms)
|
3943
|
-
Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3944
|
-
Processing by HomeController#render_elsewhere as XLSX
|
3945
|
-
Parameters: {"type"=>"3"}
|
3946
|
-
Rendering users/index.xlsx.axlsx
|
3947
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3948
|
-
Rendered users/index.xlsx.axlsx (5.6ms)
|
3949
|
-
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.1ms)
|
3950
|
-
Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3951
|
-
Processing by HomeController#render_elsewhere as XLSX
|
3952
|
-
Parameters: {"type"=>"1"}
|
3953
|
-
Rendering users/index.xlsx.axlsx
|
3954
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3955
|
-
Rendered users/index.xlsx.axlsx (6.2ms)
|
3956
|
-
Rendering text template
|
3957
|
-
Rendered text template (0.0ms)
|
3958
|
-
Sent data index.xlsx (0.3ms)
|
3959
|
-
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.1ms)
|
3960
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3961
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3962
|
-
[1m[36mUser Destroy (0.1ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 7]]
|
3963
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
3964
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3965
|
-
[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:50.822547"], ["updated_at", "2019-09-20 06:50:50.822547"]]
|
3966
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
3967
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3968
|
-
[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:50.824159"], ["updated_at", "2019-09-20 06:50:50.824159"]]
|
3969
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
3970
|
-
Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3971
|
-
Processing by UsersController#noaction as XLSX
|
3972
|
-
Rendering users/noaction.xlsx.axlsx
|
3973
|
-
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3974
|
-
Rendered users/noaction.xlsx.axlsx (12.0ms)
|
3975
|
-
Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.4ms)
|
3976
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3977
|
-
Processing by HomeController#useheader as XLSX
|
3978
|
-
Rendering home/useheader.xlsx.axlsx
|
3979
|
-
Rendered home/useheader.xlsx.axlsx (11.5ms)
|
3980
|
-
Rendering text template
|
3981
|
-
Rendered text template (0.0ms)
|
3982
|
-
Sent data filename_test.xlsx (0.5ms)
|
3983
|
-
Completed 200 OK in 13ms (Views: 13.1ms | ActiveRecord: 0.0ms)
|
3984
|
-
[1m[36mUser Load (0.4ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3985
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3986
|
-
[1m[36mUser Destroy (0.3ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 8]]
|
3987
|
-
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
3988
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3989
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 9]]
|
3990
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
3991
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3992
|
-
[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:50.874911"], ["updated_at", "2019-09-20 06:50:50.874911"]]
|
3993
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
3994
|
-
Started GET "/users/export/10.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
3995
|
-
Processing by UsersController#export as XLSX
|
3996
|
-
Parameters: {"id"=>"10"}
|
3997
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
3998
|
-
Rendering users/export.xlsx.axlsx
|
3999
|
-
Rendered users/export.xlsx.axlsx (9.8ms)
|
4000
|
-
Rendering text template
|
4001
|
-
Rendered text template (0.0ms)
|
4002
|
-
Sent data export_10.xlsx (0.3ms)
|
4003
|
-
Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.1ms)
|
4004
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
4005
|
-
Processing by HomeController#another as HTML
|
4006
|
-
Rendering home/index.html.erb
|
4007
|
-
Rendered home/index.html.erb (0.5ms)
|
4008
|
-
Rendering text template
|
4009
|
-
Rendered text template (0.0ms)
|
4010
|
-
Sent data filename_test.xlsx (0.2ms)
|
4011
|
-
Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
4012
|
-
Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2019-09-19 23:50:50 -0700
|
4013
|
-
Processing by HomeController#useheader as XLSX
|
4014
|
-
Parameters: {"set_direct"=>"true"}
|
4015
|
-
Rendering home/useheader.xlsx.axlsx
|
4016
|
-
Rendered home/useheader.xlsx.axlsx (9.3ms)
|
4017
|
-
Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)
|
4018
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "likes"[0m
|
4019
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
4020
|
-
[1m[35m (1.0ms)[0m [1m[35mCREATE TABLE "likes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "user_id" integer, "created_at" datetime, "updated_at" datetime)[0m
|
4021
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
4022
|
-
[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
|
4023
|
-
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
4024
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
4025
|
-
[1m[35m (0.6ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20121206210955)[0m
|
4026
|
-
[1m[35m (0.6ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
4027
|
-
(20120717192452);
|
4028
|
-
|
4029
|
-
[0m
|
4030
|
-
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
4031
|
-
[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]]
|
4032
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
4033
|
-
[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 09:05:45.829901"], ["updated_at", "2019-09-20 09:05:45.829901"]]
|
4034
|
-
[1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
|
4035
|
-
[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]]
|
4036
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4037
|
-
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
4038
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
4039
|
-
Started GET "/another.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4040
|
-
Processing by HomeController#another as XLSX
|
4041
|
-
Rendering home/index.xlsx.axlsx
|
4042
|
-
Rendered home/index.xlsx.axlsx (7.5ms)
|
4043
|
-
Rendering text template
|
4044
|
-
Rendered text template (0.0ms)
|
4045
|
-
Sent data filename_test.xlsx (1.0ms)
|
4046
|
-
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)
|
4047
|
-
Started GET "/withpartial.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4048
|
-
Processing by HomeController#withpartial as XLSX
|
4049
|
-
Rendering home/withpartial.xlsx.axlsx
|
4050
|
-
Rendered home/_cover_sheet.xlsx.axlsx (3.7ms)
|
4051
|
-
Rendered home/withpartial.xlsx.axlsx (11.2ms)
|
4052
|
-
Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms)
|
4053
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4054
|
-
Processing by HomeController#useheader as XLSX
|
4055
|
-
Rendering home/useheader.xlsx.axlsx
|
4056
|
-
Rendered home/useheader.xlsx.axlsx (7.0ms)
|
4057
|
-
Rendering text template
|
4058
|
-
Rendered text template (0.0ms)
|
4059
|
-
Sent data filename_test.xlsx (0.3ms)
|
4060
|
-
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
|
4061
|
-
[1m[36mUser Load (1.2ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4062
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
4063
|
-
[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 09:05:48.614202"], ["updated_at", "2019-09-20 09:05:48.614202"]]
|
4064
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
4065
|
-
Started GET "/users/1.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4066
|
-
Processing by UsersController#show as XLSX
|
4067
|
-
Parameters: {"id"=>"1"}
|
4068
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
4069
|
-
Rendering users/respond_with.xlsx.axlsx
|
4070
|
-
Rendered users/respond_with.xlsx.axlsx (5.5ms)
|
4071
|
-
Completed 200 OK in 9ms (Views: 6.4ms | ActiveRecord: 0.1ms)
|
4072
|
-
Started GET "/users/1.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4073
|
-
Processing by UsersController#show as XLSX
|
4074
|
-
Parameters: {"id"=>"1"}
|
4075
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
4076
|
-
Rendering users/respond_with.xlsx.axlsx
|
4077
|
-
Rendered users/respond_with.xlsx.axlsx (6.2ms)
|
4078
|
-
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.1ms)
|
4079
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4080
|
-
Processing by HomeController#another as */*
|
4081
|
-
Rendering home/index.html.erb
|
4082
|
-
Rendered home/index.html.erb (1.4ms)
|
4083
|
-
Rendering text template
|
4084
|
-
Rendered text template (0.0ms)
|
4085
|
-
Sent data filename_test.xlsx (0.4ms)
|
4086
|
-
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
4087
|
-
Started GET "/home/only_html" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4088
|
-
Processing by HomeController#only_html as */*
|
4089
|
-
Rendering home/only_html.html.erb within layouts/application
|
4090
|
-
Rendered home/only_html.html.erb within layouts/application (0.2ms)
|
4091
|
-
Completed 200 OK in 6ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
4092
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4093
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4094
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 1]]
|
4095
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
4096
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4097
|
-
[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:48.658860"], ["updated_at", "2019-09-20 09:05:48.658860"]]
|
4098
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
4099
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4100
|
-
[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:48.660289"], ["updated_at", "2019-09-20 09:05:48.660289"]]
|
4101
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
4102
|
-
Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4103
|
-
Processing by UsersController#noaction as XLSX
|
4104
|
-
Rendering users/noaction.xlsx.axlsx
|
4105
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4106
|
-
Rendered users/noaction.xlsx.axlsx (6.5ms)
|
4107
|
-
Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms)
|
4108
|
-
Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4109
|
-
Processing by HomeController#useheader as XLSX
|
4110
|
-
Parameters: {"set_direct"=>"true"}
|
4111
|
-
Rendering home/useheader.xlsx.axlsx
|
4112
|
-
Rendered home/useheader.xlsx.axlsx (6.8ms)
|
4113
|
-
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
|
4114
|
-
Started GET "/home.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4115
|
-
Processing by HomeController#index as XLSX
|
4116
|
-
Rendering home/index.xlsx.axlsx
|
4117
|
-
Rendered home/index.xlsx.axlsx (6.8ms)
|
4118
|
-
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
|
4119
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
4120
|
-
[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:48.708100"], ["updated_at", "2019-09-20 09:05:48.708100"]]
|
4121
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
4122
|
-
Started GET "/" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4123
|
-
Processing by HomeController#index as HTML
|
4124
|
-
Rendering home/index.html.erb within layouts/application
|
4125
|
-
Rendered home/index.html.erb within layouts/application (0.7ms)
|
4126
|
-
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
4127
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4128
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
4129
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
|
4130
|
-
[1m[35m (1.2ms)[0m [1m[36mcommit transaction[0m
|
4131
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4132
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 3]]
|
4133
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
4134
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4135
|
-
[1m[36mUser Destroy (0.1ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 4]]
|
4136
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
4137
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4138
|
-
[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:48.719232"], ["updated_at", "2019-09-20 09:05:48.719232"]]
|
4139
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
4140
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4141
|
-
[1m[36mLike Create (0.2ms)[0m [1m[32mINSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Carrots"], ["user_id", 5], ["created_at", "2019-09-20 09:05:48.740726"], ["updated_at", "2019-09-20 09:05:48.740726"]]
|
4142
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
4143
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4144
|
-
[1m[36mLike Create (0.2ms)[0m [1m[32mINSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "Celery"], ["user_id", 5], ["created_at", "2019-09-20 09:05:48.742510"], ["updated_at", "2019-09-20 09:05:48.742510"]]
|
4145
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
4146
|
-
Started GET "/users/5/likes.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4147
|
-
Processing by LikesController#index as XLSX
|
4148
|
-
Parameters: {"user_id"=>"5"}
|
4149
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
4150
|
-
Rendering likes/index.xlsx.axlsx
|
4151
|
-
[1m[36mLike Load (0.1ms)[0m [1m[34mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ?[0m [["user_id", 5]]
|
4152
|
-
Rendered likes/index.xlsx.axlsx (7.0ms)
|
4153
|
-
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.2ms)
|
4154
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4155
|
-
Processing by HomeController#another as HTML
|
4156
|
-
Rendering home/index.html.erb
|
4157
|
-
Rendered home/index.html.erb (0.4ms)
|
4158
|
-
Rendering text template
|
4159
|
-
Rendered text template (0.0ms)
|
4160
|
-
Sent data filename_test.xlsx (0.2ms)
|
4161
|
-
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
4162
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4163
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4164
|
-
[1m[36mUser Destroy (0.1ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 5]]
|
4165
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
4166
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4167
|
-
[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:48.778087"], ["updated_at", "2019-09-20 09:05:48.778087"]]
|
4168
|
-
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
4169
|
-
Started GET "/users/export/6.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4170
|
-
Processing by UsersController#export as XLSX
|
4171
|
-
Parameters: {"id"=>"6"}
|
4172
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 6], ["LIMIT", 1]]
|
4173
|
-
Rendering users/export.xlsx.axlsx
|
4174
|
-
Rendered users/export.xlsx.axlsx (5.9ms)
|
4175
|
-
Rendering text template
|
4176
|
-
Rendered text template (0.0ms)
|
4177
|
-
Sent data export_6.xlsx (0.6ms)
|
4178
|
-
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
|
4179
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4180
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4181
|
-
[1m[36mUser Destroy (0.1ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 6]]
|
4182
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
4183
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4184
|
-
[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:48.796060"], ["updated_at", "2019-09-20 09:05:48.796060"]]
|
4185
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
4186
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4187
|
-
[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:48.798081"], ["updated_at", "2019-09-20 09:05:48.798081"]]
|
4188
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
4189
|
-
Started GET "/users.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4190
|
-
Processing by UsersController#index as XLSX
|
4191
|
-
Rendering users/index.xlsx.axlsx
|
4192
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4193
|
-
Rendered users/index.xlsx.axlsx (6.2ms)
|
4194
|
-
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.1ms)
|
4195
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4196
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4197
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 7]]
|
4198
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
4199
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4200
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 8]]
|
4201
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
4202
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4203
|
-
[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:48.816346"], ["updated_at", "2019-09-20 09:05:48.816346"]]
|
4204
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
4205
|
-
Started GET "/users/9/render_elsewhere.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4206
|
-
Processing by LikesController#render_elsewhere as XLSX
|
4207
|
-
Parameters: {"user_id"=>"9"}
|
4208
|
-
[1m[36mUser Load (0.3ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
4209
|
-
Rendering users/index.xlsx.axlsx
|
4210
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4211
|
-
Rendered users/index.xlsx.axlsx (6.0ms)
|
4212
|
-
Rendering text template
|
4213
|
-
Rendered text template (0.0ms)
|
4214
|
-
Sent data index.xlsx (0.3ms)
|
4215
|
-
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.4ms)
|
4216
|
-
Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4217
|
-
Processing by HomeController#render_elsewhere as XLSX
|
4218
|
-
Parameters: {"type"=>"5"}
|
4219
|
-
Rendering home/index.xlsx.axlsx
|
4220
|
-
Rendered home/index.xlsx.axlsx (5.3ms)
|
4221
|
-
Rendering text template
|
4222
|
-
Rendered text template (0.0ms)
|
4223
|
-
Sent data index.xlsx (0.3ms)
|
4224
|
-
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
4225
|
-
Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4226
|
-
Processing by HomeController#render_elsewhere as XLSX
|
4227
|
-
Parameters: {"type"=>"4"}
|
4228
|
-
Rendering users/index.xlsx.axlsx
|
4229
|
-
[1m[36mUser Load (0.6ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4230
|
-
Rendered users/index.xlsx.axlsx (12.5ms)
|
4231
|
-
Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.6ms)
|
4232
|
-
Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4233
|
-
Processing by HomeController#render_elsewhere as XLSX
|
4234
|
-
Parameters: {"type"=>"3"}
|
4235
|
-
Rendering users/index.xlsx.axlsx
|
4236
|
-
[1m[36mUser Load (0.5ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4237
|
-
Rendered users/index.xlsx.axlsx (11.5ms)
|
4238
|
-
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.5ms)
|
4239
|
-
Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4240
|
-
Processing by HomeController#render_elsewhere as XLSX
|
4241
|
-
Parameters: {"type"=>"1"}
|
4242
|
-
Rendering users/index.xlsx.axlsx
|
4243
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4244
|
-
Rendered users/index.xlsx.axlsx (10.8ms)
|
4245
|
-
Rendering text template
|
4246
|
-
Rendered text template (0.0ms)
|
4247
|
-
Sent data index.xlsx (0.3ms)
|
4248
|
-
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.1ms)
|
4249
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4250
|
-
[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:48.902998"], ["updated_at", "2019-09-20 09:05:48.902998"]]
|
4251
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
4252
|
-
Started GET "/users/10/send_instructions" for 127.0.0.1 at 2019-09-20 02:05:48 -0700
|
4253
|
-
Processing by UsersController#send_instructions as HTML
|
4254
|
-
Parameters: {"user_id"=>"10"}
|
4255
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
4256
|
-
Rendering users/send_instructions.xlsx.axlsx
|
4257
|
-
Rendered users/send_instructions.xlsx.axlsx (12.0ms)
|
4258
|
-
Rendering notifier/instructions.html.erb
|
4259
|
-
Rendered notifier/instructions.html.erb (0.3ms)
|
4260
|
-
Notifier#instructions: processed outbound mail in 168.6ms
|
4261
|
-
Sent mail to elmer@fudd.com (7.1ms)
|
4262
|
-
Date: Fri, 20 Sep 2019 02:05:49 -0700
|
4263
|
-
From: noreply@company.com
|
4264
|
-
To: elmer@fudd.com
|
4265
|
-
Message-ID: <5d84966d14275_b1e63fc89cc3a04c967a2@Valinor.local.mail>
|
4266
|
-
Subject: Instructions
|
4267
|
-
Mime-Version: 1.0
|
4268
|
-
Content-Type: multipart/mixed;
|
4269
|
-
boundary="--==_mimepart_5d84966d13110_b1e63fc89cc3a04c9667c";
|
4270
|
-
charset=UTF-8
|
4271
|
-
Content-Transfer-Encoding: 7bit
|
4272
|
-
|
4273
|
-
|
4274
|
-
----==_mimepart_5d84966d13110_b1e63fc89cc3a04c9667c
|
4275
|
-
Content-Type: text/html;
|
4276
|
-
charset=UTF-8
|
4277
|
-
Content-Transfer-Encoding: 7bit
|
4278
|
-
|
4279
|
-
<!DOCTYPE html>
|
4280
|
-
<html>
|
4281
|
-
<head>
|
4282
|
-
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
|
4283
|
-
</head>
|
4284
|
-
<body>
|
4285
|
-
<h1>Instructions</h1>
|
4286
|
-
<p>
|
4287
|
-
You have successfully signed up to example.com,
|
4288
|
-
your username is: elmer@fudd.com.<br/>
|
4289
|
-
</p>
|
4290
|
-
<p>Thanks for joining and have a great day!</p>
|
4291
|
-
</body>
|
4292
|
-
</html>
|
4293
|
-
|
4294
|
-
----==_mimepart_5d84966d13110_b1e63fc89cc3a04c9667c
|
4295
|
-
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
4296
|
-
Content-Transfer-Encoding: base64
|
4297
|
-
Content-Disposition: attachment;
|
4298
|
-
filename=user_10.xlsx
|
4299
|
-
Content-ID: <5d84966d14c07_b1e63fc89cc3a04c968c4@Valinor.local.mail>
|
4300
|
-
|
4301
|
-
UEsDBBQAAAAIAACAn+v2i56hIAEAAIQDAAATAAAAW0NvbnRlbnRfVHlwZXNd
|
4302
|
-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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
|
4316
|
-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
-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
-
+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
-
AABkb2NQcm9wcy9jb3JlLnhtbG2Ry07DMBBFfyXyPrGTAmotJ12AugIJiSAQ
|
4320
|
-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
-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
-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
-
iUu4oAM45W/CMZnJwcuZ6vs+61eRG/fP8efL81v8aiq1D1wLQBVrBBUOeDCu
|
4324
|
-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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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
-
69Un6s3FAQAACAUAAA0AAAB4bC9zdHlsZXMueG1spVRdi9wgFP0r4g+ocdou
|
4332
|
-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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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
-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
-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
-
E0/yEfMXh0Hv0cHAZYXDtUIDpXE9JGjDNmsQJIDK8brB4a7hBtY+01F01RvB
|
4358
|
-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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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
|
4369
|
-
AAgAAICf6+qNjmjbAAAAOQIAAAsAAAAAAAAAAQAAAKSBUQEAAF9yZWxzLy5y
|
4370
|
-
ZWxzUEsBAjQDFAAAAAgAAICf68jB8ieLAAAA4QAAABAAAAAAAAAAAQAAAKSB
|
4371
|
-
VQIAAGRvY1Byb3BzL2FwcC54bWxQSwECNAMUAAAACAAAgJ/rE5SjnQwBAADl
|
4372
|
-
AQAAEQAAAAAAAAABAAAApIEOAwAAZG9jUHJvcHMvY29yZS54bWxQSwECNAMU
|
4373
|
-
AAAACAAAgJ/rniikzbgAAACWAQAAGgAAAAAAAAABAAAApIFJBAAAeGwvX3Jl
|
4374
|
-
bHMvd29ya2Jvb2sueG1sLnJlbHNQSwECNAMUAAAACAAAgJ/r1SfqzcUBAAAI
|
4375
|
-
BQAADQAAAAAAAAABAAAApIE5BQAAeGwvc3R5bGVzLnhtbFBLAQI0AxQAAAAI
|
4376
|
-
AACAn+ukvU+gxwAAADUBAAAPAAAAAAAAAAEAAACkgSkHAAB4bC93b3JrYm9v
|
4377
|
-
ay54bWxQSwECNAMUAAAACAAAgJ/rPVhiPHAAAACKAAAAIwAAAAAAAAABAAAA
|
4378
|
-
pIEdCAAAeGwvd29ya3NoZWV0cy9fcmVscy9zaGVldDEueG1sLnJlbHNQSwEC
|
4379
|
-
NAMUAAAACAAAgJ/rl08mXaYCAAAzBgAAGAAAAAAAAAABAAAApIHOCAAAeGwv
|
4380
|
-
d29ya3NoZWV0cy9zaGVldDEueG1sUEsFBgAAAAAJAAkATgIAAKoLAAAAAA==
|
4381
|
-
|
4382
|
-
----==_mimepart_5d84966d13110_b1e63fc89cc3a04c9667c--
|
4383
|
-
|
4384
|
-
Rendering text template
|
4385
|
-
Rendered text template (0.0ms)
|
4386
|
-
Completed 200 OK in 180ms (Views: 0.3ms | ActiveRecord: 0.1ms)
|