nyauth 0.2.0 → 0.2.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.
@@ -65913,3 +65913,1149 @@ Nyauth::RequestMailer#request_reset_password: processed outbound mail in 5.1ms
65913
65913
  SQL (0.3ms) UPDATE "users" SET "reset_password_key" = ?, "reset_password_key_expired_at" = ?, "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_key", "79979f6ce347ecc504fd285e801095f0998cd7ee282df4c9d5b948cd0cc151ef"], ["reset_password_key_expired_at", "2015-06-30 14:00:05.011372"], ["password_salt", "7892ad892c3d6c2bffad41b96f8d8f3858351d21f765b1dcbf3fd15f25403acf400315b93ba52febab65ec9465f4a6d9319bb83564c147a135cd859742a393cfadfb7839f0d78f1d3afac281b943c4b954043e6d714fd1764f2105e07c19b40772a620b8e7ccb334a3c050b5946ed4db227c8df27236dd66e1232892506795c1777"], ["password_digest", "9964058f46cd44c451234d231c2828ec300664fee70180b68f9e992124e93585"], ["updated_at", "2015-06-30 13:00:05.018306"], ["id", 789]]
65914
65914
   (0.5ms) commit transaction
65915
65915
   (0.7ms) DELETE FROM "users";
65916
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
65917
+  (0.1ms) begin transaction
65918
+ SQL (1.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Garrick Marks"], ["password_salt", "e8dd83708fac58fdd634b5cae4150e3b20f826c8063d859cc302bdcda40325e002e0c7efb536987dfb2a76801d8b004fd8fe3cbd6eb438372324a2c0b8d521e89faf8f43ba5997dc7b41b51b6122d09a237fd8624cca6c754a5dfecf3e5b3bbf67fec29e83e54326bf8b8c7c4261d2b613765aa273ebe105c48115288711cc6a"], ["password_digest", "4221fe7291ecbe81bc24fb546405a79e47a27e1f9a0ce8cdd49f671c144f5d69"], ["created_at", "2015-07-01 15:04:34.624412"], ["updated_at", "2015-07-01 15:04:34.624412"]]
65919
+  (4.4ms) commit transaction
65920
+  (0.6ms) DELETE FROM "users";
65921
+  (0.0ms) begin transaction
65922
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Marie Mayert"], ["password_salt", "2c98fd7fbf52dc8ddcb070993c84e2ca5c5c6c3e995e2bd8f18e46e26e0e7d74aa94f05fc6fc4438273c29ac3e2ee81bb0991217bc7c56443b243c4b7495e78a652eb065b7984c87fd15686884f3c68b37f05a6b186825edf41f898952865def3a7d3d579c77a817b6e015775e943e7e560bca3a832f1881c41cdff5c0a08668"], ["password_digest", "125b20555f8b22efd82e2091a7ccf464130022f2615014e3f428e5b091bb2596"], ["created_at", "2015-07-01 15:04:34.643597"], ["updated_at", "2015-07-01 15:04:34.643597"]]
65923
+  (0.5ms) commit transaction
65924
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 791]]
65925
+  (0.8ms) DELETE FROM "users";
65926
+  (0.1ms) begin transaction
65927
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Nat Yundt"], ["password_salt", "3dc4f2faa551aff0b7cf44723ca18cbc00afd460b46d7e1322558d740d7e9c148594089beb9422dc6a9aa2870bdbc45bcc3cac24d737087a234ed415d2039328001237ddadcc5dc58c1b216535d3390ac7c1bfb5eaeaffaab1bfe885c1ca590a3c387e74c1ce41a881c2c50a904744d8d3cc720fa5b02bf08699d1065cede796"], ["password_digest", "9ae733a7d57622cfbd00d5ab673b244762c38d279a0661d6d1cf45bffb1fa635"], ["created_at", "2015-07-01 15:04:34.662681"], ["updated_at", "2015-07-01 15:04:34.662681"]]
65928
+  (0.6ms) commit transaction
65929
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-07-02 00:04:34 +0900
65930
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
65931
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (20.8ms)
65932
+ Completed 200 OK in 278ms (Views: 277.7ms | ActiveRecord: 0.0ms)
65933
+ Started POST "/confirmation_requests" for 127.0.0.1 at 2015-07-02 00:04:34 +0900
65934
+ Processing by Nyauth::ConfirmationRequestsController#create as HTML
65935
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com"}, "commit"=>"request confirmation"}
65936
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]
65937
+  (0.0ms) begin transaction
65938
+ SQL (0.4ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "97daa5543888f9f377c2a074cc2b1660dee83a221a7b70e7866471b2a4c6dee3"], ["confirmation_key_expired_at", "2015-07-01 16:04:34.977863"], ["updated_at", "2015-07-01 15:04:34.978300"], ["id", 792]]
65939
+  (0.6ms) commit transaction
65940
+ Redirected to http://www.example.com/
65941
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.html.erb within layouts/nyauth/mailer (2.1ms)
65942
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (2.0ms)
65943
+
65944
+ Nyauth::RequestMailer#request_confirmation: processed outbound mail in 249.8ms
65945
+
65946
+ Sent mail to user1@example.com (11.7ms)
65947
+ Date: Thu, 02 Jul 2015 00:04:35 +0900
65948
+ From: from@example.com
65949
+ To: user1@example.com
65950
+ Message-ID: <559401833cb50_5c233ffc45860200281ea@mbpA1502.local.mail>
65951
+ Subject: Request confirmation
65952
+ Mime-Version: 1.0
65953
+ Content-Type: multipart/alternative;
65954
+ boundary="--==_mimepart_559401833ac8e_5c233ffc45860200280fe";
65955
+ charset=UTF-8
65956
+ Content-Transfer-Encoding: 7bit
65957
+
65958
+
65959
+ ----==_mimepart_559401833ac8e_5c233ffc45860200280fe
65960
+ Content-Type: text/plain;
65961
+ charset=UTF-8
65962
+ Content-Transfer-Encoding: 7bit
65963
+
65964
+ Plese confirm your email
65965
+
65966
+ http://www.example.com/confirmations/97daa5543888f9f377c2a074cc2b1660dee83a221a7b70e7866471b2a4c6dee3
65967
+
65968
+
65969
+ ----==_mimepart_559401833ac8e_5c233ffc45860200280fe
65970
+ Content-Type: text/html;
65971
+ charset=UTF-8
65972
+ Content-Transfer-Encoding: 7bit
65973
+
65974
+ <p>
65975
+ Plese confirm your email
65976
+ </p>
65977
+ <p>
65978
+ <a href="http://www.example.com/confirmations/97daa5543888f9f377c2a074cc2b1660dee83a221a7b70e7866471b2a4c6dee3">confirm</a>
65979
+ </p>
65980
+
65981
+
65982
+ ----==_mimepart_559401833ac8e_5c233ffc45860200280fe--
65983
+
65984
+ Completed 302 Found in 278ms (ActiveRecord: 1.3ms)
65985
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
65986
+ Processing by PagesController#index as HTML
65987
+ Rendered pages/index.html.erb within layouts/application (0.3ms)
65988
+ Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
65989
+ Started GET "/confirmations/97daa5543888f9f377c2a074cc2b1660dee83a221a7b70e7866471b2a4c6dee3" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
65990
+ Processing by Nyauth::ConfirmationsController#update as HTML
65991
+ Parameters: {"confirmation_key"=>"97daa5543888f9f377c2a074cc2b1660dee83a221a7b70e7866471b2a4c6dee3"}
65992
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "97daa5543888f9f377c2a074cc2b1660dee83a221a7b70e7866471b2a4c6dee3"]]
65993
+  (0.0ms) begin transaction
65994
+ SQL (0.4ms) UPDATE "users" SET "confirmed_at" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-07-01 15:04:35.284787"], ["confirmation_key", nil], ["updated_at", "2015-07-01 15:04:35.285621"], ["id", 792]]
65995
+  (0.7ms) commit transaction
65996
+ Redirected to http://www.example.com/
65997
+ Completed 302 Found in 13ms (ActiveRecord: 1.3ms)
65998
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
65999
+ Processing by PagesController#index as HTML
66000
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66001
+ Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
66002
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 792]]
66003
+  (0.8ms) DELETE FROM "users";
66004
+  (0.1ms) begin transaction
66005
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Tillman Hauck"], ["password_salt", "90f2dffac55c19c64d9d0bf2406ed4754ff08c454b00d351aa5d70c8a53675d5699b0e905e0d471ba202c43407a1b32407031c7081496e4fadd378546c9b509ead1824c3298dd6934d308afd66d6b64b17da5ed35811b14dea705b681ea73dd5bf854765e603390df24ddc7e9f916b27bbc099ad73872ef312e0ff913b3a00cf"], ["password_digest", "ddf30bf4835fe4e645e631218481c8309929e2311c1e8a7303d6457d27749222"], ["created_at", "2015-07-01 15:04:35.315603"], ["updated_at", "2015-07-01 15:04:35.315603"]]
66006
+  (0.7ms) commit transaction
66007
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66008
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
66009
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (4.9ms)
66010
+ Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)
66011
+ Started POST "/confirmation_requests" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66012
+ Processing by Nyauth::ConfirmationRequestsController#create as HTML
66013
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user2@example.com"}, "commit"=>"request confirmation"}
66014
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]
66015
+  (0.1ms) begin transaction
66016
+ SQL (0.3ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "623ad9dbed60491305af853a6b816d849a50127f7f8b389809a9941f5344a319"], ["confirmation_key_expired_at", "2015-07-01 16:04:35.336337"], ["updated_at", "2015-07-01 15:04:35.336833"], ["id", 793]]
66017
+  (0.6ms) commit transaction
66018
+ Redirected to http://www.example.com/
66019
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.html.erb within layouts/nyauth/mailer (1.6ms)
66020
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (1.4ms)
66021
+
66022
+ Nyauth::RequestMailer#request_confirmation: processed outbound mail in 4.9ms
66023
+
66024
+ Sent mail to user2@example.com (2.8ms)
66025
+ Date: Thu, 02 Jul 2015 00:04:35 +0900
66026
+ From: from@example.com
66027
+ To: user2@example.com
66028
+ Message-ID: <5594018354daa_5c233ffc45860200283cd@mbpA1502.local.mail>
66029
+ Subject: Request confirmation
66030
+ Mime-Version: 1.0
66031
+ Content-Type: multipart/alternative;
66032
+ boundary="--==_mimepart_55940183547df_5c233ffc4586020028270";
66033
+ charset=UTF-8
66034
+ Content-Transfer-Encoding: 7bit
66035
+
66036
+
66037
+ ----==_mimepart_55940183547df_5c233ffc4586020028270
66038
+ Content-Type: text/plain;
66039
+ charset=UTF-8
66040
+ Content-Transfer-Encoding: 7bit
66041
+
66042
+ Plese confirm your email
66043
+
66044
+ http://www.example.com/confirmations/623ad9dbed60491305af853a6b816d849a50127f7f8b389809a9941f5344a319
66045
+
66046
+
66047
+ ----==_mimepart_55940183547df_5c233ffc4586020028270
66048
+ Content-Type: text/html;
66049
+ charset=UTF-8
66050
+ Content-Transfer-Encoding: 7bit
66051
+
66052
+ <p>
66053
+ Plese confirm your email
66054
+ </p>
66055
+ <p>
66056
+ <a href="http://www.example.com/confirmations/623ad9dbed60491305af853a6b816d849a50127f7f8b389809a9941f5344a319">confirm</a>
66057
+ </p>
66058
+
66059
+
66060
+ ----==_mimepart_55940183547df_5c233ffc4586020028270--
66061
+
66062
+ Completed 302 Found in 15ms (ActiveRecord: 1.0ms)
66063
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66064
+ Processing by PagesController#index as HTML
66065
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66066
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
66067
+ Started GET "/confirmations/623ad9dbed60491305af853a6b816d849a50127f7f8b389809a9941f5344a319" for 127.0.0.1 at 2015-07-02 03:04:35 +0900
66068
+ Processing by Nyauth::ConfirmationsController#update as HTML
66069
+ Parameters: {"confirmation_key"=>"623ad9dbed60491305af853a6b816d849a50127f7f8b389809a9941f5344a319"}
66070
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "623ad9dbed60491305af853a6b816d849a50127f7f8b389809a9941f5344a319"]]
66071
+  (0.0ms) begin transaction
66072
+  (0.0ms) rollback transaction
66073
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmations/edit.html.erb within layouts/application (0.0ms)
66074
+ Completed 200 OK in 0ms (Views: 7.9ms | ActiveRecord: 0.0ms)
66075
+  (0.8ms) DELETE FROM "users";
66076
+  (0.1ms) begin transaction
66077
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Mr. Adrianna Corwin"], ["password_salt", "eb97e5fbe4f20d1b61162ebe63eee31c7288cb646b379282456959643888e639bdd6c11c180057f3bee062d9fe653224520db70653468e665b13036f2eaf2901a04541298fa967eeb4861cccf1f7aa622ec68d0da579b99ea1d8aaeb95b9ab8e97a2d163634ed8ddd25ace3253b741d129bc49141caac2ff2a103b3956f10026"], ["password_digest", "9f6134ea6f0b78fbd372f2d97d4087c434560e19566b076a007fd1034612897e"], ["created_at", "2015-07-01 15:04:35.385805"], ["updated_at", "2015-07-01 15:04:35.385805"]]
66078
+  (0.8ms) commit transaction
66079
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66080
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66081
+ Started GET "/rack_session" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66082
+ Started GET "/password/edit" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66083
+ Processing by Nyauth::PasswordsController#edit as HTML
66084
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 794]]
66085
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 794]]
66086
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.erb within layouts/application (10.6ms)
66087
+ Completed 200 OK in 26ms (Views: 23.9ms | ActiveRecord: 0.2ms)
66088
+ Started PATCH "/password" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66089
+ Processing by Nyauth::PasswordsController#update as HTML
66090
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"}
66091
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 794]]
66092
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 794]]
66093
+  (0.1ms) begin transaction
66094
+ SQL (0.3ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "7941ed88ed868eb4f26c4e62a267161f9a04c1a8e256ea8ccbc331b2960909e57d36d4b6dc2dc0739d3f888fae00e30c98ce2fb99e774206ba9968aaf4edeefa2169c20145821bbc62610d4542dd4df637fcf4b605b8dbe8f3ce9dcf01fe3d30f03424ccd040420e2d7cf0bc20dba68a3efa0a2a4ca27115abb3a923825d4b3e1fa"], ["password_digest", "2f99af5b09d1ea7171f53276cbb8454562b6526e7455d9f7c659a918ac7cac9c"], ["updated_at", "2015-07-01 15:04:35.443034"], ["id", 794]]
66095
+  (0.6ms) commit transaction
66096
+ Redirected to http://www.example.com/
66097
+ Completed 302 Found in 13ms (ActiveRecord: 1.1ms)
66098
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66099
+ Processing by PagesController#index as HTML
66100
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66101
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
66102
+  (1.1ms) DELETE FROM "users";
66103
+  (0.1ms) begin transaction
66104
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Mr. Tobin Bogan"], ["password_salt", "ed52479982d0c9cfd3feaceac0f467779e17fb91fac8bed74fe5a54dbffc369e4de93c33192f1a2f5f3c3384a27be4abd289c41e05972507cf377c4e6af856e3105bc46351de0867df7ee85a508caa1b9ad55e594806f13c62647a3cea5a7f984bb1d081b538037eb1c7e20f19ee2ca2ffa83ec08aad9a3abfb4006de757a595"], ["password_digest", "691888c175af6957fed8da9f67ac4bbb414eeef3f2e023022f29270e1bfeca50"], ["created_at", "2015-07-01 15:04:35.466523"], ["updated_at", "2015-07-01 15:04:35.466523"]]
66105
+  (0.7ms) commit transaction
66106
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66107
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66108
+ Started GET "/rack_session" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66109
+ Started GET "/password/edit" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66110
+ Processing by Nyauth::PasswordsController#edit as HTML
66111
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 795]]
66112
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 795]]
66113
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.erb within layouts/application (4.4ms)
66114
+ Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.2ms)
66115
+ Started PATCH "/password" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66116
+ Processing by Nyauth::PasswordsController#update as HTML
66117
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"}
66118
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 795]]
66119
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 795]]
66120
+  (0.0ms) begin transaction
66121
+  (0.0ms) rollback transaction
66122
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.erb within layouts/application (8.8ms)
66123
+ Completed 200 OK in 20ms (Views: 14.4ms | ActiveRecord: 0.2ms)
66124
+  (1.5ms) DELETE FROM "users";
66125
+ Started GET "/registration/new" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66126
+ Processing by Nyauth::RegistrationsController#new as HTML
66127
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (5.7ms)
66128
+ Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.0ms)
66129
+ Started POST "/registration" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66130
+ Processing by Nyauth::RegistrationsController#create as HTML
66131
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
66132
+  (0.1ms) begin transaction
66133
+ SQL (0.3ms) INSERT INTO "users" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "user1@example.com"], ["password_salt", "be9e048838e44a0d3341510a53d749d53487b8606649a49a0777f3b86d167471475a1f284e24d60c2ebac4ee23ba439b608adb4c41478124e1152783ccf7ecf36c5595da022d46a49e119c15a50379e569cb54be1950dbb38163f93c89f4263cbfb27c9c9e03f4e05a4c50e4a910565f7a486a7c0da31887d954505c930965c3"], ["password_digest", "a1e8c92671a81f78a772ad884bafe6aef61296ebc02229b505a9c94a54460bbf"], ["created_at", "2015-07-01 15:04:35.564307"], ["updated_at", "2015-07-01 15:04:35.564307"]]
66134
+  (0.6ms) commit transaction
66135
+ Redirected to http://www.example.com/
66136
+ Completed 302 Found in 23ms (ActiveRecord: 1.0ms)
66137
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66138
+ Processing by PagesController#index as HTML
66139
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66140
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
66141
+ User Load (0.3ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1
66142
+  (0.9ms) DELETE FROM "users";
66143
+ Started GET "/registration/new" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66144
+ Processing by Nyauth::RegistrationsController#new as HTML
66145
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (4.8ms)
66146
+ Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)
66147
+ Started POST "/registration" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66148
+ Processing by Nyauth::RegistrationsController#create as HTML
66149
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
66150
+  (0.1ms) begin transaction
66151
+  (0.0ms) rollback transaction
66152
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (6.2ms)
66153
+ Completed 200 OK in 16ms (Views: 9.8ms | ActiveRecord: 0.1ms)
66154
+  (0.1ms) begin transaction
66155
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Doug Zulauf"], ["password_salt", "4f325aa953a01be9243b551325857b5b08da6e65d895ce982ccad3388c7867205249dc49c578c5cd0fa8c400b4f9ca9a26c7c972cc8d6dfc23d38c93e59339ebf827980a0dccd1775d25220388f5413ef180f99b5c597df786d2a15aa5eda1d4cdd784a2ec0e321c26612921bd97427c846854dfd3f01ca2ae079b062885c46e"], ["password_digest", "ebcd6699a2403242b9559d8b8a2731920c4ce00cc6810e5af3d31ebcb882d335"], ["created_at", "2015-07-01 15:04:35.627647"], ["updated_at", "2015-07-01 15:04:35.627647"]]
66156
+  (0.7ms) commit transaction
66157
+ Started GET "/reset_password_requests/new" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66158
+ Processing by Nyauth::ResetPasswordRequestsController#new as HTML
66159
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_password_requests/new.html.erb within layouts/application (10.3ms)
66160
+ Completed 200 OK in 22ms (Views: 22.0ms | ActiveRecord: 0.0ms)
66161
+ Started POST "/reset_password_requests" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66162
+ Processing by Nyauth::ResetPasswordRequestsController#create as HTML
66163
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com"}, "commit"=>"reset password"}
66164
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]
66165
+  (0.1ms) begin transaction
66166
+ SQL (0.3ms) UPDATE "users" SET "reset_password_key" = ?, "reset_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_key", "3ff8d9525c1e8013b6cee05a359d6b4d6d8683f8819098bebc4517165b4d2ec9"], ["reset_password_key_expired_at", "2015-07-01 16:04:35.667132"], ["updated_at", "2015-07-01 15:04:35.667825"], ["id", 797]]
66167
+  (0.7ms) commit transaction
66168
+ Redirected to http://www.example.com/
66169
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.html.erb within layouts/nyauth/mailer (2.7ms)
66170
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.text.erb within layouts/nyauth/mailer (2.0ms)
66171
+
66172
+ Nyauth::RequestMailer#request_reset_password: processed outbound mail in 24.3ms
66173
+
66174
+ Sent mail to user1@example.com (2.5ms)
66175
+ Date: Thu, 02 Jul 2015 00:04:35 +0900
66176
+ From: from@example.com
66177
+ To: user1@example.com
66178
+ Message-ID: <55940183ab40f_5c233ffc458602002859e@mbpA1502.local.mail>
66179
+ Subject: Request reset password
66180
+ Mime-Version: 1.0
66181
+ Content-Type: multipart/alternative;
66182
+ boundary="--==_mimepart_55940183aad87_5c233ffc45860200284c8";
66183
+ charset=UTF-8
66184
+ Content-Transfer-Encoding: 7bit
66185
+
66186
+
66187
+ ----==_mimepart_55940183aad87_5c233ffc45860200284c8
66188
+ Content-Type: text/plain;
66189
+ charset=UTF-8
66190
+ Content-Transfer-Encoding: 7bit
66191
+
66192
+ Plese set your new password
66193
+
66194
+ http://www.example.com/reset_passwords/3ff8d9525c1e8013b6cee05a359d6b4d6d8683f8819098bebc4517165b4d2ec9/edit
66195
+
66196
+
66197
+ ----==_mimepart_55940183aad87_5c233ffc45860200284c8
66198
+ Content-Type: text/html;
66199
+ charset=UTF-8
66200
+ Content-Transfer-Encoding: 7bit
66201
+
66202
+ <p>
66203
+ Plese set your new password
66204
+ </p>
66205
+ <p>
66206
+ <a href="http://www.example.com/reset_passwords/3ff8d9525c1e8013b6cee05a359d6b4d6d8683f8819098bebc4517165b4d2ec9/edit">set new password</a>
66207
+ </p>
66208
+
66209
+
66210
+ ----==_mimepart_55940183aad87_5c233ffc45860200284c8--
66211
+
66212
+ Completed 302 Found in 38ms (ActiveRecord: 1.2ms)
66213
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66214
+ Processing by PagesController#index as HTML
66215
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66216
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
66217
+ Started GET "/reset_passwords/3ff8d9525c1e8013b6cee05a359d6b4d6d8683f8819098bebc4517165b4d2ec9/edit" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66218
+ Processing by Nyauth::ResetPasswordsController#edit as HTML
66219
+ Parameters: {"reset_password_key"=>"[FILTERED]"}
66220
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_key" = ? LIMIT 1 [["reset_password_key", "3ff8d9525c1e8013b6cee05a359d6b4d6d8683f8819098bebc4517165b4d2ec9"]]
66221
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_passwords/edit.html.erb within layouts/application (5.5ms)
66222
+ Completed 200 OK in 16ms (Views: 14.1ms | ActiveRecord: 0.1ms)
66223
+ Started PATCH "/reset_passwords/3ff8d9525c1e8013b6cee05a359d6b4d6d8683f8819098bebc4517165b4d2ec9" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66224
+ Processing by Nyauth::ResetPasswordsController#update as HTML
66225
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "reset_password_key"=>"[FILTERED]"}
66226
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_key" = ? LIMIT 1 [["reset_password_key", "3ff8d9525c1e8013b6cee05a359d6b4d6d8683f8819098bebc4517165b4d2ec9"]]
66227
+  (0.0ms) begin transaction
66228
+ SQL (0.3ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "reset_password_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "7971ed76d9d276b4c74f3507ff8cb731aa8f224c538d010ac981e50e39f90e0c759cb6b84bca2da8d62d9158121d1101e5d715386e37a936313aab476a42fbaffa9f7bc28436c4b821eb1a0afdc9ba6f713a0c2802e1f1b9946a6d7d1cdba720f271522bab16c474b9d6cf4058c2089833d11f57d4878771ced2e922a3a4ea1a470"], ["password_digest", "8ff5d685a7cf203fe311dce67c3e6c0dedbca152b2f0bdd6f61d4783b7ce62c0"], ["reset_password_key", nil], ["updated_at", "2015-07-01 15:04:35.740893"], ["id", 797]]
66229
+  (0.6ms) commit transaction
66230
+ Redirected to http://www.example.com/session/new
66231
+ Completed 302 Found in 15ms (ActiveRecord: 1.0ms)
66232
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66233
+ Processing by Nyauth::SessionsController#new as HTML
66234
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (5.5ms)
66235
+ Completed 200 OK in 16ms (Views: 13.8ms | ActiveRecord: 0.0ms)
66236
+  (0.8ms) DELETE FROM "users";
66237
+  (0.1ms) begin transaction
66238
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Ashton Erdman"], ["password_salt", "5fda9feb7654a8b5dec676f1aa2ac6f00ca15ff4ebd2867844a01e5be5140149c3656e92ebf222cd3dd8e4fb74e04027f0c1e0d279f45410509fdf0ed3796fb94d45498df82c79a797e4d59a19fad563455aee70996330f882f886191229524faabaaa9d5dec757be2e5423d60cfafbbfa707d82b8fc9b327fe3549f34b96a8a"], ["password_digest", "84b3a6dcc3276e2fd5e89cf162d0dbe3578029d2a4fc85a78c94c9f5b3048dd5"], ["created_at", "2015-07-01 15:04:35.784552"], ["updated_at", "2015-07-01 15:04:35.784552"]]
66239
+  (0.5ms) commit transaction
66240
+ Started GET "/reset_password_requests/new" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66241
+ Processing by Nyauth::ResetPasswordRequestsController#new as HTML
66242
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_password_requests/new.html.erb within layouts/application (5.2ms)
66243
+ Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)
66244
+ Started POST "/reset_password_requests" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66245
+ Processing by Nyauth::ResetPasswordRequestsController#create as HTML
66246
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user2@example.com"}, "commit"=>"reset password"}
66247
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]
66248
+  (0.0ms) begin transaction
66249
+ SQL (0.2ms) UPDATE "users" SET "reset_password_key" = ?, "reset_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_key", "44f31a4daac1269c250246c237ac79281512a895fc73c6f421499dd46c6cd826"], ["reset_password_key_expired_at", "2015-07-01 16:04:35.803657"], ["updated_at", "2015-07-01 15:04:35.804043"], ["id", 798]]
66250
+  (0.7ms) commit transaction
66251
+ Redirected to http://www.example.com/
66252
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.html.erb within layouts/nyauth/mailer (1.6ms)
66253
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.text.erb within layouts/nyauth/mailer (1.3ms)
66254
+
66255
+ Nyauth::RequestMailer#request_reset_password: processed outbound mail in 4.9ms
66256
+
66257
+ Sent mail to user2@example.com (2.7ms)
66258
+ Date: Thu, 02 Jul 2015 00:04:35 +0900
66259
+ From: from@example.com
66260
+ To: user2@example.com
66261
+ Message-ID: <55940183c6e71_5c233ffc4586020028722@mbpA1502.local.mail>
66262
+ Subject: Request reset password
66263
+ Mime-Version: 1.0
66264
+ Content-Type: multipart/alternative;
66265
+ boundary="--==_mimepart_55940183c68cd_5c233ffc45860200286ed";
66266
+ charset=UTF-8
66267
+ Content-Transfer-Encoding: 7bit
66268
+
66269
+
66270
+ ----==_mimepart_55940183c68cd_5c233ffc45860200286ed
66271
+ Content-Type: text/plain;
66272
+ charset=UTF-8
66273
+ Content-Transfer-Encoding: 7bit
66274
+
66275
+ Plese set your new password
66276
+
66277
+ http://www.example.com/reset_passwords/44f31a4daac1269c250246c237ac79281512a895fc73c6f421499dd46c6cd826/edit
66278
+
66279
+
66280
+ ----==_mimepart_55940183c68cd_5c233ffc45860200286ed
66281
+ Content-Type: text/html;
66282
+ charset=UTF-8
66283
+ Content-Transfer-Encoding: 7bit
66284
+
66285
+ <p>
66286
+ Plese set your new password
66287
+ </p>
66288
+ <p>
66289
+ <a href="http://www.example.com/reset_passwords/44f31a4daac1269c250246c237ac79281512a895fc73c6f421499dd46c6cd826/edit">set new password</a>
66290
+ </p>
66291
+
66292
+
66293
+ ----==_mimepart_55940183c68cd_5c233ffc45860200286ed--
66294
+
66295
+ Completed 302 Found in 14ms (ActiveRecord: 1.0ms)
66296
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66297
+ Processing by PagesController#index as HTML
66298
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66299
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
66300
+ Started GET "/reset_passwords/44f31a4daac1269c250246c237ac79281512a895fc73c6f421499dd46c6cd826/edit" for 127.0.0.1 at 2015-07-02 03:04:35 +0900
66301
+ Processing by Nyauth::ResetPasswordsController#edit as HTML
66302
+ Parameters: {"reset_password_key"=>"[FILTERED]"}
66303
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_key" = ? LIMIT 1 [["reset_password_key", "44f31a4daac1269c250246c237ac79281512a895fc73c6f421499dd46c6cd826"]]
66304
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_passwords/edit.html.erb within layouts/application (0.0ms)
66305
+ Completed 200 OK in 0ms (Views: 16.5ms | ActiveRecord: 0.0ms)
66306
+ Started PATCH "/reset_passwords/44f31a4daac1269c250246c237ac79281512a895fc73c6f421499dd46c6cd826" for 127.0.0.1 at 2015-07-02 03:04:35 +0900
66307
+ Processing by Nyauth::ResetPasswordsController#update as HTML
66308
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "reset_password_key"=>"[FILTERED]"}
66309
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_key" = ? LIMIT 1 [["reset_password_key", "44f31a4daac1269c250246c237ac79281512a895fc73c6f421499dd46c6cd826"]]
66310
+  (0.0ms) begin transaction
66311
+  (0.0ms) rollback transaction
66312
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_passwords/edit.html.erb within layouts/application (0.0ms)
66313
+ Completed 200 OK in 0ms (Views: 6.7ms | ActiveRecord: 0.0ms)
66314
+  (0.8ms) DELETE FROM "users";
66315
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66316
+ Processing by Nyauth::SessionsController#new as HTML
66317
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (7.2ms)
66318
+ Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)
66319
+  (0.1ms) begin transaction
66320
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Willie Schaden"], ["password_salt", "2b70b1197bc1f1805bc0d4fce0c5a794cb9b12d2c8eb0f51ad1c427fdcf25296d5645c7b6d4d9157c2a3c329670c5f2c51ebb63866fb77c37694d46a8155f6d9c9c0eccc9699b5f9b148d0d934f573a0c368013affb506aa7bf55325b409b2716b81cdfd4ac48687adcbe767d1e35a9e5e019f969dbca887ac019477b7ace08a"], ["password_digest", "984a126e90eb6123529a445dba6f6294fb64a0caa2787f2eef502a8ff62ea763"], ["created_at", "2015-07-01 15:04:35.892354"], ["updated_at", "2015-07-01 15:04:35.892354"]]
66321
+  (0.8ms) commit transaction
66322
+ Started POST "/session" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66323
+ Processing by Nyauth::SessionsController#create as HTML
66324
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
66325
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "user1@example.com"]]
66326
+ Redirected to http://www.example.com/
66327
+ Completed 302 Found in 11ms (ActiveRecord: 0.2ms)
66328
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66329
+ Processing by PagesController#index as HTML
66330
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66331
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
66332
+  (0.9ms) DELETE FROM "users";
66333
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66334
+ Processing by Nyauth::SessionsController#new as HTML
66335
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (14.2ms)
66336
+ Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.0ms)
66337
+ Started POST "/session" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66338
+ Processing by Nyauth::SessionsController#create as HTML
66339
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
66340
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", ""]]
66341
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (5.4ms)
66342
+ Completed 200 OK in 18ms (Views: 11.9ms | ActiveRecord: 0.1ms)
66343
+  (0.1ms) begin transaction
66344
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Erling O'Reilly"], ["password_salt", "40c88f57c4d040d7f14a9cce9c6b244be36f44e7efcd3e52656bd0025f0eb7619e2a04028192d22605b56b3b24605662055f4bc1a0b5a69deeeeff9bcc04e3ee45b5bbb549d19fcbbdbbda71c3df6bb20980b77cf46b331ce3f25dd6234976630f62f9488c5cee2a0e654f41f9a6716aded61234172cc8baa3290a3247f5c157"], ["password_digest", "1de9e39b2d204c15d7355c1cd180ad8d90890564ea51e1d701210a536939a114"], ["created_at", "2015-07-01 15:04:35.970077"], ["updated_at", "2015-07-01 15:04:35.970077"]]
66345
+  (0.9ms) commit transaction
66346
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66347
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66348
+ Started GET "/rack_session" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66349
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66350
+ Processing by PagesController#index as HTML
66351
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66352
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
66353
+ Started DELETE "/session" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66354
+ Processing by Nyauth::SessionsController#destroy as HTML
66355
+ Redirected to http://www.example.com/session/new
66356
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
66357
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-02 00:04:35 +0900
66358
+ Processing by Nyauth::SessionsController#new as HTML
66359
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (6.0ms)
66360
+ Completed 200 OK in 12ms (Views: 12.3ms | ActiveRecord: 0.0ms)
66361
+  (1.7ms) DELETE FROM "users";
66362
+ Started GET "/admin/session/new" for 127.0.0.1 at 2015-07-02 00:04:36 +0900
66363
+ Processing by Nyauth::SessionsController#new as HTML
66364
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (9.9ms)
66365
+ Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.0ms)
66366
+  (0.0ms) begin transaction
66367
+ SQL (0.8ms) INSERT INTO "admins" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "admin1@example.com"], ["password_salt", "af11d7af95f6f3688b0e01be3061039996550b98b83181be49ce1d814b4b662bbb59e55dd877f458232c91d32e3d8f55dae4ceabb1d97670fef03cc56464ba110b820e703f03b28ee17a147b174c05d61e2ea3dcc3412c3c57b3888967002fa162b41adb0556f99e757b3dd387f342f99f4a9105ffb4415f6069f3b400595927"], ["password_digest", "1b964ffc3df0c23c023eee8eb3e9f5f900b29bb3f5537741faa2e91badee70df"], ["created_at", "2015-07-01 15:04:36.038853"], ["updated_at", "2015-07-01 15:04:36.038853"]]
66368
+  (0.8ms) commit transaction
66369
+ Started POST "/admin/session" for 127.0.0.1 at 2015-07-02 00:04:36 +0900
66370
+ Processing by Nyauth::SessionsController#create as HTML
66371
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"admin1@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
66372
+ Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? ORDER BY "admins"."id" DESC LIMIT 1 [["email", "admin1@example.com"]]
66373
+ Redirected to http://www.example.com/
66374
+ Completed 302 Found in 11ms (ActiveRecord: 0.2ms)
66375
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:04:36 +0900
66376
+ Processing by PagesController#index as HTML
66377
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66378
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
66379
+  (1.1ms) DELETE FROM "admins";
66380
+ Started GET "/admin/session/new" for 127.0.0.1 at 2015-07-02 00:04:36 +0900
66381
+ Processing by Nyauth::SessionsController#new as HTML
66382
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (5.1ms)
66383
+ Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms)
66384
+ Started POST "/admin/session" for 127.0.0.1 at 2015-07-02 00:04:36 +0900
66385
+ Processing by Nyauth::SessionsController#create as HTML
66386
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
66387
+ Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? ORDER BY "admins"."id" DESC LIMIT 1 [["email", ""]]
66388
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (4.4ms)
66389
+ Completed 200 OK in 13ms (Views: 8.9ms | ActiveRecord: 0.1ms)
66390
+  (0.1ms) begin transaction
66391
+ SQL (0.3ms) INSERT INTO "admins" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "admin2@example.com"], ["password_salt", "a7609ca5e4acdd30c19ef3d4c3e10cf5cdf4c7bc2a25e5e28b35e259e079cd4d04f402c4e40c1bec0f6f8c24d8b99979fd080c8444c89753aab816e3ef55e66fd0b6ff4e657a9168a7f1fbd37758aaa10a82d6c3b59644824509e3058a73e93ff3fb0881769d8fd12e3da89ffa7dd44eb66b0fe867eb7349ba404e1945b5cc2e"], ["password_digest", "f498b91c88bfe4be1cd403a36b667dcb144bfadeb2973020edb7f052dcce723d"], ["created_at", "2015-07-01 15:04:36.107282"], ["updated_at", "2015-07-01 15:04:36.107282"]]
66392
+  (0.6ms) commit transaction
66393
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-07-02 00:04:36 +0900
66394
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-07-02 00:04:36 +0900
66395
+ Started GET "/rack_session" for 127.0.0.1 at 2015-07-02 00:04:36 +0900
66396
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:04:36 +0900
66397
+ Processing by PagesController#index as HTML
66398
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66399
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
66400
+ Started DELETE "/session" for 127.0.0.1 at 2015-07-02 00:04:36 +0900
66401
+ Processing by Nyauth::SessionsController#destroy as HTML
66402
+ Redirected to http://www.example.com/session/new
66403
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
66404
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-02 00:04:36 +0900
66405
+ Processing by Nyauth::SessionsController#new as HTML
66406
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (13.7ms)
66407
+ Completed 200 OK in 18ms (Views: 17.8ms | ActiveRecord: 0.0ms)
66408
+  (0.9ms) DELETE FROM "admins";
66409
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-02 00:04:36 +0900
66410
+ Processing by Nyauth::SessionsController#new as HTML
66411
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (5.6ms)
66412
+ Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
66413
+  (0.1ms) begin transaction
66414
+ SQL (0.9ms) INSERT INTO "users" ("email", "nickname", "confirmation_key", "confirmation_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "King Johnston"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-07-01 16:04:36.358352"], ["password_salt", "05f2d40b4c060dac750b03a865ec60af4e6055cfb70764e77c9b429de43b898f777320a10ecd7f110eeb80880101e76363266e2040603d89b809f52e70c0a410a3e17ea11573a80e14c2db6ecf12d85881e90c1bf96228b3e0defaaf0a1c45ec56181f65f60f2e94c3ddbc4ef59c5ac215dcf9e0da2e721123b7bdb2ca3b408c"], ["password_digest", "c202ee64143e2f5c1e5a1d8f16ca3ab40e08150793142a27b3bb9468422dfad2"], ["created_at", "2015-07-01 15:04:36.362685"], ["updated_at", "2015-07-01 15:04:36.362685"]]
66415
+  (0.7ms) commit transaction
66416
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.html.erb within layouts/nyauth/mailer (2.0ms)
66417
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (1.3ms)
66418
+
66419
+ Nyauth::RequestMailer#request_confirmation: processed outbound mail in 5.3ms
66420
+  (1.0ms) DELETE FROM "users";
66421
+  (0.0ms) begin transaction
66422
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "reset_password_key", "reset_password_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Miss Brittany Mills"], ["reset_password_key", "key"], ["reset_password_key_expired_at", "2015-07-01 16:04:36.374409"], ["password_salt", "bedc200be3260e85727bd36a80a3980da93206bf283922981264f4782caec7beb85e21ce2f592c8595ffa47a2a05b9ce7909e0905c866e1d0fc8565da32f3b8ec2204203d9607e5bea3e3492c034f95b9f87d1d1d5d0aae1e8761db6de3e587a12ff7b5e1f495709119ed57e117f584ba87542bc51acc98bd7b0e802cace65c3"], ["password_digest", "425cd166eeaaaadf19e6052d8ef7a2983a69063eede5e63d3a955fdd3a53cdc7"], ["created_at", "2015-07-01 15:04:36.378550"], ["updated_at", "2015-07-01 15:04:36.378550"]]
66423
+  (0.6ms) commit transaction
66424
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.html.erb within layouts/nyauth/mailer (4.1ms)
66425
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.text.erb within layouts/nyauth/mailer (3.6ms)
66426
+
66427
+ Nyauth::RequestMailer#request_reset_password: processed outbound mail in 10.5ms
66428
+  (1.2ms) DELETE FROM "users";
66429
+  (0.1ms) begin transaction
66430
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Merl Labadie MD"], ["password_salt", "dee8afcaec0955989f7cd93f2d7cfd969de7b58c31af7f8f8bac8b4e2cd1c02190f9c3349296eae3fe25b927e3d4df4c84c1ad75301d01a76371f890972b98457051b4bd142b4261b83d56419c1e1bfa9e33366c061cbf5a8b5d73fe1a975ec3ce09ea0b385ee45a78eec0d6f23c654428e41ed25b31fd0fc06553938d4e3419"], ["password_digest", "57a48deb39ffa4ce863f893c32e26d72473995db244933588dca41521d387f20"], ["created_at", "2015-07-01 15:04:36.405569"], ["updated_at", "2015-07-01 15:04:36.405569"]]
66431
+  (0.7ms) commit transaction
66432
+  (0.7ms) DELETE FROM "users";
66433
+  (0.0ms) begin transaction
66434
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Ms. Leatha Gusikowski"], ["password_salt", "096facdbdd6db8b5b53cccfdaa85689f4823ca76bc2a4fd6f16662044365fb69429ad72593d260f1cccbfa5b944a0c6d70d90935cd91993307f5d8326d9f1e4e8c39b5a32c9555f46d0276711fca03d21169cf850df70d5a0c362a34f0e28f9a159768b7b0b1cfb1c2e3de0875f495a6ea8ee1e1aee82f79b4b150885cbeb174"], ["password_digest", "901b5c03d33b4a47cda4646cf0fe03c115443c61161b6f826f093e721afb04c8"], ["created_at", "2015-07-01 15:04:36.414801"], ["updated_at", "2015-07-01 15:04:36.414801"]]
66435
+  (0.8ms) commit transaction
66436
+  (1.0ms) DELETE FROM "users";
66437
+  (0.1ms) begin transaction
66438
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user3@example.com"], ["nickname", "Alfonzo Trantow Sr."], ["password_salt", "9e6505d11a5cac77ba13db18e96d5f6f218d92bd3f76b727d5ca25a949cc7783aa720ba61bac7ffde61493a682fc427968ab675b659194b923631fe84e513d8d4cc397b928c10c4d865e8afe22f397b05c4ea17305a9bf87db84ff9302319452c3d86b0938e1622beb4b36156e231ddc876e89eb4dd445f1dd62bcbdae025043"], ["password_digest", "6da787368416818f930366dea8ff95e9424255e4cec53a96bee86e3f460751b8"], ["created_at", "2015-07-01 15:04:36.434073"], ["updated_at", "2015-07-01 15:04:36.434073"]]
66439
+  (1.0ms) commit transaction
66440
+  (0.9ms) DELETE FROM "users";
66441
+  (0.2ms) begin transaction
66442
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Dr. Phyllis Gutmann"], ["password_salt", "083e305bc13bfb8611cb230d1aaec4f07084a7bafa5b6964f7dd7a85d9a7502c8e7e9268dca8c8eeba2b8f0c399df9b38e5885d358d97612d0c70130034be106f67a57ed4dd424782924fe48b8cf6ff413add321b7358b7b3c959368cec15a1a33c97db9a5053930b1024c40d8caa0ea06df935f53a7a74e36a329a420e3e8fd"], ["password_digest", "9d86aac942aefe13420ee2da099b8b18c9e66429af607558553aa203da4d13b1"], ["created_at", "2015-07-01 15:04:36.462402"], ["updated_at", "2015-07-01 15:04:36.462402"]]
66443
+  (0.6ms) commit transaction
66444
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]
66445
+  (0.8ms) DELETE FROM "users";
66446
+  (0.1ms) begin transaction
66447
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Lloyd Reynolds"], ["password_salt", "879e8ef112357ed271be762ecb766041f4f7fe9b6b2ea3e6a10ad12d5236e977d057ae3d0b1b3423973ee49ddadd4d0f3062d5a35c463fc05b864cb1f206bb6c7fc189bfd0b07693bb60c5d6912d1df081b48f2d37aa986d73aadf563a74a83a20d6d6f7100aff6fd2ed78cd10291eb641a7dc6e8ba4aa70c378b99d22d427d4"], ["password_digest", "1811fe9f480e7e70ddd7327cbd4f408330fef0e37e8f191a3c8cd0f730e74a30"], ["created_at", "2015-07-01 15:04:36.479551"], ["updated_at", "2015-07-01 15:04:36.479551"]]
66448
+  (0.6ms) commit transaction
66449
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]
66450
+  (0.8ms) DELETE FROM "users";
66451
+  (0.0ms) begin transaction
66452
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Dr. Edison Jaskolski"], ["password_salt", "4fd1b43440d34f267d510f72f62b58e3338db7645f48612c332f0b0ba36294e55328000c78fd85e4bac20fe66d51da290a7827f05223768ea97d7aee07d48a00757892608a606a489b925ac8ae2ca14ccd8eda5e3e0c41a230560f3987b9945bae14f48695dbf6237c96fe2e33ff0db655bf7b45fe10d0ae2dd8e790c5c924a7"], ["password_digest", "25b995bfc725bd387f9418e2f1dcb120a032e23f8449392f73f95b0d8594c06b"], ["created_at", "2015-07-01 15:04:36.498440"], ["updated_at", "2015-07-01 15:04:36.498440"]]
66453
+  (0.7ms) commit transaction
66454
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]
66455
+  (1.1ms) DELETE FROM "users";
66456
+  (0.2ms) begin transaction
66457
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Larissa Haag"], ["password_salt", "ba55dc0aebd44a381d5aa0a0f427d12134553ea0b1d9f0660579399bbdfff5c33ea8cae164bf6c76282c5eda3c0b07d4c4dd856e7b796466c8296db321aeadd9e9a6b90ab84dcc01d4760bba6d8f8e4468aecb3e79c78a2c541ecf1a74b28458c2ef8feb7a303dd224668a841f1b44c3877352ecdc522238f377c7872083a50c"], ["password_digest", "42171473c734cf529696bf0d1ccf93bbd66ab3e025b9b5adc6055d615a119687"], ["created_at", "2015-07-01 15:04:36.511895"], ["updated_at", "2015-07-01 15:04:36.511895"]]
66458
+  (0.6ms) commit transaction
66459
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]
66460
+  (0.7ms) DELETE FROM "users";
66461
+  (0.1ms) begin transaction
66462
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "confirmation_key", "confirmation_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user4@example.com"], ["nickname", "Mrs. Alda Mitchell"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-07-01 16:04:36.517738"], ["password_salt", "b795c45329ab9538114815f95f4606c0f8b976a5c36cbbb41967c2617a108791633dbe18a33c054a22c75811babe5740599d84dc3d81808b680b8191d2cb88efc5370059fff044c51a3b19ac3936ebe22afbf30bbab5ddb12e20c9b93985e5ba7475f842d2e951142361bffeba9f019ea0c01a6516fa082331440ca062617408"], ["password_digest", "a3058bda04e0310ff8fbfc1f42cb17e4a9098367b66f41cce985d0b14960315c"], ["created_at", "2015-07-01 15:04:36.523015"], ["updated_at", "2015-07-01 15:04:36.523015"]]
66463
+  (0.6ms) commit transaction
66464
+  (0.0ms) begin transaction
66465
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-07-01 15:04:36.525738"], ["password_salt", "810ac2707c0a0a63c58fce0de610d410a2f180faa28e0042a44f1b4b2ca6766d7655906a83d69330f4d21a15f262b3c1264f9606e5c75287c3f25e2f2faaf065c8305f23233504e387f5a2498e1ffb2f79cbc0c5d21e5bb2cdcbab9f12f3ca81c702b111c60d7af65af945350e6287dc2ec4656a350af505fc442e2d28cae10e939"], ["password_digest", "133f551a48945d896827583edd2f7d0eb72ecbcbb39e8fddcb1b2b5db174a576"], ["confirmation_key", nil], ["updated_at", "2015-07-01 15:04:36.525738"], ["id", 810]]
66466
+  (0.0ms) commit transaction
66467
+  (0.6ms) DELETE FROM "users";
66468
+  (0.1ms) begin transaction
66469
+ SQL (0.7ms) INSERT INTO "users" ("email", "nickname", "confirmation_key", "confirmation_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user5@example.com"], ["nickname", "Zane Roberts"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-07-01 16:04:36.538965"], ["password_salt", "764eaa8aac8d5531b57cf5fee057953ffe275b5dc7461f44bd310d460a53892abd536157f75591f5f01fc9db70e676267b9566de9a42f812fab3c047c44d298784b90da2d90cd92828a1a69df392054300ac2defb5a8b7cd23d88e8814fdce4b132b7cd86cc10277f4d0c82a8d079fdf0db9ff646f87c18b3f3763c20ef8da4e"], ["password_digest", "ef05fe193c5a09f8017baed9f52c7497b7d0bd73bd5614b8b2f62f6babef17e1"], ["created_at", "2015-07-01 15:04:36.546609"], ["updated_at", "2015-07-01 15:04:36.546609"]]
66470
+  (0.9ms) commit transaction
66471
+  (0.0ms) begin transaction
66472
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-07-01 15:04:36.550556"], ["password_salt", "811b30392c1ea21a9414607d68bca1450fd99d293ac8531d07e33205c56e2c28d6383e393381a873be9abac14816d8c4097fdfccea35077567e45395af626a50833f671bb8e013d1063e84b3055de4269da518b75c5718d7e0e0cf090dd690952c81dd6257b40ee052dd42b910bb12df8ef45d249baa157fe325c75a774fe9a871f"], ["password_digest", "00003e81db581e3b0481020d2ea0e18556ab720e47173ba974ac8989fba9a63c"], ["confirmation_key", nil], ["updated_at", "2015-07-01 15:04:36.550556"], ["id", 811]]
66473
+  (0.0ms) commit transaction
66474
+  (0.6ms) DELETE FROM "users";
66475
+  (0.1ms) begin transaction
66476
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "confirmation_key", "confirmation_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user6@example.com"], ["nickname", "Willis Tromp"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-07-01 16:04:36.564917"], ["password_salt", "f45fd12130b9e4edbd382769964afda0145604c2aa6501494fb551cefe818dc6e88f3dffe0e850052199ca042d638bb3ff41a708e3e324695f8b9e62fa9040a3b7340c2f119f1d91fe348910d4239b6df11cebdc9fdc077c7ab60177a90d416728e2615b66c1f98683efdff2cc3eacab8b07c6d6fa76152d4f670b39a647325c"], ["password_digest", "2db25ff98b6086f570e5c654d3b8817680b2d463fac2b4c0d17e1f0fd1a0fab8"], ["created_at", "2015-07-01 15:04:36.571356"], ["updated_at", "2015-07-01 15:04:36.571356"]]
66477
+  (0.7ms) commit transaction
66478
+  (0.0ms) begin transaction
66479
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-07-01 15:04:36.574072"], ["password_salt", "812052e087f8184f31d7300300401ad0c9d05b8c3a173aeb8155f00a807eaafcdaf063d360741bd53a38342351e69b648c95c2080ffee2b4c43dc488d76a8c118307eb841018d06cbdc937038e695010c4d56edc6d6c9f0269e7f96517de9fa5f7c69c8610c2cc49e1669219024cbc0bf7e41391554ace7ecc7ac30cfb6e28a2133"], ["password_digest", "fe8577280f85dee6b4b0dc44b22fb57701f2334d2c52489107c8f5fedc44342a"], ["confirmation_key", nil], ["updated_at", "2015-07-01 15:04:36.574072"], ["id", 812]]
66480
+  (0.0ms) commit transaction
66481
+  (0.7ms) DELETE FROM "users";
66482
+  (0.1ms) begin transaction
66483
+ SQL (0.5ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user7@example.com"], ["nickname", "Dr. Christophe Morissette"], ["password_salt", "b92359b5f58796cb4a80d8ad61fc35c3ea8429c01c84d6d02fceec1f12917c6e2ca6b939efb7aca1f5b3f87dd441fe2001289428878b7ee42ddf5dd9a40c4e2b37268f341ad4e1db0c5090c41b78bb72fcec7b265956ddef4d0bcb6b48b7defaeb4db9cb2730d498b725cc7f2db10394d24e72ab43806060aa47b5086ef66b2c"], ["password_digest", "1ce23e0bf3a1a62d4a468102fa12ecd2f91c8ba87848d9eb4e0843980d6fc8eb"], ["created_at", "2015-07-01 15:04:36.593030"], ["updated_at", "2015-07-01 15:04:36.593030"]]
66484
+  (1.3ms) commit transaction
66485
+  (0.2ms) begin transaction
66486
+ SQL (0.3ms) UPDATE "users" SET "reset_password_key" = ?, "reset_password_key_expired_at" = ?, "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_key", "8a0376c911267795109267837996453e972ed87409d00ee23c22975ada571e7b"], ["reset_password_key_expired_at", "2015-07-01 16:04:36.597525"], ["password_salt", "813b242606040869285de9d4de4e49fb92b0134e17c7d76754b6b78d1e3fb0d47578bb31862c7a27def7441607a61d283e55c649bc2a94d93d853aa9fdf10c153f24f8ef8b0cb128711326513afd377192a9fa994e002766e9b99d9d099cc03450db2c4d66777bc7f7d7eac7cb06d507ddea041f35fabaff1619fb727b800dc2948"], ["password_digest", "bfc0fc6116b996bd828b0240e6e3e07a2845d808d96b65b61cc545c63808f03b"], ["updated_at", "2015-07-01 15:04:36.604128"], ["id", 813]]
66487
+  (0.5ms) commit transaction
66488
+  (0.6ms) DELETE FROM "users";
66489
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
66490
+  (0.1ms) begin transaction
66491
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Ceasar Rath"], ["password_salt", "538831cd8de3d40e4372fb97c5bb80f1116e61acd539c13eedc9c574fa7359be149c7d6123780f38d684c1911f47872e2c6fb49abfe132a798c17f92b2e1e11ca8feddee9f3788e0a5051084e0c370b25917173a8aa367f7832619cf583c507b476e1e4e56f0b58bb3605a822dec62d04a37ad64b7a6c229d30fdbd9775f9f79"], ["password_digest", "67b46feaeebb7a38138c522b6f58d54b25c296431de29ae04088f31f806f9aac"], ["created_at", "2015-07-01 15:06:52.024174"], ["updated_at", "2015-07-01 15:06:52.024174"]]
66492
+  (1.6ms) commit transaction
66493
+  (0.8ms) DELETE FROM "users";
66494
+  (0.1ms) begin transaction
66495
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Chester Botsford"], ["password_salt", "b2c267c59fa35f4efac28cd1ee4fcf920a0db23e2ccce7306b4a6b2687977658c0ea6abf0ce4d5a9c363fa5a13ae005ccead1e0dfebd4a198b363c2ca39482f4e7c62cbfa6840825e6779136f85f212ec02c67fd672c77b000ce59d3f80b7b9d69b9b1ff053d2cb28e0cf6e3cab447f8b932287c3d32e7646a459b4bc15a70a7"], ["password_digest", "47b3d2db12c3018a2cdf579d249913112fbd967e238a077eca1cbe5c36526629"], ["created_at", "2015-07-01 15:06:52.038690"], ["updated_at", "2015-07-01 15:06:52.038690"]]
66496
+  (0.7ms) commit transaction
66497
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 815]]
66498
+  (0.7ms) DELETE FROM "users";
66499
+  (0.0ms) begin transaction
66500
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Leila Fahey Sr."], ["password_salt", "c9a5769013c9aa8dbd617df8308e8d63c4239960a3af87504c8baa38499bd2e3c10ebf0a62116796f55b8c21c63a36ffdf0d2561a62a7f7c07e00b2f45bb24e3c2eb3e49b53949d1ff2055e8da1da8a5d5b289fc04fcb748335b7df2e5d42526980fb846d0491d1605f9f294f8e092719c03ad0b07d9c42ca0e7ec2e349b7c07"], ["password_digest", "2a9313abf32768b772003c7e21a690d6882165b1bcb8f79d564097bbac7ea191"], ["created_at", "2015-07-01 15:06:52.054989"], ["updated_at", "2015-07-01 15:06:52.054989"]]
66501
+  (0.7ms) commit transaction
66502
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66503
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
66504
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (19.0ms)
66505
+ Completed 200 OK in 232ms (Views: 231.6ms | ActiveRecord: 0.0ms)
66506
+ Started POST "/confirmation_requests" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66507
+ Processing by Nyauth::ConfirmationRequestsController#create as HTML
66508
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com"}, "commit"=>"request confirmation"}
66509
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]
66510
+  (0.1ms) begin transaction
66511
+ SQL (0.3ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "375dd95011581e8cd4e7e2ea4b2071c99a42fc8a9e9f201ae3a195c8019d448e"], ["confirmation_key_expired_at", "2015-07-01 16:06:52.314793"], ["updated_at", "2015-07-01 15:06:52.315356"], ["id", 816]]
66512
+  (0.7ms) commit transaction
66513
+ Redirected to http://www.example.com/
66514
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.html.erb within layouts/nyauth/mailer (2.0ms)
66515
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (1.9ms)
66516
+
66517
+ Nyauth::RequestMailer#request_confirmation: processed outbound mail in 221.9ms
66518
+
66519
+ Sent mail to user1@example.com (5.2ms)
66520
+ Date: Thu, 02 Jul 2015 00:06:52 +0900
66521
+ From: from@example.com
66522
+ To: user1@example.com
66523
+ Message-ID: <5594020c868ee_5fb73ff9e4c60200500d6@mbpA1502.local.mail>
66524
+ Subject: Request confirmation
66525
+ Mime-Version: 1.0
66526
+ Content-Type: multipart/alternative;
66527
+ boundary="--==_mimepart_5594020c85af7_5fb73ff9e4c60200499ae";
66528
+ charset=UTF-8
66529
+ Content-Transfer-Encoding: 7bit
66530
+
66531
+
66532
+ ----==_mimepart_5594020c85af7_5fb73ff9e4c60200499ae
66533
+ Content-Type: text/plain;
66534
+ charset=UTF-8
66535
+ Content-Transfer-Encoding: 7bit
66536
+
66537
+ Plese confirm your email
66538
+
66539
+ http://www.example.com/confirmations/375dd95011581e8cd4e7e2ea4b2071c99a42fc8a9e9f201ae3a195c8019d448e
66540
+
66541
+
66542
+ ----==_mimepart_5594020c85af7_5fb73ff9e4c60200499ae
66543
+ Content-Type: text/html;
66544
+ charset=UTF-8
66545
+ Content-Transfer-Encoding: 7bit
66546
+
66547
+ <p>
66548
+ Plese confirm your email
66549
+ </p>
66550
+ <p>
66551
+ <a href="http://www.example.com/confirmations/375dd95011581e8cd4e7e2ea4b2071c99a42fc8a9e9f201ae3a195c8019d448e">confirm</a>
66552
+ </p>
66553
+
66554
+
66555
+ ----==_mimepart_5594020c85af7_5fb73ff9e4c60200499ae--
66556
+
66557
+ Completed 302 Found in 241ms (ActiveRecord: 1.2ms)
66558
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66559
+ Processing by PagesController#index as HTML
66560
+ Rendered pages/index.html.erb within layouts/application (0.3ms)
66561
+ Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
66562
+ Started GET "/confirmations/375dd95011581e8cd4e7e2ea4b2071c99a42fc8a9e9f201ae3a195c8019d448e" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66563
+ Processing by Nyauth::ConfirmationsController#update as HTML
66564
+ Parameters: {"confirmation_key"=>"375dd95011581e8cd4e7e2ea4b2071c99a42fc8a9e9f201ae3a195c8019d448e"}
66565
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "375dd95011581e8cd4e7e2ea4b2071c99a42fc8a9e9f201ae3a195c8019d448e"]]
66566
+  (0.0ms) begin transaction
66567
+ SQL (0.2ms) UPDATE "users" SET "confirmed_at" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-07-01 15:06:52.576385"], ["confirmation_key", nil], ["updated_at", "2015-07-01 15:06:52.577065"], ["id", 816]]
66568
+  (1.5ms) commit transaction
66569
+ Redirected to http://www.example.com/
66570
+ Completed 302 Found in 16ms (ActiveRecord: 1.9ms)
66571
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66572
+ Processing by PagesController#index as HTML
66573
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66574
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
66575
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 816]]
66576
+  (1.1ms) DELETE FROM "users";
66577
+  (0.1ms) begin transaction
66578
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Alexandria Prosacco"], ["password_salt", "7ea8d2230f78db62f4dafd177c54808cef2513e40c6d7010418102f06471ff85dbe0f69a5c3b6ac145e145c7031e519c09e40f33739db6099e1430a5d8ad1226726e166b9bdf34e12d3df5df5184fb5d1ceb0429166ac8f5d9c56368c8a23a7a5bace93f928e84c67a075f3746d3b73fd8a0b9405a0e967c82456fbb0aee09cd"], ["password_digest", "03b42a57742c97a1ded9e7f8a2f47d18d4eded0a2188da4af36029325b850ede"], ["created_at", "2015-07-01 15:06:52.617466"], ["updated_at", "2015-07-01 15:06:52.617466"]]
66579
+  (0.6ms) commit transaction
66580
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66581
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
66582
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (5.5ms)
66583
+ Completed 200 OK in 9ms (Views: 9.2ms | ActiveRecord: 0.0ms)
66584
+ Started POST "/confirmation_requests" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66585
+ Processing by Nyauth::ConfirmationRequestsController#create as HTML
66586
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user2@example.com"}, "commit"=>"request confirmation"}
66587
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]
66588
+  (0.0ms) begin transaction
66589
+ SQL (0.2ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "7382d692ba8f59a3b9db63ff22ea9998d24587411681d8927d26c84a8eec0e0e"], ["confirmation_key_expired_at", "2015-07-01 16:06:52.639291"], ["updated_at", "2015-07-01 15:06:52.639710"], ["id", 817]]
66590
+  (0.6ms) commit transaction
66591
+ Redirected to http://www.example.com/
66592
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.html.erb within layouts/nyauth/mailer (3.9ms)
66593
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (4.0ms)
66594
+
66595
+ Nyauth::RequestMailer#request_confirmation: processed outbound mail in 10.1ms
66596
+
66597
+ Sent mail to user2@example.com (2.1ms)
66598
+ Date: Thu, 02 Jul 2015 00:06:52 +0900
66599
+ From: from@example.com
66600
+ To: user2@example.com
66601
+ Message-ID: <5594020ca0150_5fb73ff9e4c60200502d8@mbpA1502.local.mail>
66602
+ Subject: Request confirmation
66603
+ Mime-Version: 1.0
66604
+ Content-Type: multipart/alternative;
66605
+ boundary="--==_mimepart_5594020c9fc04_5fb73ff9e4c6020050125";
66606
+ charset=UTF-8
66607
+ Content-Transfer-Encoding: 7bit
66608
+
66609
+
66610
+ ----==_mimepart_5594020c9fc04_5fb73ff9e4c6020050125
66611
+ Content-Type: text/plain;
66612
+ charset=UTF-8
66613
+ Content-Transfer-Encoding: 7bit
66614
+
66615
+ Plese confirm your email
66616
+
66617
+ http://www.example.com/confirmations/7382d692ba8f59a3b9db63ff22ea9998d24587411681d8927d26c84a8eec0e0e
66618
+
66619
+
66620
+ ----==_mimepart_5594020c9fc04_5fb73ff9e4c6020050125
66621
+ Content-Type: text/html;
66622
+ charset=UTF-8
66623
+ Content-Transfer-Encoding: 7bit
66624
+
66625
+ <p>
66626
+ Plese confirm your email
66627
+ </p>
66628
+ <p>
66629
+ <a href="http://www.example.com/confirmations/7382d692ba8f59a3b9db63ff22ea9998d24587411681d8927d26c84a8eec0e0e">confirm</a>
66630
+ </p>
66631
+
66632
+
66633
+ ----==_mimepart_5594020c9fc04_5fb73ff9e4c6020050125--
66634
+
66635
+ Completed 302 Found in 19ms (ActiveRecord: 1.0ms)
66636
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66637
+ Processing by PagesController#index as HTML
66638
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66639
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
66640
+ Started GET "/confirmations/7382d692ba8f59a3b9db63ff22ea9998d24587411681d8927d26c84a8eec0e0e" for 127.0.0.1 at 2015-07-02 03:06:52 +0900
66641
+ Processing by Nyauth::ConfirmationsController#update as HTML
66642
+ Parameters: {"confirmation_key"=>"7382d692ba8f59a3b9db63ff22ea9998d24587411681d8927d26c84a8eec0e0e"}
66643
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "7382d692ba8f59a3b9db63ff22ea9998d24587411681d8927d26c84a8eec0e0e"]]
66644
+  (0.0ms) begin transaction
66645
+  (0.0ms) rollback transaction
66646
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmations/edit.html.erb within layouts/application (0.0ms)
66647
+ Completed 200 OK in 0ms (Views: 7.7ms | ActiveRecord: 0.0ms)
66648
+  (0.9ms) DELETE FROM "users";
66649
+  (0.1ms) begin transaction
66650
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Soledad Abbott"], ["password_salt", "693c7eec4cdb319cc2dd6669993218671482246bffd3a877f9297ce4f2d0d3426bee77fab0d7be651baeb314d35509ee8503af52f6e370b47aea6aedd8d3673581b78c2d0b7bf7dc880f8241decffa9e3941f832998ba8bd7b2d9f41d53065a22ba994e7fb62e4f6bb692f32dd2970088bb964ffceb7d6788f9382382a582e7b"], ["password_digest", "f2057e714998644f549a055b9f3c696021d4360b08925af68d3a469803183e34"], ["created_at", "2015-07-01 15:06:52.692200"], ["updated_at", "2015-07-01 15:06:52.692200"]]
66651
+  (0.5ms) commit transaction
66652
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66653
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66654
+ Started GET "/rack_session" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66655
+ Started GET "/password/edit" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66656
+ Processing by Nyauth::PasswordsController#edit as HTML
66657
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 818]]
66658
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 818]]
66659
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.erb within layouts/application (8.3ms)
66660
+ Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.2ms)
66661
+ Started PATCH "/password" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66662
+ Processing by Nyauth::PasswordsController#update as HTML
66663
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"}
66664
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 818]]
66665
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 818]]
66666
+  (0.1ms) begin transaction
66667
+ SQL (0.3ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "818478cb23fbbb7357b7468aff15f310e050a6286d55d5cb380472bdfc435d2fef5f584b3865308174860c32fe48eb52a30b2c3ec60801dc23379645af58c9077fa4f576a9a8095f2c745507f57f54d9b349d49dd26c3637045fa2fbad3317eb707ed1a2b85a3cbe2dd539fd8090c5c146a6e403e0bd7ee20f7b0cdc987fb166a68"], ["password_digest", "a0b6b3e3a7b17fa3b685b0eeb9bc7a2d1fb00e30bb28449186795bcefc6017f0"], ["updated_at", "2015-07-01 15:06:52.743932"], ["id", 818]]
66668
+  (0.5ms) commit transaction
66669
+ Redirected to http://www.example.com/
66670
+ Completed 302 Found in 15ms (ActiveRecord: 1.2ms)
66671
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66672
+ Processing by PagesController#index as HTML
66673
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66674
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
66675
+  (1.0ms) DELETE FROM "users";
66676
+  (0.1ms) begin transaction
66677
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Herminio Tillman"], ["password_salt", "4a846877a7c64a6cf5a2177e8b3528c59777305d269dcde340fbf5adbeae3cf348abea44d15ff04501b34bc01391c78589db86bd2522aae9a9ef596566d77bc02a6723c5d05f3e2f8e6f07ac134f6b08a4da336758ee0acca7aef598de1b960d006f7e1f48ec1a928e75f86b2b7d5bcb7dcb0b9168d16a60009dd9079f25e3bf"], ["password_digest", "99a29f18fdb8d3bce12da0b4449e76f24dd1cd85100cd221e20057090ca8c550"], ["created_at", "2015-07-01 15:06:52.763734"], ["updated_at", "2015-07-01 15:06:52.763734"]]
66678
+  (0.6ms) commit transaction
66679
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66680
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66681
+ Started GET "/rack_session" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66682
+ Started GET "/password/edit" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66683
+ Processing by Nyauth::PasswordsController#edit as HTML
66684
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 819]]
66685
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 819]]
66686
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.erb within layouts/application (6.0ms)
66687
+ Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
66688
+ Started PATCH "/password" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66689
+ Processing by Nyauth::PasswordsController#update as HTML
66690
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"}
66691
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 819]]
66692
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 819]]
66693
+  (0.0ms) begin transaction
66694
+  (0.0ms) rollback transaction
66695
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.erb within layouts/application (10.2ms)
66696
+ Completed 200 OK in 20ms (Views: 14.0ms | ActiveRecord: 0.2ms)
66697
+  (1.0ms) DELETE FROM "users";
66698
+ Started GET "/registration/new" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66699
+ Processing by Nyauth::RegistrationsController#new as HTML
66700
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (8.2ms)
66701
+ Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.0ms)
66702
+ Started POST "/registration" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66703
+ Processing by Nyauth::RegistrationsController#create as HTML
66704
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
66705
+  (0.1ms) begin transaction
66706
+ SQL (0.6ms) INSERT INTO "users" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "user1@example.com"], ["password_salt", "7ac492603d40deb07a963c8cfe71fa7d42c7edad6af352c9cc938ec58095a2843baeaeadecb71c10973c3ac31a234c4cf7f245d3158a2405a4d5e9f22d278eebe6737a5fc4078adbc58184eb0aecf87b86ca53303ed3ebfcad74f3799321bb3fe161209364e966d485c26fb806bbb515597d11de26d22ac27a2044a34759d3cf"], ["password_digest", "a4de59683c7e2a4e3a391cb5e8bd0f4c4bd94f1ee6893445141ee0ad0ffe25ec"], ["created_at", "2015-07-01 15:06:52.867387"], ["updated_at", "2015-07-01 15:06:52.867387"]]
66707
+  (1.2ms) commit transaction
66708
+ Redirected to http://www.example.com/
66709
+ Completed 302 Found in 19ms (ActiveRecord: 1.9ms)
66710
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66711
+ Processing by PagesController#index as HTML
66712
+ Rendered pages/index.html.erb within layouts/application (0.2ms)
66713
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
66714
+ User Load (0.2ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1
66715
+  (0.9ms) DELETE FROM "users";
66716
+ Started GET "/registration/new" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66717
+ Processing by Nyauth::RegistrationsController#new as HTML
66718
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (5.4ms)
66719
+ Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.0ms)
66720
+ Started POST "/registration" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66721
+ Processing by Nyauth::RegistrationsController#create as HTML
66722
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
66723
+  (0.1ms) begin transaction
66724
+  (0.0ms) rollback transaction
66725
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (5.8ms)
66726
+ Completed 200 OK in 16ms (Views: 9.5ms | ActiveRecord: 0.1ms)
66727
+  (0.1ms) begin transaction
66728
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Joannie Wolf MD"], ["password_salt", "a4b8ba0fa23141fa756d2bfacc55b918fa0619d39d7677bd7f29278e2c927523d02f09f7040da132e24742de7c2cc1ac6c251fa134313dc24501e872413933999340ed2a4057bd56202de6a27da1a4cf137bc89e477a6b4def4768a22f3b0e2df9508ca4587b7add072f2b6930e44897ed0dd46ad279beef4207546a33538e11"], ["password_digest", "dd60122a885783aa9b75b34242216e97f50c563b9f12095029a5547a76a4f681"], ["created_at", "2015-07-01 15:06:52.934982"], ["updated_at", "2015-07-01 15:06:52.934982"]]
66729
+  (0.6ms) commit transaction
66730
+ Started GET "/reset_password_requests/new" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66731
+ Processing by Nyauth::ResetPasswordRequestsController#new as HTML
66732
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_password_requests/new.html.erb within layouts/application (12.1ms)
66733
+ Completed 200 OK in 23ms (Views: 23.0ms | ActiveRecord: 0.0ms)
66734
+ Started POST "/reset_password_requests" for 127.0.0.1 at 2015-07-02 00:06:52 +0900
66735
+ Processing by Nyauth::ResetPasswordRequestsController#create as HTML
66736
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com"}, "commit"=>"reset password"}
66737
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]
66738
+  (0.1ms) begin transaction
66739
+ SQL (0.7ms) UPDATE "users" SET "reset_password_key" = ?, "reset_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_key", "b1fb7d1462141a13899ea37fa90744e424665c6431749761ac50835ad5089f88"], ["reset_password_key_expired_at", "2015-07-01 16:06:52.975479"], ["updated_at", "2015-07-01 15:06:52.975994"], ["id", 821]]
66740
+  (0.6ms) commit transaction
66741
+ Redirected to http://www.example.com/
66742
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.html.erb within layouts/nyauth/mailer (2.4ms)
66743
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.text.erb within layouts/nyauth/mailer (1.7ms)
66744
+
66745
+ Nyauth::RequestMailer#request_reset_password: processed outbound mail in 22.3ms
66746
+
66747
+ Sent mail to user1@example.com (2.1ms)
66748
+ Date: Thu, 02 Jul 2015 00:06:53 +0900
66749
+ From: from@example.com
66750
+ To: user1@example.com
66751
+ Message-ID: <5594020d1ddb_5fb73ff9e4c60200504fd@mbpA1502.local.mail>
66752
+ Subject: Request reset password
66753
+ Mime-Version: 1.0
66754
+ Content-Type: multipart/alternative;
66755
+ boundary="--==_mimepart_5594020d1744_5fb73ff9e4c60200503a2";
66756
+ charset=UTF-8
66757
+ Content-Transfer-Encoding: 7bit
66758
+
66759
+
66760
+ ----==_mimepart_5594020d1744_5fb73ff9e4c60200503a2
66761
+ Content-Type: text/plain;
66762
+ charset=UTF-8
66763
+ Content-Transfer-Encoding: 7bit
66764
+
66765
+ Plese set your new password
66766
+
66767
+ http://www.example.com/reset_passwords/b1fb7d1462141a13899ea37fa90744e424665c6431749761ac50835ad5089f88/edit
66768
+
66769
+
66770
+ ----==_mimepart_5594020d1744_5fb73ff9e4c60200503a2
66771
+ Content-Type: text/html;
66772
+ charset=UTF-8
66773
+ Content-Transfer-Encoding: 7bit
66774
+
66775
+ <p>
66776
+ Plese set your new password
66777
+ </p>
66778
+ <p>
66779
+ <a href="http://www.example.com/reset_passwords/b1fb7d1462141a13899ea37fa90744e424665c6431749761ac50835ad5089f88/edit">set new password</a>
66780
+ </p>
66781
+
66782
+
66783
+ ----==_mimepart_5594020d1744_5fb73ff9e4c60200503a2--
66784
+
66785
+ Completed 302 Found in 36ms (ActiveRecord: 1.5ms)
66786
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66787
+ Processing by PagesController#index as HTML
66788
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66789
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
66790
+ Started GET "/reset_passwords/b1fb7d1462141a13899ea37fa90744e424665c6431749761ac50835ad5089f88/edit" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66791
+ Processing by Nyauth::ResetPasswordsController#edit as HTML
66792
+ Parameters: {"reset_password_key"=>"[FILTERED]"}
66793
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_key" = ? LIMIT 1 [["reset_password_key", "b1fb7d1462141a13899ea37fa90744e424665c6431749761ac50835ad5089f88"]]
66794
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_passwords/edit.html.erb within layouts/application (5.5ms)
66795
+ Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.1ms)
66796
+ Started PATCH "/reset_passwords/b1fb7d1462141a13899ea37fa90744e424665c6431749761ac50835ad5089f88" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66797
+ Processing by Nyauth::ResetPasswordsController#update as HTML
66798
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "reset_password_key"=>"[FILTERED]"}
66799
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_key" = ? LIMIT 1 [["reset_password_key", "b1fb7d1462141a13899ea37fa90744e424665c6431749761ac50835ad5089f88"]]
66800
+  (0.0ms) begin transaction
66801
+ SQL (0.3ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "reset_password_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "821a2e968cd291b6663d25c4be6f9afc409dc4a15b4c2be991e57feb778dd3d2bea654df47698b780716a3e4f819cfc2e9b0081d3d4024cebe999716ec48b66399cc4b54665168243ee3a566961922521fa07d16eca66eb445071a3d54e763cd9273d28f6e2104801d76ec749acfa9ced3080ce9cd20ffbe88b0b9fc1ffdc83b005"], ["password_digest", "247225240d4aa27db3779986448594933f77c1208fb560b856a641f78e2aba76"], ["reset_password_key", nil], ["updated_at", "2015-07-01 15:06:53.047963"], ["id", 821]]
66802
+  (0.7ms) commit transaction
66803
+ Redirected to http://www.example.com/session/new
66804
+ Completed 302 Found in 19ms (ActiveRecord: 1.1ms)
66805
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66806
+ Processing by Nyauth::SessionsController#new as HTML
66807
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (5.9ms)
66808
+ Completed 200 OK in 16ms (Views: 14.1ms | ActiveRecord: 0.0ms)
66809
+  (1.0ms) DELETE FROM "users";
66810
+  (0.0ms) begin transaction
66811
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Eino Sauer"], ["password_salt", "6926255c94d09ba16c2865b9455e9a5d528759e529b9c79698fb403e29e37454768a872b375dc95c7d672a6ff0c36d4ebd101007066d5c19a6e3cafcbe01ee13180f4648ee1a9f7ec39a7a1458be6923369cdbde59e1a0aa8464a59bf779889d09d8d1e9380a06d9751122c2bec3ac887189e655047a977fa40711f8a6b7cb9e"], ["password_digest", "ede245da6ed04682907f46394110def6222e8d9b1084a7e69f088f66c01495f4"], ["created_at", "2015-07-01 15:06:53.093026"], ["updated_at", "2015-07-01 15:06:53.093026"]]
66812
+  (0.7ms) commit transaction
66813
+ Started GET "/reset_password_requests/new" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66814
+ Processing by Nyauth::ResetPasswordRequestsController#new as HTML
66815
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_password_requests/new.html.erb within layouts/application (6.2ms)
66816
+ Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)
66817
+ Started POST "/reset_password_requests" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66818
+ Processing by Nyauth::ResetPasswordRequestsController#create as HTML
66819
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user2@example.com"}, "commit"=>"reset password"}
66820
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]
66821
+  (0.0ms) begin transaction
66822
+ SQL (0.2ms) UPDATE "users" SET "reset_password_key" = ?, "reset_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_key", "54be8ac98e340bad321250207874233e458df916839b90e4c01e8bb6fc948f6a"], ["reset_password_key_expired_at", "2015-07-01 16:06:53.114068"], ["updated_at", "2015-07-01 15:06:53.114452"], ["id", 822]]
66823
+  (0.8ms) commit transaction
66824
+ Redirected to http://www.example.com/
66825
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.html.erb within layouts/nyauth/mailer (1.8ms)
66826
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.text.erb within layouts/nyauth/mailer (2.2ms)
66827
+
66828
+ Nyauth::RequestMailer#request_reset_password: processed outbound mail in 6.1ms
66829
+
66830
+ Sent mail to user2@example.com (4.4ms)
66831
+ Date: Thu, 02 Jul 2015 00:06:53 +0900
66832
+ From: from@example.com
66833
+ To: user2@example.com
66834
+ Message-ID: <5594020d1f238_5fb73ff9e4c60200506fa@mbpA1502.local.mail>
66835
+ Subject: Request reset password
66836
+ Mime-Version: 1.0
66837
+ Content-Type: multipart/alternative;
66838
+ boundary="--==_mimepart_5594020d1e73b_5fb73ff9e4c60200505d3";
66839
+ charset=UTF-8
66840
+ Content-Transfer-Encoding: 7bit
66841
+
66842
+
66843
+ ----==_mimepart_5594020d1e73b_5fb73ff9e4c60200505d3
66844
+ Content-Type: text/plain;
66845
+ charset=UTF-8
66846
+ Content-Transfer-Encoding: 7bit
66847
+
66848
+ Plese set your new password
66849
+
66850
+ http://www.example.com/reset_passwords/54be8ac98e340bad321250207874233e458df916839b90e4c01e8bb6fc948f6a/edit
66851
+
66852
+
66853
+ ----==_mimepart_5594020d1e73b_5fb73ff9e4c60200505d3
66854
+ Content-Type: text/html;
66855
+ charset=UTF-8
66856
+ Content-Transfer-Encoding: 7bit
66857
+
66858
+ <p>
66859
+ Plese set your new password
66860
+ </p>
66861
+ <p>
66862
+ <a href="http://www.example.com/reset_passwords/54be8ac98e340bad321250207874233e458df916839b90e4c01e8bb6fc948f6a/edit">set new password</a>
66863
+ </p>
66864
+
66865
+
66866
+ ----==_mimepart_5594020d1e73b_5fb73ff9e4c60200505d3--
66867
+
66868
+ Completed 302 Found in 18ms (ActiveRecord: 1.2ms)
66869
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66870
+ Processing by PagesController#index as HTML
66871
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66872
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
66873
+ Started GET "/reset_passwords/54be8ac98e340bad321250207874233e458df916839b90e4c01e8bb6fc948f6a/edit" for 127.0.0.1 at 2015-07-02 03:06:53 +0900
66874
+ Processing by Nyauth::ResetPasswordsController#edit as HTML
66875
+ Parameters: {"reset_password_key"=>"[FILTERED]"}
66876
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_key" = ? LIMIT 1 [["reset_password_key", "54be8ac98e340bad321250207874233e458df916839b90e4c01e8bb6fc948f6a"]]
66877
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_passwords/edit.html.erb within layouts/application (0.0ms)
66878
+ Completed 200 OK in 0ms (Views: 8.4ms | ActiveRecord: 0.0ms)
66879
+ Started PATCH "/reset_passwords/54be8ac98e340bad321250207874233e458df916839b90e4c01e8bb6fc948f6a" for 127.0.0.1 at 2015-07-02 03:06:53 +0900
66880
+ Processing by Nyauth::ResetPasswordsController#update as HTML
66881
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "reset_password_key"=>"[FILTERED]"}
66882
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_key" = ? LIMIT 1 [["reset_password_key", "54be8ac98e340bad321250207874233e458df916839b90e4c01e8bb6fc948f6a"]]
66883
+  (0.0ms) begin transaction
66884
+  (0.0ms) rollback transaction
66885
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_passwords/edit.html.erb within layouts/application (0.0ms)
66886
+ Completed 200 OK in 0ms (Views: 7.0ms | ActiveRecord: 0.0ms)
66887
+  (2.0ms) DELETE FROM "users";
66888
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66889
+ Processing by Nyauth::SessionsController#new as HTML
66890
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (5.9ms)
66891
+ Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)
66892
+  (0.1ms) begin transaction
66893
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Julie Larkin"], ["password_salt", "afedb1ca6eabab12b13069254d060b8f26ca8934617d6d1a54f7651527bd86a2f9a0aebcedda09b03496b71398ebd5e141934a2cc2131a7f343bda5d69a59f07b5a2ae26f549bb2db10c3cbd945a84ae5041072975a7f5a23af4f4120f3942beec4424e2c738e2b751cd3e81d88600a7650ba5a9f00b439ff38fd31c893531f5"], ["password_digest", "b3f0bd6ccf5f5d96208ba44ab11084d04b6ba399c92a75ac50a89797198d8567"], ["created_at", "2015-07-01 15:06:53.198999"], ["updated_at", "2015-07-01 15:06:53.198999"]]
66894
+  (0.8ms) commit transaction
66895
+ Started POST "/session" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66896
+ Processing by Nyauth::SessionsController#create as HTML
66897
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
66898
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "user1@example.com"]]
66899
+ Redirected to http://www.example.com/
66900
+ Completed 302 Found in 17ms (ActiveRecord: 0.3ms)
66901
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66902
+ Processing by PagesController#index as HTML
66903
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66904
+ Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
66905
+  (0.9ms) DELETE FROM "users";
66906
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66907
+ Processing by Nyauth::SessionsController#new as HTML
66908
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (7.7ms)
66909
+ Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms)
66910
+ Started POST "/session" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66911
+ Processing by Nyauth::SessionsController#create as HTML
66912
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
66913
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", ""]]
66914
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (4.3ms)
66915
+ Completed 200 OK in 14ms (Views: 9.8ms | ActiveRecord: 0.1ms)
66916
+  (0.1ms) begin transaction
66917
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Birdie Stiedemann V"], ["password_salt", "80c5a471035c83982edd0829b2fb9dffb971604c4c727687f8ea8cc3d8fa358de2e46001d06d5575c2b70aa9988cc17e512f60ffb518661f937852eb090e81e0ea20711fcc39372d2269e2ad3ef46dde599e1361fb33a0a69f28b469e1684245aabde06ce134c25b3805e71d3fa55296e9bc3d753ee6a9ecd856125afac96655"], ["password_digest", "06b1f6c6ab6ed8725ad56e00972b3020aef2555439640f83719fa54d96de4dca"], ["created_at", "2015-07-01 15:06:53.274503"], ["updated_at", "2015-07-01 15:06:53.274503"]]
66918
+  (0.7ms) commit transaction
66919
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66920
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66921
+ Started GET "/rack_session" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66922
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66923
+ Processing by PagesController#index as HTML
66924
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66925
+ Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
66926
+ Started DELETE "/session" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66927
+ Processing by Nyauth::SessionsController#destroy as HTML
66928
+ Redirected to http://www.example.com/session/new
66929
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
66930
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66931
+ Processing by Nyauth::SessionsController#new as HTML
66932
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (5.5ms)
66933
+ Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)
66934
+  (0.9ms) DELETE FROM "users";
66935
+ Started GET "/admin/session/new" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66936
+ Processing by Nyauth::SessionsController#new as HTML
66937
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (17.7ms)
66938
+ Completed 200 OK in 24ms (Views: 23.6ms | ActiveRecord: 0.0ms)
66939
+  (0.0ms) begin transaction
66940
+ SQL (0.3ms) INSERT INTO "admins" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "admin1@example.com"], ["password_salt", "00f9353500bc7fffce8e0d8209a08f9f688645837d6546b37a91450cfd1cb36ed0f232b1cab70f6f2f0a150e68f60dd75c23e0357ba73c19cdfe0d54023116af7d43c91cc7df5945c9c40a627b52119c264d0a8e0169b6619f122fd74cbb5f1ca2729cf3c42948dcb3093edae0aab45995e3514f82453281541d0651133589d2"], ["password_digest", "d3d3abfc2ce25f142a4b5979b70ce7355c00ef8965e1c1778b3fc155422c1b9b"], ["created_at", "2015-07-01 15:06:53.348058"], ["updated_at", "2015-07-01 15:06:53.348058"]]
66941
+  (0.5ms) commit transaction
66942
+ Started POST "/admin/session" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66943
+ Processing by Nyauth::SessionsController#create as HTML
66944
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"admin1@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
66945
+ Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? ORDER BY "admins"."id" DESC LIMIT 1 [["email", "admin1@example.com"]]
66946
+ Redirected to http://www.example.com/
66947
+ Completed 302 Found in 9ms (ActiveRecord: 0.2ms)
66948
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66949
+ Processing by PagesController#index as HTML
66950
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66951
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
66952
+  (1.4ms) DELETE FROM "admins";
66953
+ Started GET "/admin/session/new" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66954
+ Processing by Nyauth::SessionsController#new as HTML
66955
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (5.2ms)
66956
+ Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)
66957
+ Started POST "/admin/session" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66958
+ Processing by Nyauth::SessionsController#create as HTML
66959
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
66960
+ Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? ORDER BY "admins"."id" DESC LIMIT 1 [["email", ""]]
66961
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (4.3ms)
66962
+ Completed 200 OK in 14ms (Views: 10.1ms | ActiveRecord: 0.1ms)
66963
+  (0.1ms) begin transaction
66964
+ SQL (0.3ms) INSERT INTO "admins" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "admin2@example.com"], ["password_salt", "530d376a591542eae150abeeb8ce8ca29f477467688c21184b45ac4b53e689cf6286f58963bd79d2d2cb4a8dbb3f04065b07f40fc247dd8f600a1503cd311a18d5cc4f39460d099818f31d1c1ff22afbdd140906c4f3ed717ebf98a8d1f013e62fa5bf46f164dc1e5f07642a996d345ad20ac656b442dd09a978418427aa875c"], ["password_digest", "981183c898846bf21c4f7c964d636a0251ead81aa9d93f360497a0f9d8dbabcb"], ["created_at", "2015-07-01 15:06:53.412940"], ["updated_at", "2015-07-01 15:06:53.412940"]]
66965
+  (0.6ms) commit transaction
66966
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66967
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66968
+ Started GET "/rack_session" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66969
+ Started GET "/" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66970
+ Processing by PagesController#index as HTML
66971
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
66972
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
66973
+ Started DELETE "/session" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66974
+ Processing by Nyauth::SessionsController#destroy as HTML
66975
+ Redirected to http://www.example.com/session/new
66976
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
66977
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66978
+ Processing by Nyauth::SessionsController#new as HTML
66979
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (14.1ms)
66980
+ Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.0ms)
66981
+  (1.0ms) DELETE FROM "admins";
66982
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-02 00:06:53 +0900
66983
+ Processing by Nyauth::SessionsController#new as HTML
66984
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (6.0ms)
66985
+ Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)
66986
+  (0.1ms) begin transaction
66987
+ SQL (0.7ms) INSERT INTO "users" ("email", "nickname", "confirmation_key", "confirmation_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Marilie Bahringer"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-07-01 16:06:53.627999"], ["password_salt", "0a488bee53ef4355fd3e78705fc83364367126a98e5ad44af8eefc93f0a884e41e9e10ebcb40f72c840777b544f094ae28ea87468b15159a0586ced785d32c52ab6f9e3df893dccf79e7fde81e60e8ff8889fd0010a582f482dc1ee4283e883916ca36d5215e7affb8c16dee50ed72a22268faf393108bb2aac82a7711785d86"], ["password_digest", "a5668fa4dae1aa046d082379a125b19e79a439f0dab11a195861cf6744adf166"], ["created_at", "2015-07-01 15:06:53.632428"], ["updated_at", "2015-07-01 15:06:53.632428"]]
66988
+  (0.8ms) commit transaction
66989
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.html.erb within layouts/nyauth/mailer (4.0ms)
66990
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (3.1ms)
66991
+
66992
+ Nyauth::RequestMailer#request_confirmation: processed outbound mail in 10.1ms
66993
+  (0.9ms) DELETE FROM "users";
66994
+  (0.0ms) begin transaction
66995
+ SQL (0.6ms) INSERT INTO "users" ("email", "nickname", "reset_password_key", "reset_password_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Cornell Hoeger"], ["reset_password_key", "key"], ["reset_password_key_expired_at", "2015-07-01 16:06:53.649644"], ["password_salt", "0fc858f39e4da5b7fd62dce095f7b2638f0d50a62e6be28af9e79fb25e90c8340b861c5d2ccaf4ea54364999c4a31ae0f42b56582dc1304626bba45308c6ccaf124f4321cd9926dce63caa60eaa3752c4d28746330e4eb1b461fd8140095d1e2f6f1189368e3d504e76175b11e293dc141c71ec91b7240bb9ceccc76b87d606d"], ["password_digest", "658f4c0c155fe582761137239ec3d89430070ee4d617d44ded402255b272d0ec"], ["created_at", "2015-07-01 15:06:53.654259"], ["updated_at", "2015-07-01 15:06:53.654259"]]
66996
+  (0.7ms) commit transaction
66997
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.html.erb within layouts/nyauth/mailer (2.0ms)
66998
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.text.erb within layouts/nyauth/mailer (1.4ms)
66999
+
67000
+ Nyauth::RequestMailer#request_reset_password: processed outbound mail in 6.0ms
67001
+  (1.0ms) DELETE FROM "users";
67002
+  (0.1ms) begin transaction
67003
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Roberta Mosciski"], ["password_salt", "51cb170aefcd886064994a21397d9b6a8545311058e3ba42292bfebf68e9e815b5d31c75bc0cef875988dbd2f16bc24a51cf508cfb6f301db8d9b00901fd498051d6f18fd1e43c10da867747a191950d8897fa829f0e80d8ad262420604a4a757488dbee44c2d16455cc37d1d419c781ada97b428f4d7dc547f4eac4387ad46b"], ["password_digest", "e7354f8e9d80fcb31ce298fcc56502418b5a663afc2a1b6b1dc46f8b3036833a"], ["created_at", "2015-07-01 15:06:53.675476"], ["updated_at", "2015-07-01 15:06:53.675476"]]
67004
+  (0.8ms) commit transaction
67005
+  (0.7ms) DELETE FROM "users";
67006
+  (0.1ms) begin transaction
67007
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Freida Mraz III"], ["password_salt", "1e6a202b64d61c87fb515a1b0008f4022ab5af6e1b798a693fdab250bec6fc4e22d108beab09ec8b992e6c425076ac583f33c86da3ac4a296add4db15fe89cba1e7d9a652e015a6522b19199f7eaca50778a69569c1527bc8339ac28f1bd0836bdf6b6434ae2861dc48aa4e468ca15dfdeb297d1a86f277294c539ff78523bee"], ["password_digest", "80c026e5d9986148716f0adeebdc62f0a8cd480aff421a2f05292fbc1f168145"], ["created_at", "2015-07-01 15:06:53.684556"], ["updated_at", "2015-07-01 15:06:53.684556"]]
67008
+  (0.7ms) commit transaction
67009
+  (1.1ms) DELETE FROM "users";
67010
+  (0.1ms) begin transaction
67011
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user3@example.com"], ["nickname", "Rosina Kuvalis"], ["password_salt", "6f37b8f60973dd4f70065887644d5fe10e36b381d9b758f0f1fb9b840e7cdd7dcbdf35352b2539f6d68eac5345221a4de78b6314150eb006c71b2e02113ad8b0c6258624e396695797feb446ddc2bee9635dbf4bbe5a13c9f1012432f7b28b0f5aa1382c08ab1dd62a911bc1f48545644402a720cf07e01d06ddeeefadd46365"], ["password_digest", "6bcef99c362705ce36e3c5a962b6dde3a1c106f9c632a57fb85eae8a4d6cc592"], ["created_at", "2015-07-01 15:06:53.717290"], ["updated_at", "2015-07-01 15:06:53.717290"]]
67012
+  (1.0ms) commit transaction
67013
+  (1.1ms) DELETE FROM "users";
67014
+  (0.1ms) begin transaction
67015
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Charles Crist"], ["password_salt", "279c7877bb87c9e2b72c718cba892a95bf0b758027c9dc188eb50a074fad753c5f54bce2d2fe7e5ace918a41e5213cc339219648692e24b005b5d3436e801c2c129976849e928cd04500498e04f857d562a20fc8abae728ef39efbfb0e31b9ffe5f72f97ce71b3d921e9c90f856dd6a28cff95808666650f8d0faf38288e81fa"], ["password_digest", "292a3fab7ff8ae6f79b5285c500cdddd8c2b2eebe4fe944d9b012e923e7ef67d"], ["created_at", "2015-07-01 15:06:53.739569"], ["updated_at", "2015-07-01 15:06:53.739569"]]
67016
+  (0.8ms) commit transaction
67017
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]
67018
+  (1.0ms) DELETE FROM "users";
67019
+  (0.1ms) begin transaction
67020
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Aurore Murphy"], ["password_salt", "7ee56cd8589df734d84c307aa5372a59ce6bbd2c5f91d8c0cb60d63c62b906c62d3bf3529ba7abcccd5e912a83c4bd2ac87ba337ad5f706cdb4c3ba65f020f684eb179f2e79d366f0bca3904f496292d1ddca9ca32428ee98c6e005a69b995ab612a4af033859e6e19808f76728acb8207014ece0c1b97d16179529d590a634d"], ["password_digest", "b17bf72afd18a565b0590d77829a3f1a2bfabf7c3bce44053bafeff515dcea73"], ["created_at", "2015-07-01 15:06:53.759461"], ["updated_at", "2015-07-01 15:06:53.759461"]]
67021
+  (0.7ms) commit transaction
67022
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]
67023
+  (0.8ms) DELETE FROM "users";
67024
+  (0.1ms) begin transaction
67025
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Baylee Welch"], ["password_salt", "fb2b7eec70e0b39a13acf4a28a3d7f2b961c118f2bd5622ba19348e5f63605892c023a1aa802c9e661f623465900a943b2f04c5b894313d6cf49d6a88abb57847b5dafb8adbe3c12c8db208222dbb3e97b7748d1e1074b7aae0926d9da030f4243dcef45c490588d84d14459a1913a586d942dbf276c37b01552e459ff476edd"], ["password_digest", "bc108f5660b6a090f0389622ae2f3529b938499683ddb2bacf251cbc7042623f"], ["created_at", "2015-07-01 15:06:53.778020"], ["updated_at", "2015-07-01 15:06:53.778020"]]
67026
+  (0.7ms) commit transaction
67027
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]
67028
+  (1.0ms) DELETE FROM "users";
67029
+  (0.1ms) begin transaction
67030
+ SQL (0.5ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Fabiola Cassin"], ["password_salt", "650516c6e5ada7c671139ea04f9f22b1a28a09d58f4ed46ddb024db4ff1ddd09c38e3f4e191b6efa9ce268fcfc9cad150bb1e4d029a52de186a5ed247b0a8e635aa84a6ebbcb2f3215989442d8b68679d51c9b578b4bbf25b1a9fc8c01e54d60da1e854eeba74306b545f792a0c67fdf3cab114776d2f4d775ff205630addab6"], ["password_digest", "ed9468e9b949606db21c9b354d2aa6e23c49434fa5199b944e537020f82b243a"], ["created_at", "2015-07-01 15:06:53.792436"], ["updated_at", "2015-07-01 15:06:53.792436"]]
67031
+  (0.7ms) commit transaction
67032
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]
67033
+  (0.7ms) DELETE FROM "users";
67034
+  (0.0ms) begin transaction
67035
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "confirmation_key", "confirmation_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user4@example.com"], ["nickname", "Mrs. Alex Marvin"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-07-01 16:06:53.798523"], ["password_salt", "14b75f558b3c97bf0a2240d164e402d3778dfba0bc99399bc066ad4544210b5418ffe915477b69d751dc434744f81fc29c505a2af2b1c7eca9a5541d7ccd31c55d936e042870bf113f1e2315134c89452e58ff083232904bb8e6313d118bd8d03eaae4547c4ba58a5f2664c6b027f12693f70a57cbd7a9cb82e29203311ea78f"], ["password_digest", "d418399adab2698991f7afffd5d84be6a0efa7731a321a3b5ece1e980e9b48a0"], ["created_at", "2015-07-01 15:06:53.803823"], ["updated_at", "2015-07-01 15:06:53.803823"]]
67036
+  (0.6ms) commit transaction
67037
+  (0.0ms) begin transaction
67038
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-07-01 15:06:53.806269"], ["password_salt", "8343aed98d9a323d09c4c29384e41aabbeab0613afe1d3ff0313da60695181f891a1c6ad36a9d3bd69053f37be31f6fbcd67faa2473d20017db8da4896cf8345e47970628156d39726329651b878d0d716a131b3350f13f212e7518ff670f16d32fe910c64f7a099004231217900e2ff0d1ce0f1bdc228477ddf095d5ce046b5bf8"], ["password_digest", "2699995b2ed13eb334faba1092071bf69ee83173c937b2bfb5e891aa97d92324"], ["confirmation_key", nil], ["updated_at", "2015-07-01 15:06:53.806269"], ["id", 834]]
67039
+  (0.0ms) commit transaction
67040
+  (0.8ms) DELETE FROM "users";
67041
+  (0.0ms) begin transaction
67042
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "confirmation_key", "confirmation_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user5@example.com"], ["nickname", "Earl Dietrich"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-07-01 16:06:53.819691"], ["password_salt", "6ad14101d919f03b11bd2246d411d253a2e4ad43b38bbcf8b58d0b0f80428da928d2f60a7d2ecd886b89f43f96339ff38b5c5dc56e152e5bcdfcbb83032ef6fc193456b03f352f880c236e54be0a397a074c9a35523fc949a02fe1d55fe0535100c54fc087844a49a74a1e1465aa29f5798e12221a26876bc72e1d87850d73a7"], ["password_digest", "b30c0345cdef49b1a52ccb9d83537bad8c81765884fae222f42f72cbd31b6b8d"], ["created_at", "2015-07-01 15:06:53.825544"], ["updated_at", "2015-07-01 15:06:53.825544"]]
67043
+  (0.5ms) commit transaction
67044
+  (0.0ms) begin transaction
67045
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-07-01 15:06:53.827674"], ["password_salt", "8358dee05a44e6364c7afa842b9feed9d64b6b4076c1db4cffe71f4428d2930b844d464c0d5a3dbbb2eb88d5ce0dff81ceae9d68aa175b1275a5fa0d807fd4fb63400811cb34d54458c8d01551f24ae2311f4e7267241f9f831f0f43eeeb5f9376485e6861530d56126f165508d14c408de24227e580e324788527f9bc91667585c"], ["password_digest", "100edf2ba20c0ec2e5b4cf3224027732fbaea7e087b5c45c3010a085700d1e98"], ["confirmation_key", nil], ["updated_at", "2015-07-01 15:06:53.827674"], ["id", 835]]
67046
+  (0.0ms) commit transaction
67047
+  (1.4ms) DELETE FROM "users";
67048
+  (0.1ms) begin transaction
67049
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "confirmation_key", "confirmation_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user6@example.com"], ["nickname", "Garland Reilly"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-07-01 16:06:53.842131"], ["password_salt", "f7b49933f23ef043e13cdcd71dc50de42572158f3941fc768d9bb88536d5ede605f0e4ebe1d60f3fc7213ec91706b53f4a1b1964c5c5f762c91e259375b5586aa8992bbebf5fa59e74a539292e80df987bb026cf8becb3327715654f1c3d14761cea4d51e8e88e943c9f9b306c26a67de8ec27f6e85dff837e48b25fb6631d22"], ["password_digest", "a16809a489b35b697826355207ba0e5794ff39c257ed6f8d4bd9c69d0272e5ef"], ["created_at", "2015-07-01 15:06:53.847804"], ["updated_at", "2015-07-01 15:06:53.847804"]]
67050
+  (0.7ms) commit transaction
67051
+  (0.0ms) begin transaction
67052
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-07-01 15:06:53.850211"], ["password_salt", "8367781901aec700bc75e14c6bb0e683c34fcf3b8ddb19f5bad70866e0dfec0a4a78e572056c86a8e826da9b099ed20a004e51b7196089a8cbbeb2b7157be82c98bce28e486b99dcae73266c3ff7a9b907048f4587c17d0e65f4f9e8bc9bc7f2570eb532d970d62ae08aabe8892ac3f689f7e31c566c937ed166235325ef485b613"], ["password_digest", "ac020e9d43ad4399e21d8da69d52a9257bbfff27ed5d7c4cbf3e31cdfd49ea7e"], ["confirmation_key", nil], ["updated_at", "2015-07-01 15:06:53.850211"], ["id", 836]]
67053
+  (0.0ms) commit transaction
67054
+  (0.7ms) DELETE FROM "users";
67055
+  (0.1ms) begin transaction
67056
+ SQL (0.5ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user7@example.com"], ["nickname", "Lulu Renner"], ["password_salt", "00fab03575c5401246ea24b927f7e198338b0498c6b38da5142da343d18a45f5252ea8b1c9f1f3209d69c4533826058bd204a237997484e4f051037c73a94ede5091bc9d03ede8e0e7860355873861987c5d62c1a7001550fa8bd06797d61a4ea347da90c09c3580cc4760bd88a9302fff8d43a8fe09c320abab9d463866d9ee"], ["password_digest", "c3d40ad699767ce59cf33c10a643518473c508c9a84e317350ceaaf063b7debb"], ["created_at", "2015-07-01 15:06:53.868197"], ["updated_at", "2015-07-01 15:06:53.868197"]]
67057
+  (1.3ms) commit transaction
67058
+  (0.1ms) begin transaction
67059
+ SQL (0.3ms) UPDATE "users" SET "reset_password_key" = ?, "reset_password_key_expired_at" = ?, "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_key", "c6f9e7a6c96ef3024ef39c8ed08b7fada8ec32d4c055b16c8c78bd1c74536b45"], ["reset_password_key_expired_at", "2015-07-01 16:06:53.872430"], ["password_salt", "8372299d8c47ce46bbee8c77b741e984ef73dc0977e8b9f621ee11c8400223b44d942d39f0754790013bb6573ad3fd594392cf2774f7dd12953eec58a1e3b017bfa9bf04775d0ff7491fddce9c3980fdf9f592b1f4dd31c8ee1ae7b3b17bc3b6b7d13cf30c7e48752e6523772deb406d345107c2a76a2c8fde9b268d4a58d0aec74"], ["password_digest", "1d70b3bcb30deac9d7177efabd2ca7565c9667cd4bbe5505a343b6e1fa7b2f5b"], ["updated_at", "2015-07-01 15:06:53.878897"], ["id", 837]]
67060
+  (0.6ms) commit transaction
67061
+  (0.7ms) DELETE FROM "users";