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/README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
Notice: Community Axlsx organization
|
2
2
|
===================================================
|
3
3
|
All Axlsx related gems have been forked or moved to a community organization: http://github.com/caxlsx
|
4
|
-
* Axlsx
|
5
|
-
*
|
6
|
-
* axlsx_rails
|
7
|
-
* activeadmin-
|
4
|
+
* [Axlsx](http://github.com/caxlsx/caxlsx)
|
5
|
+
* [acts_as_caxlsx](http://github.com/caxlsx/acts_as_caxlsx)
|
6
|
+
* [axlsx_rails](http://github.com/caxlsx/axlsx_rails)
|
7
|
+
* [activeadmin-caxlsx](http://github.com/caxlsx/activeadmin-caxlsx)
|
8
8
|
|
9
9
|
The gems will be released as is as a starting point to allow releases of other gems that depend on these gems. Submit issues as usual.
|
10
10
|
|
@@ -21,15 +21,14 @@ Status](https://coveralls.io/repos/caxlsx/axlsx_rails/badge.svg)](https://covera
|
|
21
21
|
|
22
22
|

|
23
23
|

|
24
|
-

|
25
|
+

|
25
26
|
|
26
27
|
## Installation
|
27
28
|
|
28
29
|
In your Gemfile:
|
29
30
|
|
30
31
|
```ruby
|
31
|
-
gem 'rubyzip', '>= 1.2.1'
|
32
|
-
gem 'caxlsx'
|
33
32
|
gem 'axlsx_rails'
|
34
33
|
```
|
35
34
|
|
@@ -37,7 +36,7 @@ See [previous installations](#previous-installations) if needed.
|
|
37
36
|
|
38
37
|
## Requirements
|
39
38
|
|
40
|
-
* Rails 4.2, 5.
|
39
|
+
* Tested on Rails 4.2, 5.x and 6.0
|
41
40
|
* For Rails 3.1 or 3.2 use version 3.0
|
42
41
|
* **As of 0.5.0 requires Axlsx 2.0.1, but strongly suggests 2.1.0.pre, which requires rubyzip 1.1.0**
|
43
42
|
* As of Rails 4.1 you must use `render_to_string` to render a mail attachment.
|
@@ -249,7 +248,9 @@ RSpec.shared_context 'axlsx' do
|
|
249
248
|
|
250
249
|
# mimics an ActionView::Template class, presenting a 'source' method
|
251
250
|
# to retrieve the content of the template
|
252
|
-
|
251
|
+
filename = Rails.root.join(*template_path).to_s
|
252
|
+
source = Struct.new(:source).new(File.read(filename))
|
253
|
+
axlsx_binding.eval(ActionView::Template::Handlers::AxlsxBuilder.new.call(source), filename)
|
253
254
|
axlsx_binding.local_variable_get(:wb)
|
254
255
|
end
|
255
256
|
end
|
data/lib/axlsx_rails.rb
CHANGED
data/lib/axlsx_rails/version.rb
CHANGED
data/spec/ci.rb
CHANGED
@@ -8,7 +8,7 @@ elsif ENV['RAILS_VERSION'] =~ /^5/
|
|
8
8
|
exit system("cd spec/dummy_#{ENV['RAILS_VERSION']} && bundle install --without debug && rails db:reset && cd ../../ && bundle exec rspec spec")
|
9
9
|
elsif ENV['RAILS_VERSION'] =~ /^4/
|
10
10
|
puts "Testing Rails #{ENV['RAILS_VERSION'].to_i}"
|
11
|
-
exit system("cd spec/dummy_#{ENV['RAILS_VERSION'].to_i} && bundle install --without debug &&
|
11
|
+
exit system("cd spec/dummy_#{ENV['RAILS_VERSION'].to_i} && bundle install --without debug && rake db:reset && cd ../../ && bundle exec rspec spec")
|
12
12
|
else
|
13
13
|
puts "Testing Rails 3"
|
14
14
|
exit system('cd spec/dummy && bundle install --without debug && bundle exec rake db:create && bundle exec rake db:migrate && cd ../../ && bundle exec rspec spec')
|
Binary file
|
data/spec/dummy_5.1/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.6ms)[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.9ms)[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.8ms)[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.8ms)[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 (1.1ms)[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[35mSQL (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:51:05.510861"], ["updated_at", "2019-09-20 06:51:05.510861"]]
|
3662
|
-
[1m[35m (0.6ms)[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
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3668
|
-
Processing by HomeController#another as */*
|
3669
|
-
Rendering home/index.html.erb
|
3670
|
-
Rendered home/index.html.erb (1.1ms)
|
3671
|
-
Rendering text template
|
3672
|
-
Rendered text template (0.0ms)
|
3673
|
-
Sent data filename_test.xlsx (0.6ms)
|
3674
|
-
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
3675
|
-
Started GET "/home/only_html" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3676
|
-
Processing by HomeController#only_html as */*
|
3677
|
-
Rendering home/only_html.html.erb within layouts/application
|
3678
|
-
Rendered home/only_html.html.erb within layouts/application (0.2ms)
|
3679
|
-
Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
3680
|
-
Started GET "/another.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3681
|
-
Processing by HomeController#another as XLSX
|
3682
|
-
Rendering home/index.xlsx.axlsx
|
3683
|
-
Rendered home/index.xlsx.axlsx (18.6ms)
|
3684
|
-
Rendering text template
|
3685
|
-
Rendered text template (0.0ms)
|
3686
|
-
Sent data filename_test.xlsx (0.3ms)
|
3687
|
-
Completed 200 OK in 20ms (Views: 19.5ms | ActiveRecord: 0.0ms)
|
3688
|
-
[1m[36mUser Load (0.8ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3689
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3690
|
-
[1m[35mSQL (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:51:08.247484"], ["updated_at", "2019-09-20 06:51:08.247484"]]
|
3691
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
3692
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3693
|
-
[1m[35mSQL (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:51:08.249698"], ["updated_at", "2019-09-20 06:51:08.249698"]]
|
3694
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
3695
|
-
Started GET "/users.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3696
|
-
Processing by UsersController#index as XLSX
|
3697
|
-
Rendering users/index.xlsx.axlsx
|
3698
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3699
|
-
Rendered users/index.xlsx.axlsx (16.3ms)
|
3700
|
-
Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.1ms)
|
3701
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3702
|
-
Processing by HomeController#useheader as XLSX
|
3703
|
-
Rendering home/useheader.xlsx.axlsx
|
3704
|
-
Rendered home/useheader.xlsx.axlsx (26.6ms)
|
3705
|
-
Rendering text template
|
3706
|
-
Rendered text template (0.0ms)
|
3707
|
-
Sent data filename_test.xlsx (0.3ms)
|
3708
|
-
Completed 200 OK in 28ms (Views: 27.6ms | ActiveRecord: 0.0ms)
|
3709
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3710
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3711
|
-
[1m[35mSQL (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 1]]
|
3712
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
3713
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3714
|
-
[1m[35mSQL (0.1ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
|
3715
|
-
[1m[35m (0.4ms)[0m [1m[36mcommit transaction[0m
|
3716
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3717
|
-
[1m[35mSQL (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:51:08.314816"], ["updated_at", "2019-09-20 06:51:08.314816"]]
|
3718
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
3719
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3720
|
-
[1m[35mSQL (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:51:08.316730"], ["updated_at", "2019-09-20 06:51:08.316730"]]
|
3721
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
3722
|
-
Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3723
|
-
Processing by UsersController#noaction as XLSX
|
3724
|
-
Rendering users/noaction.xlsx.axlsx
|
3725
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3726
|
-
Rendered users/noaction.xlsx.axlsx (16.7ms)
|
3727
|
-
Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.1ms)
|
3728
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3729
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3730
|
-
[1m[35mSQL (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 3]]
|
3731
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
3732
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3733
|
-
[1m[35mSQL (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 4]]
|
3734
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
3735
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3736
|
-
[1m[35mSQL (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:51:08.347932"], ["updated_at", "2019-09-20 06:51:08.347932"]]
|
3737
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
3738
|
-
Started GET "/users/export/5.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3739
|
-
Processing by UsersController#export as XLSX
|
3740
|
-
Parameters: {"id"=>"5"}
|
3741
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
|
3742
|
-
Rendering users/export.xlsx.axlsx
|
3743
|
-
Rendered users/export.xlsx.axlsx (15.7ms)
|
3744
|
-
Rendering text template
|
3745
|
-
Rendered text template (0.0ms)
|
3746
|
-
Sent data export_5.xlsx (0.4ms)
|
3747
|
-
Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 0.1ms)
|
3748
|
-
Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3749
|
-
Processing by HomeController#useheader as XLSX
|
3750
|
-
Parameters: {"set_direct"=>"true"}
|
3751
|
-
Rendering home/useheader.xlsx.axlsx
|
3752
|
-
Rendered home/useheader.xlsx.axlsx (17.3ms)
|
3753
|
-
Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.0ms)
|
3754
|
-
Started GET "/home.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3755
|
-
Processing by HomeController#index as XLSX
|
3756
|
-
Rendering home/index.xlsx.axlsx
|
3757
|
-
Rendered home/index.xlsx.axlsx (15.0ms)
|
3758
|
-
Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
|
3759
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3760
|
-
[1m[35mSQL (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:51:08.420468"], ["updated_at", "2019-09-20 06:51:08.420468"]]
|
3761
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
3762
|
-
Started GET "/" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3763
|
-
Processing by HomeController#index as HTML
|
3764
|
-
Rendering home/index.html.erb within layouts/application
|
3765
|
-
Rendered home/index.html.erb within layouts/application (0.5ms)
|
3766
|
-
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
3767
|
-
Started GET "/withpartial.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3768
|
-
Processing by HomeController#withpartial as XLSX
|
3769
|
-
Rendering home/withpartial.xlsx.axlsx
|
3770
|
-
Rendered home/_cover_sheet.xlsx.axlsx (8.5ms)
|
3771
|
-
Rendered home/withpartial.xlsx.axlsx (27.9ms)
|
3772
|
-
Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.0ms)
|
3773
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3774
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3775
|
-
[1m[35mSQL (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 5]]
|
3776
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
3777
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3778
|
-
[1m[35mSQL (0.4ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 6]]
|
3779
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
3780
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3781
|
-
[1m[35mSQL (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:51:08.477395"], ["updated_at", "2019-09-20 06:51:08.477395"]]
|
3782
|
-
[1m[35m (0.4ms)[0m [1m[36mcommit transaction[0m
|
3783
|
-
Started GET "/users/7.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3784
|
-
Processing by UsersController#show as XLSX
|
3785
|
-
Parameters: {"id"=>"7"}
|
3786
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
3787
|
-
Rendering users/respond_with.xlsx.axlsx
|
3788
|
-
Rendered users/respond_with.xlsx.axlsx (14.9ms)
|
3789
|
-
Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.1ms)
|
3790
|
-
Started GET "/users/7.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3791
|
-
Processing by UsersController#show as XLSX
|
3792
|
-
Parameters: {"id"=>"7"}
|
3793
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
|
3794
|
-
Rendering users/respond_with.xlsx.axlsx
|
3795
|
-
Rendered users/respond_with.xlsx.axlsx (13.0ms)
|
3796
|
-
Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.1ms)
|
3797
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3798
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3799
|
-
[1m[35mSQL (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 7]]
|
3800
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
3801
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3802
|
-
[1m[35mSQL (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:51:08.517688"], ["updated_at", "2019-09-20 06:51:08.517688"]]
|
3803
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
3804
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3805
|
-
[1m[35mSQL (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:51:08.540134"], ["updated_at", "2019-09-20 06:51:08.540134"]]
|
3806
|
-
[1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
|
3807
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
3808
|
-
[1m[35mSQL (0.2ms)[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:51:08.543227"], ["updated_at", "2019-09-20 06:51:08.543227"]]
|
3809
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
3810
|
-
Started GET "/users/8/likes.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3811
|
-
Processing by LikesController#index as XLSX
|
3812
|
-
Parameters: {"user_id"=>"8"}
|
3813
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 8], ["LIMIT", 1]]
|
3814
|
-
Rendering likes/index.xlsx.axlsx
|
3815
|
-
[1m[36mLike Load (0.1ms)[0m [1m[34mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ?[0m [["user_id", 8]]
|
3816
|
-
Rendered likes/index.xlsx.axlsx (25.3ms)
|
3817
|
-
Completed 200 OK in 29ms (Views: 26.5ms | ActiveRecord: 0.3ms)
|
3818
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3819
|
-
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
3820
|
-
[1m[35mSQL (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 8]]
|
3821
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
3822
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3823
|
-
[1m[35mSQL (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:51:08.587079"], ["updated_at", "2019-09-20 06:51:08.587079"]]
|
3824
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
3825
|
-
Started GET "/users/9/render_elsewhere.xlsx" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3826
|
-
Processing by LikesController#render_elsewhere as XLSX
|
3827
|
-
Parameters: {"user_id"=>"9"}
|
3828
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 9], ["LIMIT", 1]]
|
3829
|
-
Rendering users/index.xlsx.axlsx
|
3830
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3831
|
-
Rendered users/index.xlsx.axlsx (21.3ms)
|
3832
|
-
Rendering text template
|
3833
|
-
Rendered text template (0.0ms)
|
3834
|
-
Sent data index.xlsx (0.3ms)
|
3835
|
-
Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.3ms)
|
3836
|
-
Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3837
|
-
Processing by HomeController#render_elsewhere as XLSX
|
3838
|
-
Parameters: {"type"=>"5"}
|
3839
|
-
Rendering home/index.xlsx.axlsx
|
3840
|
-
Rendered home/index.xlsx.axlsx (21.9ms)
|
3841
|
-
Rendering text template
|
3842
|
-
Rendered text template (0.0ms)
|
3843
|
-
Sent data index.xlsx (0.3ms)
|
3844
|
-
Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.0ms)
|
3845
|
-
Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3846
|
-
Processing by HomeController#render_elsewhere as XLSX
|
3847
|
-
Parameters: {"type"=>"4"}
|
3848
|
-
Rendering users/index.xlsx.axlsx
|
3849
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3850
|
-
Rendered users/index.xlsx.axlsx (22.5ms)
|
3851
|
-
Completed 200 OK in 23ms (Views: 22.7ms | ActiveRecord: 0.1ms)
|
3852
|
-
Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3853
|
-
Processing by HomeController#render_elsewhere as XLSX
|
3854
|
-
Parameters: {"type"=>"3"}
|
3855
|
-
Rendering users/index.xlsx.axlsx
|
3856
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3857
|
-
Rendered users/index.xlsx.axlsx (15.5ms)
|
3858
|
-
Completed 200 OK in 16ms (Views: 15.8ms | ActiveRecord: 0.1ms)
|
3859
|
-
Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3860
|
-
Processing by HomeController#render_elsewhere as XLSX
|
3861
|
-
Parameters: {"type"=>"1"}
|
3862
|
-
Rendering users/index.xlsx.axlsx
|
3863
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
3864
|
-
Rendered users/index.xlsx.axlsx (31.1ms)
|
3865
|
-
Rendering text template
|
3866
|
-
Rendered text template (0.0ms)
|
3867
|
-
Sent data index.xlsx (0.4ms)
|
3868
|
-
Completed 200 OK in 32ms (Views: 31.9ms | ActiveRecord: 0.1ms)
|
3869
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3870
|
-
Processing by HomeController#another as HTML
|
3871
|
-
Rendering home/index.html.erb
|
3872
|
-
Rendered home/index.html.erb (0.5ms)
|
3873
|
-
Rendering text template
|
3874
|
-
Rendered text template (0.0ms)
|
3875
|
-
Sent data filename_test.xlsx (0.2ms)
|
3876
|
-
Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
3877
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
3878
|
-
[1m[35mSQL (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:51:08.800179"], ["updated_at", "2019-09-20 06:51:08.800179"]]
|
3879
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
3880
|
-
Started GET "/users/10/send_instructions" for 127.0.0.1 at 2019-09-19 23:51:08 -0700
|
3881
|
-
Processing by UsersController#send_instructions as HTML
|
3882
|
-
Parameters: {"user_id"=>"10"}
|
3883
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
3884
|
-
Rendering users/send_instructions.xlsx.axlsx
|
3885
|
-
Rendered users/send_instructions.xlsx.axlsx (16.3ms)
|
3886
|
-
Rendering notifier/instructions.html.erb
|
3887
|
-
Rendered notifier/instructions.html.erb (0.3ms)
|
3888
|
-
Notifier#instructions: processed outbound mail in 153.3ms
|
3889
|
-
Sent mail to elmer@fudd.com (5.8ms)
|
3890
|
-
Date: Thu, 19 Sep 2019 23:51:08 -0700
|
3891
|
-
From: noreply@company.com
|
3892
|
-
To: elmer@fudd.com
|
3893
|
-
Message-ID: <5d8476dceaeff_13ddb3ffe0603c05c76978@Valinor.local.mail>
|
3894
|
-
Subject: Instructions
|
3895
|
-
Mime-Version: 1.0
|
3896
|
-
Content-Type: multipart/mixed;
|
3897
|
-
boundary="--==_mimepart_5d8476dcea00d_13ddb3ffe0603c05c7688c";
|
3898
|
-
charset=UTF-8
|
3899
|
-
Content-Transfer-Encoding: 7bit
|
3900
|
-
|
3901
|
-
|
3902
|
-
----==_mimepart_5d8476dcea00d_13ddb3ffe0603c05c7688c
|
3903
|
-
Content-Type: text/html;
|
3904
|
-
charset=UTF-8
|
3905
|
-
Content-Transfer-Encoding: 7bit
|
3906
|
-
|
3907
|
-
<!DOCTYPE html>
|
3908
|
-
<html>
|
3909
|
-
<head>
|
3910
|
-
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
|
3911
|
-
</head>
|
3912
|
-
<body>
|
3913
|
-
<h1>Instructions</h1>
|
3914
|
-
<p>
|
3915
|
-
You have successfully signed up to example.com,
|
3916
|
-
your username is: elmer@fudd.com.<br/>
|
3917
|
-
</p>
|
3918
|
-
<p>Thanks for joining and have a great day!</p>
|
3919
|
-
</body>
|
3920
|
-
</html>
|
3921
|
-
|
3922
|
-
----==_mimepart_5d8476dcea00d_13ddb3ffe0603c05c7688c
|
3923
|
-
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
3924
|
-
Content-Transfer-Encoding: base64
|
3925
|
-
Content-Disposition: attachment;
|
3926
|
-
filename=user_10.xlsx
|
3927
|
-
Content-ID: <5d8476dceb5af_13ddb3ffe0603c05c77068@Valinor.local.mail>
|
3928
|
-
|
3929
|
-
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
-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
-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
-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
-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
-
T7oPeodkNBRrmfK7dKQSOqh1ChEF6fmouyZ3aFujgBh7RxIOg6UGXUZCQsoG
|
3935
|
-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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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
-
AAB4bC9fcmVscy93b3JrYm9vay54bWwucmVsc62Q2wrCMAyGX6Xk3mWKiojV
|
3955
|
-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
-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
-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
-
H7z4FIDICgk+K6aAX8JwGDrifyd4UJ/62U2Pbw9eXwFQSwMEFAAAAAgAAICf
|
3959
|
-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
-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
-
CxHQrJXxDPchjGdC/LUXmvt3dhQG/pHWaR5g627Ej07wzkeRVuRUVQ9E88Hg
|
3962
|
-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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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
-
aGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzVYxLDgIhEAWvQnrvNLowxgCz
|
3977
|
-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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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
-
FpkLe62CIuvYFtZgbjviam5u8JoEeUhlxkUWj3ZFVnGKYHsQKKjz8HQ2X6SE
|
3985
|
-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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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
|
3997
|
-
AAgAAICf6+qNjmjbAAAAOQIAAAsAAAAAAAAAAQAAAKSBUQEAAF9yZWxzLy5y
|
3998
|
-
ZWxzUEsBAjQDFAAAAAgAAICf68jB8ieLAAAA4QAAABAAAAAAAAAAAQAAAKSB
|
3999
|
-
VQIAAGRvY1Byb3BzL2FwcC54bWxQSwECNAMUAAAACAAAgJ/rxeXTuwwBAADl
|
4000
|
-
AQAAEQAAAAAAAAABAAAApIEOAwAAZG9jUHJvcHMvY29yZS54bWxQSwECNAMU
|
4001
|
-
AAAACAAAgJ/rniikzbgAAACWAQAAGgAAAAAAAAABAAAApIFJBAAAeGwvX3Jl
|
4002
|
-
bHMvd29ya2Jvb2sueG1sLnJlbHNQSwECNAMUAAAACAAAgJ/r1SfqzcUBAAAI
|
4003
|
-
BQAADQAAAAAAAAABAAAApIE5BQAAeGwvc3R5bGVzLnhtbFBLAQI0AxQAAAAI
|
4004
|
-
AACAn+ukvU+gxwAAADUBAAAPAAAAAAAAAAEAAACkgSkHAAB4bC93b3JrYm9v
|
4005
|
-
ay54bWxQSwECNAMUAAAACAAAgJ/rPVhiPHAAAACKAAAAIwAAAAAAAAABAAAA
|
4006
|
-
pIEdCAAAeGwvd29ya3NoZWV0cy9fcmVscy9zaGVldDEueG1sLnJlbHNQSwEC
|
4007
|
-
NAMUAAAACAAAgJ/rl08mXaYCAAAzBgAAGAAAAAAAAAABAAAApIHOCAAAeGwv
|
4008
|
-
d29ya3NoZWV0cy9zaGVldDEueG1sUEsFBgAAAAAJAAkATgIAAKoLAAAAAA==
|
4009
|
-
|
4010
|
-
----==_mimepart_5d8476dcea00d_13ddb3ffe0603c05c7688c--
|
4011
|
-
|
4012
|
-
Rendering text template
|
4013
|
-
Rendered text template (0.0ms)
|
4014
|
-
Completed 200 OK in 163ms (Views: 0.4ms | ActiveRecord: 0.1ms)
|
4015
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "likes"[0m
|
4016
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
4017
|
-
[1m[35m (1.6ms)[0m [1m[35mCREATE TABLE "likes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "user_id" integer, "created_at" datetime, "updated_at" datetime)[0m
|
4018
|
-
[1m[35m (0.1ms)[0m [1m[35mDROP TABLE IF EXISTS "users"[0m
|
4019
|
-
[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
|
4020
|
-
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
4021
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
4022
|
-
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (20121206210955)[0m
|
4023
|
-
[1m[35m (0.7ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES
|
4024
|
-
(20120717192452);
|
4025
|
-
|
4026
|
-
[0m
|
4027
|
-
[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
|
4028
|
-
[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]]
|
4029
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4030
|
-
[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:06:00.019941"], ["updated_at", "2019-09-20 09:06:00.019941"]]
|
4031
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
4032
|
-
[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]]
|
4033
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4034
|
-
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
4035
|
-
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
4036
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
4037
|
-
[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:06:02.728407"], ["updated_at", "2019-09-20 09:06:02.728407"]]
|
4038
|
-
[1m[35m (1.4ms)[0m [1m[36mcommit transaction[0m
|
4039
|
-
Started GET "/users/1/send_instructions" for 127.0.0.1 at 2019-09-20 02:06:02 -0700
|
4040
|
-
Processing by UsersController#send_instructions as HTML
|
4041
|
-
Parameters: {"user_id"=>"1"}
|
4042
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
|
4043
|
-
Rendering users/send_instructions.xlsx.axlsx
|
4044
|
-
Rendered users/send_instructions.xlsx.axlsx (7.9ms)
|
4045
|
-
Rendering notifier/instructions.html.erb
|
4046
|
-
Rendered notifier/instructions.html.erb (0.7ms)
|
4047
|
-
Notifier#instructions: processed outbound mail in 150.3ms
|
4048
|
-
Sent mail to elmer@fudd.com (5.8ms)
|
4049
|
-
Date: Fri, 20 Sep 2019 02:06:02 -0700
|
4050
|
-
From: noreply@company.com
|
4051
|
-
To: elmer@fudd.com
|
4052
|
-
Message-ID: <5d84967addad1_b3543fdf1103c05c5392d@Valinor.local.mail>
|
4053
|
-
Subject: Instructions
|
4054
|
-
Mime-Version: 1.0
|
4055
|
-
Content-Type: multipart/mixed;
|
4056
|
-
boundary="--==_mimepart_5d84967adcdc8_b3543fdf1103c05c538f8";
|
4057
|
-
charset=UTF-8
|
4058
|
-
Content-Transfer-Encoding: 7bit
|
4059
|
-
|
4060
|
-
|
4061
|
-
----==_mimepart_5d84967adcdc8_b3543fdf1103c05c538f8
|
4062
|
-
Content-Type: text/html;
|
4063
|
-
charset=UTF-8
|
4064
|
-
Content-Transfer-Encoding: 7bit
|
4065
|
-
|
4066
|
-
<!DOCTYPE html>
|
4067
|
-
<html>
|
4068
|
-
<head>
|
4069
|
-
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
|
4070
|
-
</head>
|
4071
|
-
<body>
|
4072
|
-
<h1>Instructions</h1>
|
4073
|
-
<p>
|
4074
|
-
You have successfully signed up to example.com,
|
4075
|
-
your username is: elmer@fudd.com.<br/>
|
4076
|
-
</p>
|
4077
|
-
<p>Thanks for joining and have a great day!</p>
|
4078
|
-
</body>
|
4079
|
-
</html>
|
4080
|
-
|
4081
|
-
----==_mimepart_5d84967adcdc8_b3543fdf1103c05c538f8
|
4082
|
-
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
|
4083
|
-
Content-Transfer-Encoding: base64
|
4084
|
-
Content-Disposition: attachment;
|
4085
|
-
filename=user_1.xlsx
|
4086
|
-
Content-ID: <5d84967ade305_b3543fdf1103c05c540ea@Valinor.local.mail>
|
4087
|
-
|
4088
|
-
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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
|
4103
|
-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
-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
-
+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
-
AABkb2NQcm9wcy9jb3JlLnhtbG2Ry2rDMBBFf8Vob0t2IDRCcRYtWbVQqEtL
|
4107
|
-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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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
-
Muyjqr8BUEsDBBQAAAAIAACAn+s9WGI8cAAAAIoAAAAjAAAAeGwvd29ya3No
|
4135
|
-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
-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
-
lTca05CYmqh5KWIhjtHOiOIjZ5KlNi5zedaeaUzsARv5FwXGg9ZH7L8NcAb/
|
4138
|
-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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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
|
4156
|
-
AAAIAACAn+vqjY5o2wAAADkCAAALAAAAAAAAAAEAAACkgVEBAABfcmVscy8u
|
4157
|
-
cmVsc1BLAQI0AxQAAAAIAACAn+vIwfIniwAAAOEAAAAQAAAAAAAAAAEAAACk
|
4158
|
-
gVUCAABkb2NQcm9wcy9hcHAueG1sUEsBAjQDFAAAAAgAAICf687xGp8LAQAA
|
4159
|
-
5QEAABEAAAAAAAAAAQAAAKSBDgMAAGRvY1Byb3BzL2NvcmUueG1sUEsBAjQD
|
4160
|
-
FAAAAAgAAICf654opM24AAAAlgEAABoAAAAAAAAAAQAAAKSBSAQAAHhsL19y
|
4161
|
-
ZWxzL3dvcmtib29rLnhtbC5yZWxzUEsBAjQDFAAAAAgAAICf69Un6s3FAQAA
|
4162
|
-
CAUAAA0AAAAAAAAAAQAAAKSBOAUAAHhsL3N0eWxlcy54bWxQSwECNAMUAAAA
|
4163
|
-
CAAAgJ/rpL1PoMcAAAA1AQAADwAAAAAAAAABAAAApIEoBwAAeGwvd29ya2Jv
|
4164
|
-
b2sueG1sUEsBAjQDFAAAAAgAAICf6z1YYjxwAAAAigAAACMAAAAAAAAAAQAA
|
4165
|
-
AKSBHAgAAHhsL3dvcmtzaGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzUEsB
|
4166
|
-
AjQDFAAAAAgAAICf68VXRUmoAgAAMgYAABgAAAAAAAAAAQAAAKSBzQgAAHhs
|
4167
|
-
L3dvcmtzaGVldHMvc2hlZXQxLnhtbFBLBQYAAAAACQAJAE4CAACrCwAAAAA=
|
4168
|
-
|
4169
|
-
----==_mimepart_5d84967adcdc8_b3543fdf1103c05c538f8--
|
4170
|
-
|
4171
|
-
Rendering text template
|
4172
|
-
Rendered text template (0.0ms)
|
4173
|
-
Completed 200 OK in 162ms (Views: 0.8ms | ActiveRecord: 0.1ms)
|
4174
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4175
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4176
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 1]]
|
4177
|
-
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
4178
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4179
|
-
[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:06:02.951251"], ["updated_at", "2019-09-20 09:06:02.951251"]]
|
4180
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
4181
|
-
Started GET "/users/2/render_elsewhere.xlsx" for 127.0.0.1 at 2019-09-20 02:06:02 -0700
|
4182
|
-
Processing by LikesController#render_elsewhere as XLSX
|
4183
|
-
Parameters: {"user_id"=>"2"}
|
4184
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
|
4185
|
-
Rendering users/index.xlsx.axlsx
|
4186
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4187
|
-
Rendered users/index.xlsx.axlsx (8.2ms)
|
4188
|
-
Rendering text template
|
4189
|
-
Rendered text template (0.0ms)
|
4190
|
-
Sent data index.xlsx (0.4ms)
|
4191
|
-
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.2ms)
|
4192
|
-
Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2019-09-20 02:06:02 -0700
|
4193
|
-
Processing by HomeController#render_elsewhere as XLSX
|
4194
|
-
Parameters: {"type"=>"5"}
|
4195
|
-
Rendering home/index.xlsx.axlsx
|
4196
|
-
Rendered home/index.xlsx.axlsx (6.3ms)
|
4197
|
-
Rendering text template
|
4198
|
-
Rendered text template (0.0ms)
|
4199
|
-
Sent data index.xlsx (0.9ms)
|
4200
|
-
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
|
4201
|
-
Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2019-09-20 02:06:02 -0700
|
4202
|
-
Processing by HomeController#render_elsewhere as XLSX
|
4203
|
-
Parameters: {"type"=>"4"}
|
4204
|
-
Rendering users/index.xlsx.axlsx
|
4205
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4206
|
-
Rendered users/index.xlsx.axlsx (7.4ms)
|
4207
|
-
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms)
|
4208
|
-
Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2019-09-20 02:06:02 -0700
|
4209
|
-
Processing by HomeController#render_elsewhere as XLSX
|
4210
|
-
Parameters: {"type"=>"3"}
|
4211
|
-
Rendering users/index.xlsx.axlsx
|
4212
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4213
|
-
Rendered users/index.xlsx.axlsx (22.3ms)
|
4214
|
-
Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.1ms)
|
4215
|
-
Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4216
|
-
Processing by HomeController#render_elsewhere as XLSX
|
4217
|
-
Parameters: {"type"=>"1"}
|
4218
|
-
Rendering users/index.xlsx.axlsx
|
4219
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4220
|
-
Rendered users/index.xlsx.axlsx (6.8ms)
|
4221
|
-
Rendering text template
|
4222
|
-
Rendered text template (0.0ms)
|
4223
|
-
Sent data index.xlsx (0.4ms)
|
4224
|
-
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.2ms)
|
4225
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4226
|
-
Processing by HomeController#another as HTML
|
4227
|
-
Rendering home/index.html.erb
|
4228
|
-
Rendered home/index.html.erb (0.6ms)
|
4229
|
-
Rendering text template
|
4230
|
-
Rendered text template (0.0ms)
|
4231
|
-
Sent data filename_test.xlsx (0.2ms)
|
4232
|
-
Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
4233
|
-
Started GET "/another.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4234
|
-
Processing by HomeController#another as XLSX
|
4235
|
-
Rendering home/index.xlsx.axlsx
|
4236
|
-
Rendered home/index.xlsx.axlsx (6.4ms)
|
4237
|
-
Rendering text template
|
4238
|
-
Rendered text template (0.0ms)
|
4239
|
-
Sent data filename_test.xlsx (0.3ms)
|
4240
|
-
Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
|
4241
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4242
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4243
|
-
[1m[36mUser Destroy (0.3ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 2]]
|
4244
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
4245
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4246
|
-
[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:06:03.059427"], ["updated_at", "2019-09-20 09:06:03.059427"]]
|
4247
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
4248
|
-
Started GET "/users/export/3.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4249
|
-
Processing by UsersController#export as XLSX
|
4250
|
-
Parameters: {"id"=>"3"}
|
4251
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
|
4252
|
-
Rendering users/export.xlsx.axlsx
|
4253
|
-
Rendered users/export.xlsx.axlsx (6.7ms)
|
4254
|
-
Rendering text template
|
4255
|
-
Rendered text template (0.0ms)
|
4256
|
-
Sent data export_3.xlsx (0.3ms)
|
4257
|
-
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
|
4258
|
-
Started GET "/another" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4259
|
-
Processing by HomeController#another as */*
|
4260
|
-
Rendering home/index.html.erb
|
4261
|
-
Rendered home/index.html.erb (0.5ms)
|
4262
|
-
Rendering text template
|
4263
|
-
Rendered text template (0.0ms)
|
4264
|
-
Sent data filename_test.xlsx (0.3ms)
|
4265
|
-
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
4266
|
-
Started GET "/home/only_html" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4267
|
-
Processing by HomeController#only_html as */*
|
4268
|
-
Rendering home/only_html.html.erb within layouts/application
|
4269
|
-
Rendered home/only_html.html.erb within layouts/application (0.2ms)
|
4270
|
-
Completed 200 OK in 5ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
4271
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4272
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4273
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 3]]
|
4274
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
4275
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4276
|
-
[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:06:03.092714"], ["updated_at", "2019-09-20 09:06:03.092714"]]
|
4277
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
4278
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
4279
|
-
[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:06:03.113632"], ["updated_at", "2019-09-20 09:06:03.113632"]]
|
4280
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
4281
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4282
|
-
[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:06:03.115435"], ["updated_at", "2019-09-20 09:06:03.115435"]]
|
4283
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
4284
|
-
Started GET "/users/4/likes.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4285
|
-
Processing by LikesController#index as XLSX
|
4286
|
-
Parameters: {"user_id"=>"4"}
|
4287
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 4], ["LIMIT", 1]]
|
4288
|
-
Rendering likes/index.xlsx.axlsx
|
4289
|
-
[1m[36mLike Load (0.1ms)[0m [1m[34mSELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ?[0m [["user_id", 4]]
|
4290
|
-
Rendered likes/index.xlsx.axlsx (5.6ms)
|
4291
|
-
Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms)
|
4292
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
4293
|
-
[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:06:03.131790"], ["updated_at", "2019-09-20 09:06:03.131790"]]
|
4294
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
4295
|
-
Started GET "/" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4296
|
-
Processing by HomeController#index as HTML
|
4297
|
-
Rendering home/index.html.erb within layouts/application
|
4298
|
-
Rendered home/index.html.erb within layouts/application (1.0ms)
|
4299
|
-
Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)
|
4300
|
-
Started GET "/useheader.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4301
|
-
Processing by HomeController#useheader as XLSX
|
4302
|
-
Rendering home/useheader.xlsx.axlsx
|
4303
|
-
Rendered home/useheader.xlsx.axlsx (13.5ms)
|
4304
|
-
Rendering text template
|
4305
|
-
Rendered text template (0.0ms)
|
4306
|
-
Sent data filename_test.xlsx (0.3ms)
|
4307
|
-
Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.0ms)
|
4308
|
-
Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4309
|
-
Processing by HomeController#useheader as XLSX
|
4310
|
-
Parameters: {"set_direct"=>"true"}
|
4311
|
-
Rendering home/useheader.xlsx.axlsx
|
4312
|
-
Rendered home/useheader.xlsx.axlsx (15.0ms)
|
4313
|
-
Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
|
4314
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4315
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4316
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 4]]
|
4317
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
4318
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4319
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 5]]
|
4320
|
-
[1m[35m (0.4ms)[0m [1m[36mcommit transaction[0m
|
4321
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4322
|
-
[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:06:03.190965"], ["updated_at", "2019-09-20 09:06:03.190965"]]
|
4323
|
-
[1m[35m (0.4ms)[0m [1m[36mcommit transaction[0m
|
4324
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4325
|
-
[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:06:03.192358"], ["updated_at", "2019-09-20 09:06:03.192358"]]
|
4326
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
4327
|
-
Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4328
|
-
Processing by UsersController#noaction as XLSX
|
4329
|
-
Rendering users/noaction.xlsx.axlsx
|
4330
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4331
|
-
Rendered users/noaction.xlsx.axlsx (10.2ms)
|
4332
|
-
Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.2ms)
|
4333
|
-
Started GET "/home.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4334
|
-
Processing by HomeController#index as XLSX
|
4335
|
-
Rendering home/index.xlsx.axlsx
|
4336
|
-
Rendered home/index.xlsx.axlsx (9.3ms)
|
4337
|
-
Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.0ms)
|
4338
|
-
[1m[36mUser Load (0.2ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4339
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
4340
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 6]]
|
4341
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
4342
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
4343
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 7]]
|
4344
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
4345
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4346
|
-
[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:06:03.302854"], ["updated_at", "2019-09-20 09:06:03.302854"]]
|
4347
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
4348
|
-
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
4349
|
-
[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:06:03.304826"], ["updated_at", "2019-09-20 09:06:03.304826"]]
|
4350
|
-
[1m[35m (0.4ms)[0m [1m[36mcommit transaction[0m
|
4351
|
-
Started GET "/users.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4352
|
-
Processing by UsersController#index as XLSX
|
4353
|
-
Rendering users/index.xlsx.axlsx
|
4354
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4355
|
-
Rendered users/index.xlsx.axlsx (10.9ms)
|
4356
|
-
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.1ms)
|
4357
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users"[0m
|
4358
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4359
|
-
[1m[36mUser Destroy (0.1ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 8]]
|
4360
|
-
[1m[35m (0.5ms)[0m [1m[36mcommit transaction[0m
|
4361
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4362
|
-
[1m[36mUser Destroy (0.2ms)[0m [1m[31mDELETE FROM "users" WHERE "users"."id" = ?[0m [["id", 9]]
|
4363
|
-
[1m[35m (0.6ms)[0m [1m[36mcommit transaction[0m
|
4364
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
4365
|
-
[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:06:03.328234"], ["updated_at", "2019-09-20 09:06:03.328234"]]
|
4366
|
-
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
4367
|
-
Started GET "/users/10.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4368
|
-
Processing by UsersController#show as XLSX
|
4369
|
-
Parameters: {"id"=>"10"}
|
4370
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
4371
|
-
Rendering users/respond_with.xlsx.axlsx
|
4372
|
-
Rendered users/respond_with.xlsx.axlsx (11.5ms)
|
4373
|
-
Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.1ms)
|
4374
|
-
Started GET "/users/10.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4375
|
-
Processing by UsersController#show as XLSX
|
4376
|
-
Parameters: {"id"=>"10"}
|
4377
|
-
[1m[36mUser Load (0.1ms)[0m [1m[34mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?[0m [["id", 10], ["LIMIT", 1]]
|
4378
|
-
Rendering users/respond_with.xlsx.axlsx
|
4379
|
-
Rendered users/respond_with.xlsx.axlsx (10.0ms)
|
4380
|
-
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.1ms)
|
4381
|
-
Started GET "/withpartial.xlsx" for 127.0.0.1 at 2019-09-20 02:06:03 -0700
|
4382
|
-
Processing by HomeController#withpartial as XLSX
|
4383
|
-
Rendering home/withpartial.xlsx.axlsx
|
4384
|
-
Rendered home/_cover_sheet.xlsx.axlsx (5.1ms)
|
4385
|
-
Rendered home/withpartial.xlsx.axlsx (14.5ms)
|
4386
|
-
Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.0ms)
|