nyauth 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -6717,3 +6717,2488 @@ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
6717
6717
  SQL (0.3ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "e9da7494eacee94cd1c43a637272c99dd5141e299814648b08d17c27fa800c5c"], ["new_password_key_expired_at", "2015-03-14 05:28:32.752805"], ["password_salt", "433cd37b1f734913f48984e51236ea87651f4dbf5dcfbb621fc49b0a174095f0d4bc4ec4abee77ec1a425e22faf9ea01ba018f5354df434e7b8916a21fa87d632d659d44ee3744accb59d6ae6e6a18be35be73ca68ccac8fa4dfddea50452c1552f7b414c2bac2b113b901d2244720f6b3bcf8608b148b8ff0c09101f625db3d10f"], ["password_digest", "0f0ad1162ebe002ced7c4a46b0a13313132dacab5b4fbc8d5f83a89397ec0ef3"], ["updated_at", "2015-03-14 04:28:32.758918"], ["id", 433]]
6718
6718
   (0.7ms) commit transaction
6719
6719
   (0.7ms) DELETE FROM "users";
6720
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6721
+  (0.1ms) begin transaction
6722
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Dr. Savion Mills"], ["password_salt", "53b9b78a59a4e98e15d89d6ae5105007f158733bc02656cfd256d1b041712194b7df884112d968e6b05e68c59edaa7458961464f467b490553a3464ae6479ba8dc2ca532b4910d645a83429014063367815cdb69da8aa9675acdedeabe9604e399f0094e7ee2cd106f955d485aae2926d73f24590d4825683cee5f4a661560ea"], ["password_digest", "ad760e9b3784a98224417ed908f05f0b54cc56a568e1679fbf2b862c66317caa"], ["created_at", "2015-03-14 04:47:51.821269"], ["updated_at", "2015-03-14 04:47:51.821269"]]
6723
+  (1.4ms) commit transaction
6724
+  (0.7ms) DELETE FROM "users";
6725
+  (0.0ms) begin transaction
6726
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Mariano Treutel"], ["password_salt", "3733989002e5a9df928c5def218ee1d9690209cb8e4a72f8c5ad94a2292632645f6ac5a937eef85a2e31ed8fe3bf833c2cd3fd85d9a4ca44842fd0bddcf7b1cf7f6a5b4a358115f9db8eb908f5e80ca4984c93b70cadaa007d57223c5f3fe7206d9c941c32b07511f1e1644d6d0ca76ea32a496679ce1636860fe11e9b71b2e4"], ["password_digest", "bea84f0e1a1fe027d04e20c5b3648118ba752338b5ddffd1582f9450a063cd90"], ["created_at", "2015-03-14 04:47:51.834128"], ["updated_at", "2015-03-14 04:47:51.834128"]]
6727
+  (0.8ms) commit transaction
6728
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 435]]
6729
+  (0.7ms) DELETE FROM "users";
6730
+  (0.1ms) begin transaction
6731
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Miss Josiane Marks"], ["password_salt", "88baa39444097fd1f4f0b3eff5dec8e29f81e8770bdc29309f68bc677a7e961750e56742822831b63f5c9c66ffaaf38df20cb24473d577fbfb0324087315ee5312a64b1a274b394c8f464c295d961976987a05216b725078dc8b35f0055e9ab183d1e5ad41d559148641be23c39db0f0acf03805da6d6d5a5ca12972d71db14e"], ["password_digest", "57750f08530f108f7b447454996b8b0792b9ea288f20ce868c86d2224eca1c0c"], ["created_at", "2015-03-14 04:47:51.852369"], ["updated_at", "2015-03-14 04:47:51.852369"]]
6732
+  (0.7ms) commit transaction
6733
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-03-14 13:47:51 +0900
6734
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
6735
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.slim within layouts/application (22.9ms)
6736
+ Completed 200 OK in 49ms (Views: 48.9ms | ActiveRecord: 0.0ms)
6737
+ Started POST "/confirmation_requests" for 127.0.0.1 at 2015-03-14 13:47:51 +0900
6738
+ Processing by Nyauth::ConfirmationRequestsController#create as HTML
6739
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com"}, "commit"=>"request confirmation"}
6740
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]
6741
+  (0.0ms) begin transaction
6742
+ SQL (0.2ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "a7f7d4f7d14de1e8895e058979ee42a6d481df992e794afa0a3768a804e24aa9"], ["confirmation_key_expired_at", "2015-03-14 05:47:51.925452"], ["updated_at", "2015-03-14 04:47:51.926049"], ["id", 436]]
6743
+  (0.7ms) commit transaction
6744
+ Redirected to http://www.example.com/
6745
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.html.slim within layouts/nyauth/mailer (4.7ms)
6746
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (2.0ms)
6747
+
6748
+ Nyauth::UserMailer#request_confirmation: processed outbound mail in 134.2ms
6749
+
6750
+ Sent mail to user1@example.com (5.3ms)
6751
+ Date: Sat, 14 Mar 2015 13:47:52 +0900
6752
+ From: from@example.com
6753
+ To: user1@example.com
6754
+ Message-ID: <5503bd78121ab_af1b3fec9c860204106da@mbpA1502.local.mail>
6755
+ Subject: Request confirmation
6756
+ Mime-Version: 1.0
6757
+ Content-Type: multipart/alternative;
6758
+ boundary="--==_mimepart_5503bd7811377_af1b3fec9c8602041054a";
6759
+ charset=UTF-8
6760
+ Content-Transfer-Encoding: 7bit
6761
+
6762
+
6763
+ ----==_mimepart_5503bd7811377_af1b3fec9c8602041054a
6764
+ Content-Type: text/plain;
6765
+ charset=UTF-8
6766
+ Content-Transfer-Encoding: 7bit
6767
+
6768
+ Plese confirm your email
6769
+
6770
+ http://www.example.com/confirmations/a7f7d4f7d14de1e8895e058979ee42a6d481df992e794afa0a3768a804e24aa9
6771
+
6772
+
6773
+ ----==_mimepart_5503bd7811377_af1b3fec9c8602041054a
6774
+ Content-Type: text/html;
6775
+ charset=UTF-8
6776
+ Content-Transfer-Encoding: 7bit
6777
+
6778
+ <p>Plese confirm your email</p><p><a href="http://www.example.com/confirmations/a7f7d4f7d14de1e8895e058979ee42a6d481df992e794afa0a3768a804e24aa9">confirm</a></p>
6779
+
6780
+ ----==_mimepart_5503bd7811377_af1b3fec9c8602041054a--
6781
+
6782
+ Completed 302 Found in 153ms (ActiveRecord: 1.2ms)
6783
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
6784
+ Processing by Nyauth::SessionsController#new as HTML
6785
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (6.7ms)
6786
+ Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 0.0ms)
6787
+ Started GET "/confirmations/a7f7d4f7d14de1e8895e058979ee42a6d481df992e794afa0a3768a804e24aa9" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
6788
+ Processing by Nyauth::ConfirmationsController#update as HTML
6789
+ Parameters: {"confirmation_key"=>"a7f7d4f7d14de1e8895e058979ee42a6d481df992e794afa0a3768a804e24aa9"}
6790
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "a7f7d4f7d14de1e8895e058979ee42a6d481df992e794afa0a3768a804e24aa9"]]
6791
+  (0.0ms) begin transaction
6792
+ SQL (0.2ms) UPDATE "users" SET "confirmed_at" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:47:52.108946"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:47:52.110011"], ["id", 436]]
6793
+  (1.4ms) commit transaction
6794
+ Redirected to http://www.example.com/
6795
+ Completed 302 Found in 11ms (ActiveRecord: 1.8ms)
6796
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
6797
+ Processing by Nyauth::SessionsController#new as HTML
6798
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (2.0ms)
6799
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
6800
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 436]]
6801
+  (0.8ms) DELETE FROM "users";
6802
+  (0.1ms) begin transaction
6803
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Adolfo Stokes"], ["password_salt", "590193da44b439fcb6951eb5bcc990ef8c3530bb612d21bee4b56c6da9e275d346e4581b3e1c350cc291257236c60d93e1f40f83a66f02c356307d507d2b3e9338e2dea80d5ec2903867645c61d0e5bd2373d63fd5ca1cf7371f931dbde19ef7b19a686d7723ab952e0f6cbada7d999562ea9ee6cec35555d6f6fff093c1438e"], ["password_digest", "c99776eeda0f5bd57a383049aa41baa4542b55fd554f3029c916c60d3bd38bee"], ["created_at", "2015-03-14 04:47:52.132950"], ["updated_at", "2015-03-14 04:47:52.132950"]]
6804
+  (0.7ms) commit transaction
6805
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
6806
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
6807
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.slim within layouts/application (0.8ms)
6808
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
6809
+ Started POST "/confirmation_requests" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
6810
+ Processing by Nyauth::ConfirmationRequestsController#create as HTML
6811
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user2@example.com"}, "commit"=>"request confirmation"}
6812
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]
6813
+  (0.0ms) begin transaction
6814
+ SQL (0.2ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "72bb0c0efd3cdf4304a2f604c80e0df718b7d61a1932f76a3f01e2567355d10d"], ["confirmation_key_expired_at", "2015-03-14 05:47:52.152559"], ["updated_at", "2015-03-14 04:47:52.153168"], ["id", 437]]
6815
+  (0.6ms) commit transaction
6816
+ Redirected to http://www.example.com/
6817
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.html.slim within layouts/nyauth/mailer (2.0ms)
6818
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (1.4ms)
6819
+
6820
+ Nyauth::UserMailer#request_confirmation: processed outbound mail in 5.3ms
6821
+
6822
+ Sent mail to user2@example.com (2.6ms)
6823
+ Date: Sat, 14 Mar 2015 13:47:52 +0900
6824
+ From: from@example.com
6825
+ To: user2@example.com
6826
+ Message-ID: <5503bd7827a3b_af1b3fec9c860204108cb@mbpA1502.local.mail>
6827
+ Subject: Request confirmation
6828
+ Mime-Version: 1.0
6829
+ Content-Type: multipart/alternative;
6830
+ boundary="--==_mimepart_5503bd782746d_af1b3fec9c860204107bc";
6831
+ charset=UTF-8
6832
+ Content-Transfer-Encoding: 7bit
6833
+
6834
+
6835
+ ----==_mimepart_5503bd782746d_af1b3fec9c860204107bc
6836
+ Content-Type: text/plain;
6837
+ charset=UTF-8
6838
+ Content-Transfer-Encoding: 7bit
6839
+
6840
+ Plese confirm your email
6841
+
6842
+ http://www.example.com/confirmations/72bb0c0efd3cdf4304a2f604c80e0df718b7d61a1932f76a3f01e2567355d10d
6843
+
6844
+
6845
+ ----==_mimepart_5503bd782746d_af1b3fec9c860204107bc
6846
+ Content-Type: text/html;
6847
+ charset=UTF-8
6848
+ Content-Transfer-Encoding: 7bit
6849
+
6850
+ <p>Plese confirm your email</p><p><a href="http://www.example.com/confirmations/72bb0c0efd3cdf4304a2f604c80e0df718b7d61a1932f76a3f01e2567355d10d">confirm</a></p>
6851
+
6852
+ ----==_mimepart_5503bd782746d_af1b3fec9c860204107bc--
6853
+
6854
+ Completed 302 Found in 20ms (ActiveRecord: 1.0ms)
6855
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
6856
+ Processing by Nyauth::SessionsController#new as HTML
6857
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.2ms)
6858
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
6859
+ Started GET "/confirmations/72bb0c0efd3cdf4304a2f604c80e0df718b7d61a1932f76a3f01e2567355d10d" for 127.0.0.1 at 2015-03-14 16:47:52 +0900
6860
+ Processing by Nyauth::ConfirmationsController#update as HTML
6861
+ Parameters: {"confirmation_key"=>"72bb0c0efd3cdf4304a2f604c80e0df718b7d61a1932f76a3f01e2567355d10d"}
6862
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "72bb0c0efd3cdf4304a2f604c80e0df718b7d61a1932f76a3f01e2567355d10d"]]
6863
+  (0.0ms) begin transaction
6864
+  (0.0ms) rollback transaction
6865
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmations/edit.html.slim within layouts/application (0.0ms)
6866
+ Completed 200 OK in 0ms (Views: 6.4ms | ActiveRecord: 0.0ms)
6867
+  (0.8ms) DELETE FROM "users";
6868
+  (0.1ms) begin transaction
6869
+ SQL (0.6ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Percival Little"], ["password_salt", "c0a449983378deccf55a9b43877fc2a6be22f8fc5ff0965150fda97a0d46c1ffda320cb0e1f189d33ed3e3c31f1193d2672147c4e0ccac0ec824670ab7bcd13e22e334b37f14a6315738fb3fe20497acf3f207162317da9ae2dff2a13a2b392fdd7e897bc7e927704a6e11ef9e7aa49fea990f76c32582cca83d596627abef50"], ["password_digest", "04c765c8c51413e60ca8a5c40fb063f4ce8787985c1f17156dbd7c938b669d42"], ["created_at", "2015-03-14 04:47:52.192182"], ["updated_at", "2015-03-14 04:47:52.192182"]]
6870
+  (1.0ms) commit transaction
6871
+ Started GET "/new_password_requests/new" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
6872
+ Processing by Nyauth::NewPasswordRequestsController#new as HTML
6873
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_password_requests/new.html.slim within layouts/application (3.7ms)
6874
+ Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)
6875
+ Started POST "/new_password_requests" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
6876
+ Processing by Nyauth::NewPasswordRequestsController#create as HTML
6877
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com"}, "commit"=>"request new password"}
6878
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]
6879
+  (0.1ms) begin transaction
6880
+ SQL (0.3ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "1bb2fb4b2a141afc4300c6b218e04cefd5f7470152f96269a7e19c59c66c79ff"], ["new_password_key_expired_at", "2015-03-14 05:47:52.224430"], ["updated_at", "2015-03-14 04:47:52.225108"], ["id", 438]]
6881
+  (0.6ms) commit transaction
6882
+ Redirected to http://www.example.com/
6883
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.html.slim within layouts/nyauth/mailer (4.9ms)
6884
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.text.erb within layouts/nyauth/mailer (2.6ms)
6885
+
6886
+ Nyauth::UserMailer#request_new_password: processed outbound mail in 29.4ms
6887
+
6888
+ Sent mail to user1@example.com (2.0ms)
6889
+ Date: Sat, 14 Mar 2015 13:47:52 +0900
6890
+ From: from@example.com
6891
+ To: user1@example.com
6892
+ Message-ID: <5503bd783f996_af1b3fec9c8602041109d@mbpA1502.local.mail>
6893
+ Subject: Request new password
6894
+ Mime-Version: 1.0
6895
+ Content-Type: multipart/alternative;
6896
+ boundary="--==_mimepart_5503bd783f39c_af1b3fec9c86020410954";
6897
+ charset=UTF-8
6898
+ Content-Transfer-Encoding: 7bit
6899
+
6900
+
6901
+ ----==_mimepart_5503bd783f39c_af1b3fec9c86020410954
6902
+ Content-Type: text/plain;
6903
+ charset=UTF-8
6904
+ Content-Transfer-Encoding: 7bit
6905
+
6906
+ Plese set your new password
6907
+
6908
+ http://www.example.com/new_passwords/1bb2fb4b2a141afc4300c6b218e04cefd5f7470152f96269a7e19c59c66c79ff/edit
6909
+
6910
+
6911
+ ----==_mimepart_5503bd783f39c_af1b3fec9c86020410954
6912
+ Content-Type: text/html;
6913
+ charset=UTF-8
6914
+ Content-Transfer-Encoding: 7bit
6915
+
6916
+ <p>Plese set your new password</p><p><a href="http://www.example.com/new_passwords/1bb2fb4b2a141afc4300c6b218e04cefd5f7470152f96269a7e19c59c66c79ff/edit">set new password</a></p>
6917
+
6918
+ ----==_mimepart_5503bd783f39c_af1b3fec9c86020410954--
6919
+
6920
+ Completed 302 Found in 38ms (ActiveRecord: 1.1ms)
6921
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
6922
+ Processing by Nyauth::SessionsController#new as HTML
6923
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.0ms)
6924
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
6925
+ Started GET "/new_passwords/1bb2fb4b2a141afc4300c6b218e04cefd5f7470152f96269a7e19c59c66c79ff/edit" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
6926
+ Processing by Nyauth::NewPasswordsController#edit as HTML
6927
+ Parameters: {"new_password_key"=>"[FILTERED]"}
6928
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "1bb2fb4b2a141afc4300c6b218e04cefd5f7470152f96269a7e19c59c66c79ff"]]
6929
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_passwords/edit.html.slim within layouts/application (4.9ms)
6930
+ Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.2ms)
6931
+ Started PATCH "/new_passwords/1bb2fb4b2a141afc4300c6b218e04cefd5f7470152f96269a7e19c59c66c79ff" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
6932
+ Processing by Nyauth::NewPasswordsController#update as HTML
6933
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "new_password_key"=>"[FILTERED]"}
6934
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "1bb2fb4b2a141afc4300c6b218e04cefd5f7470152f96269a7e19c59c66c79ff"]]
6935
+  (0.1ms) begin transaction
6936
+ SQL (0.3ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "new_password_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "4384e14b45759ed81daeb6ed450ad8db8501dae176db70b0b914d64db478f0492f93cffd271da8bb8c146d8c4849ed5a1357a3f36f134921818e9b6722bbc33e5a46c917cddbc9b002ae3826b95fc4ae544d9090beb91192644e21ef479c80de4eb819ed748cdf18b13a9a6d3d99ab9c00f2c9d2fe28af187902e79ceddb312da4e"], ["password_digest", "d51dd5e9ac4eb0a35103a431d1a0257fa5e6f182d68b7ef31af3c0b868e5b54c"], ["new_password_key", nil], ["updated_at", "2015-03-14 04:47:52.296521"], ["id", 438]]
6937
+  (0.7ms) commit transaction
6938
+ Redirected to http://www.example.com/session/new
6939
+ Completed 302 Found in 14ms (ActiveRecord: 1.1ms)
6940
+ Started GET "/session/new" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
6941
+ Processing by Nyauth::SessionsController#new as HTML
6942
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.0ms)
6943
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
6944
+  (1.0ms) DELETE FROM "users";
6945
+  (0.0ms) begin transaction
6946
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Deja Gulgowski"], ["password_salt", "b8e38c893acd6f318f5c4380bcd87ae027dc19500c6aa243c47e25d76ab9e50af269eee7f3aab5d6ba18c920f3e665a8828b0626ee4cce3a5f99e01a3bc6d578c95d410eead33f836f37ae88594c9cca77a41f4275590bb70e44221d58fe20503a3e6be5914b4a21844e45b807d30a56ac94766fcaf6d72e0404dfc70cad4edc"], ["password_digest", "e74dea9b5dd1d6b9503bfcbb9d5e73138445e9fb3d7760e16e8771e83cf6cc81"], ["created_at", "2015-03-14 04:47:52.321471"], ["updated_at", "2015-03-14 04:47:52.321471"]]
6947
+  (0.5ms) commit transaction
6948
+ Started GET "/new_password_requests/new" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
6949
+ Processing by Nyauth::NewPasswordRequestsController#new as HTML
6950
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_password_requests/new.html.slim within layouts/application (0.9ms)
6951
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
6952
+ Started POST "/new_password_requests" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
6953
+ Processing by Nyauth::NewPasswordRequestsController#create as HTML
6954
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user2@example.com"}, "commit"=>"request new password"}
6955
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]
6956
+  (0.0ms) begin transaction
6957
+ SQL (0.2ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "ac32e3ac1c8abb742e0c1f0d2dc25ef0f406c2f718257206edc311b2b2fd220c"], ["new_password_key_expired_at", "2015-03-14 05:47:52.333675"], ["updated_at", "2015-03-14 04:47:52.334295"], ["id", 439]]
6958
+  (0.9ms) commit transaction
6959
+ Redirected to http://www.example.com/
6960
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.html.slim within layouts/nyauth/mailer (2.1ms)
6961
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.text.erb within layouts/nyauth/mailer (1.5ms)
6962
+
6963
+ Nyauth::UserMailer#request_new_password: processed outbound mail in 5.6ms
6964
+
6965
+ Sent mail to user2@example.com (2.4ms)
6966
+ Date: Sat, 14 Mar 2015 13:47:52 +0900
6967
+ From: from@example.com
6968
+ To: user2@example.com
6969
+ Message-ID: <5503bd7854077_af1b3fec9c860204112c7@mbpA1502.local.mail>
6970
+ Subject: Request new password
6971
+ Mime-Version: 1.0
6972
+ Content-Type: multipart/alternative;
6973
+ boundary="--==_mimepart_5503bd78539ee_af1b3fec9c8602041119b";
6974
+ charset=UTF-8
6975
+ Content-Transfer-Encoding: 7bit
6976
+
6977
+
6978
+ ----==_mimepart_5503bd78539ee_af1b3fec9c8602041119b
6979
+ Content-Type: text/plain;
6980
+ charset=UTF-8
6981
+ Content-Transfer-Encoding: 7bit
6982
+
6983
+ Plese set your new password
6984
+
6985
+ http://www.example.com/new_passwords/ac32e3ac1c8abb742e0c1f0d2dc25ef0f406c2f718257206edc311b2b2fd220c/edit
6986
+
6987
+
6988
+ ----==_mimepart_5503bd78539ee_af1b3fec9c8602041119b
6989
+ Content-Type: text/html;
6990
+ charset=UTF-8
6991
+ Content-Transfer-Encoding: 7bit
6992
+
6993
+ <p>Plese set your new password</p><p><a href="http://www.example.com/new_passwords/ac32e3ac1c8abb742e0c1f0d2dc25ef0f406c2f718257206edc311b2b2fd220c/edit">set new password</a></p>
6994
+
6995
+ ----==_mimepart_5503bd78539ee_af1b3fec9c8602041119b--
6996
+
6997
+ Completed 302 Found in 13ms (ActiveRecord: 1.3ms)
6998
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
6999
+ Processing by Nyauth::SessionsController#new as HTML
7000
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
7001
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
7002
+ Started GET "/new_passwords/ac32e3ac1c8abb742e0c1f0d2dc25ef0f406c2f718257206edc311b2b2fd220c/edit" for 127.0.0.1 at 2015-03-14 16:47:52 +0900
7003
+ Processing by Nyauth::NewPasswordsController#edit as HTML
7004
+ Parameters: {"new_password_key"=>"[FILTERED]"}
7005
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "ac32e3ac1c8abb742e0c1f0d2dc25ef0f406c2f718257206edc311b2b2fd220c"]]
7006
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_passwords/edit.html.slim within layouts/application (0.0ms)
7007
+ Completed 200 OK in 0ms (Views: 2.1ms | ActiveRecord: 0.0ms)
7008
+ Started PATCH "/new_passwords/ac32e3ac1c8abb742e0c1f0d2dc25ef0f406c2f718257206edc311b2b2fd220c" for 127.0.0.1 at 2015-03-14 16:47:52 +0900
7009
+ Processing by Nyauth::NewPasswordsController#update as HTML
7010
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "new_password_key"=>"[FILTERED]"}
7011
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "ac32e3ac1c8abb742e0c1f0d2dc25ef0f406c2f718257206edc311b2b2fd220c"]]
7012
+  (0.0ms) begin transaction
7013
+  (0.0ms) rollback transaction
7014
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_passwords/edit.html.slim within layouts/application (0.0ms)
7015
+ Completed 200 OK in 0ms (Views: 6.2ms | ActiveRecord: 0.0ms)
7016
+  (0.8ms) DELETE FROM "users";
7017
+  (0.1ms) begin transaction
7018
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Lionel Purdy MD"], ["password_salt", "fa78f4536ac6d10dc43259e40c496865f6a3fc5b2557b5aaa2f278b8767766f66e5fbfb68e5b7258595c116b835de999d2c70334fa75d2c428a0750591787803feab8a630e053998ce5c069424e4bda9b7a4f1181450a2d27d4aff0014218a97d32fb5f4c416a79762bd9217ee8c5a156ed328ec7ba00bfc302c39a7a1d3dd91"], ["password_digest", "9450ed4e081a32f1762aebfb63f1426d974ae4e0a1df27c26f2b6e26895f9c9e"], ["created_at", "2015-03-14 04:47:52.394409"], ["updated_at", "2015-03-14 04:47:52.394409"]]
7019
+  (0.8ms) commit transaction
7020
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7021
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7022
+ Started GET "/rack_session" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7023
+ Started GET "/password/edit" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7024
+ Processing by Nyauth::PasswordsController#edit as HTML
7025
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 440]]
7026
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 440]]
7027
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.slim within layouts/application (4.9ms)
7028
+ Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.2ms)
7029
+ Started PATCH "/password" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7030
+ Processing by Nyauth::PasswordsController#update as HTML
7031
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"}
7032
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 440]]
7033
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 440]]
7034
+  (0.0ms) begin transaction
7035
+ SQL (0.6ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "4403ba0a3774c62b93f3c4123639b9336c370fa57c31956d14f078d1bc984402c321e82c9ed90eee110c7b4d068082ba768fba795ecb2cffff9f730cabc1960c2d3d7a7c767158e237210e51c8872d776e8985dfe1e0fc38394274191fb5986d81663dc332d060414aed643fb4aa3933082d15b38d5a85cddfab46de4f1bdd41c85"], ["password_digest", "9c40beb1fb2dcaba5ca43ed99a72d8430d6c9944a965e7e53c97fb904bb60439"], ["updated_at", "2015-03-14 04:47:52.441753"], ["id", 440]]
7036
+  (1.0ms) commit transaction
7037
+ Redirected to http://www.example.com/
7038
+ Completed 302 Found in 17ms (ActiveRecord: 1.8ms)
7039
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7040
+ Processing by Nyauth::SessionsController#new as HTML
7041
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
7042
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
7043
+  (0.9ms) DELETE FROM "users";
7044
+  (0.0ms) begin transaction
7045
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Arthur Ruecker"], ["password_salt", "1e5c8b62f463f823150ea835aaf6d758674b4fa1e98c518a191622130d6d80c71d06884f1956ba025b19fb8e8407f6bc1799b430ad3f7544ddfd56fae33405964ba4fe8895a5bfb78fad6328950917c90f2eb29ab99b9da709ef6278b32a41da495e01826395b1ec6ccecd0b6f0c2a5856ae38c5367a663a47c226471b202025"], ["password_digest", "8b9a217123466ace788c8e5b4b21f771d7ab7af6dbde57dd2c4da5a85e9f507a"], ["created_at", "2015-03-14 04:47:52.463444"], ["updated_at", "2015-03-14 04:47:52.463444"]]
7046
+  (0.7ms) commit transaction
7047
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7048
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7049
+ Started GET "/rack_session" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7050
+ Started GET "/password/edit" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7051
+ Processing by Nyauth::PasswordsController#edit as HTML
7052
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 441]]
7053
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 441]]
7054
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.slim within layouts/application (1.7ms)
7055
+ Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.2ms)
7056
+ Started PATCH "/password" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7057
+ Processing by Nyauth::PasswordsController#update as HTML
7058
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"}
7059
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 441]]
7060
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 441]]
7061
+  (0.0ms) begin transaction
7062
+  (0.0ms) rollback transaction
7063
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.slim within layouts/application (2.8ms)
7064
+ Completed 200 OK in 6ms (Views: 3.3ms | ActiveRecord: 0.2ms)
7065
+  (0.7ms) DELETE FROM "users";
7066
+ Started GET "/registration/new" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7067
+ Processing by Nyauth::RegistrationsController#new as HTML
7068
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.slim within layouts/application (4.5ms)
7069
+ Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)
7070
+ Started POST "/registration" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7071
+ Processing by Nyauth::RegistrationsController#create as HTML
7072
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
7073
+  (0.1ms) begin transaction
7074
+ SQL (0.3ms) INSERT INTO "users" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "user1@example.com"], ["password_salt", "eff4fa11371c52b76a2d7ee3a75edda717153f2330ed63947d71aaf1495c90b68c66e34919e265cb734fb3f11d7c229dc68d9acca8eb8b8779a1a68b08a46e3539e9e9eea5dad994ea81f65f98d827757bdf3df2883d066a08fb4534d4d99cc883747528671d78a2b65435d89add8302642f1192cbbd30c903fc7230b449d1a3"], ["password_digest", "d4f849622efdedb4f9b2f6f64840943556e5d08f21e696efe52146ae2f9d76bd"], ["created_at", "2015-03-14 04:47:52.541360"], ["updated_at", "2015-03-14 04:47:52.541360"]]
7075
+  (0.6ms) commit transaction
7076
+ Redirected to http://www.example.com/
7077
+ Completed 302 Found in 12ms (ActiveRecord: 0.9ms)
7078
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7079
+ Processing by Nyauth::SessionsController#new as HTML
7080
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.2ms)
7081
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
7082
+  (1.2ms) DELETE FROM "users";
7083
+ Started GET "/registration/new" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7084
+ Processing by Nyauth::RegistrationsController#new as HTML
7085
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.slim within layouts/application (2.0ms)
7086
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
7087
+ Started POST "/registration" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7088
+ Processing by Nyauth::RegistrationsController#create as HTML
7089
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
7090
+  (0.1ms) begin transaction
7091
+  (0.0ms) rollback transaction
7092
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.slim within layouts/application (3.2ms)
7093
+ Completed 200 OK in 9ms (Views: 3.8ms | ActiveRecord: 0.1ms)
7094
+ Started GET "/session/new" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7095
+ Processing by Nyauth::SessionsController#new as HTML
7096
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.0ms)
7097
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
7098
+  (0.1ms) begin transaction
7099
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Lucas Shanahan"], ["password_salt", "91e3ba6d849eefe3e11c0d2e5f7859bfb9ff0d3de5a20cb4eec1c4ddae9fac3754ab87d76de97b27e5f9a46861d6423850057ce6b644547bb60d19d284636ed41cd4ae768964fa7731143d977ee01b3cb0b79cca0122a501c86e57510fa717cf7dfb6e99b889e3131cbea083ed3d298092b14aaee087e8b2f687ba009e686710"], ["password_digest", "9e177306adaacd63c16223902d00c1ce716e2f0eeb0292d18e2a7b8c8d53be5a"], ["created_at", "2015-03-14 04:47:52.597768"], ["updated_at", "2015-03-14 04:47:52.597768"]]
7100
+  (0.6ms) commit transaction
7101
+ Started POST "/session" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7102
+ Processing by Nyauth::SessionsController#create as HTML
7103
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
7104
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "user1@example.com"]]
7105
+ Redirected to http://www.example.com/
7106
+ Completed 302 Found in 8ms (ActiveRecord: 0.2ms)
7107
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7108
+ Processing by Nyauth::SessionsController#new as HTML
7109
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.0ms)
7110
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
7111
+  (0.7ms) DELETE FROM "users";
7112
+ Started GET "/session/new" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7113
+ Processing by Nyauth::SessionsController#new as HTML
7114
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
7115
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
7116
+ Started POST "/session" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7117
+ Processing by Nyauth::SessionsController#create as HTML
7118
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
7119
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", ""]]
7120
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
7121
+ Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)
7122
+  (0.1ms) begin transaction
7123
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Keagan Runolfsson"], ["password_salt", "99e6cbc76490263bd22cd0cac490f7d2f9817347095e7ac857118c5173c713e824e0d8fbda448172002553a79fe005143320c71418ee32abc43b1d22667955668224670d3c7c143397263ac57fadff236cb9cbc3b22f16fc34f9c2a03578133f5e7d6f8492f4098e3cf474a834d84c6589713cf40d53dc25a664e9c43effe6d2"], ["password_digest", "0082caaaec543419792ea13a5df4e6a238c3af47943d91260d0b3791f32a1ad8"], ["created_at", "2015-03-14 04:47:52.646463"], ["updated_at", "2015-03-14 04:47:52.646463"]]
7124
+  (0.9ms) commit transaction
7125
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7126
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7127
+ Started GET "/rack_session" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7128
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7129
+ Processing by Nyauth::SessionsController#new as HTML
7130
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (0.9ms)
7131
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
7132
+ Started DELETE "/session" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7133
+ Processing by Nyauth::SessionsController#destroy as HTML
7134
+ Redirected to http://www.example.com/
7135
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
7136
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:47:52 +0900
7137
+ Processing by Nyauth::SessionsController#new as HTML
7138
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.8ms)
7139
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
7140
+  (1.0ms) DELETE FROM "users";
7141
+  (0.1ms) begin transaction
7142
+ SQL (0.3ms) 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", "Rhiannon Kshlerin III"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:47:52.688533"], ["password_salt", "9da928fca9f39412c0509bf01936f794ab180783a0db5d83c7aaa89f3b2a77def73f7abfe71d89faa0af42adedf96a74edfd44597e8f13ecdcb4dc6fcafcd0adb1f97557cabef2ebf2fe61f0aea7709a72bdcd0e9b7cc0956d80b882aa53fe435a34567fc46d4dc478f3442740d0d8ae04b4249c3685887d9f0083dd9f4b0bcd"], ["password_digest", "b61a26211518aa64e90fcc42d4c4c13dccf5b22fd323f7dae643da0309d3ee1b"], ["created_at", "2015-03-14 04:47:52.694813"], ["updated_at", "2015-03-14 04:47:52.694813"]]
7143
+  (0.8ms) commit transaction
7144
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.html.slim within layouts/nyauth/mailer (2.8ms)
7145
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (2.4ms)
7146
+
7147
+ Nyauth::UserMailer#request_confirmation: processed outbound mail in 7.6ms
7148
+  (1.0ms) DELETE FROM "users";
7149
+  (0.1ms) begin transaction
7150
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "new_password_key", "new_password_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Deshawn Morissette"], ["new_password_key", "key"], ["new_password_key_expired_at", "2015-03-14 05:47:52.711644"], ["password_salt", "b51a3170a1dea74191dfc48a853f9a4994e91572d92f032c9a44da378069009574398023c3745b829396a5b16dd678f2080c1c3c482ed7d381e238cab41602d1fa25dd353762deb0acd7b10f29752ce802b4c9501129a593cd9113b639abe13e35ea8a50e40a87888c732e4bf22879e431c720903d2a11d031fb2537b9fc83f9"], ["password_digest", "e6b6e8862a3af5066dd79507b921f79d2134ddf9ce07523b52e93c7f8f891194"], ["created_at", "2015-03-14 04:47:52.716200"], ["updated_at", "2015-03-14 04:47:52.716200"]]
7151
+  (0.7ms) commit transaction
7152
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.html.slim within layouts/nyauth/mailer (2.9ms)
7153
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.text.erb within layouts/nyauth/mailer (2.9ms)
7154
+
7155
+ Nyauth::UserMailer#request_new_password: processed outbound mail in 8.3ms
7156
+  (0.8ms) DELETE FROM "users";
7157
+  (0.1ms) begin transaction
7158
+ SQL (0.6ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Dr. Laura Christiansen"], ["password_salt", "cfbb4528997d1fb584c1162f21f2b3f498ebef39247c6f1f7268194f68d46bf965514c509fd07e4c0a8cef1e9ce46142ccfef9ad1c9457fa713ab8f210e989cf537060ec7367b369a8a0da4fd9e6643212ec51cb6821895ed4f13c746ee72bddda5f2c8574f2f00b0af93addb95bb2b19982afd267bcd632e1f126ca238ab3c1"], ["password_digest", "147f0c18c2faf50e2b17165b7eabcb2637e428e7aa6c24f15dd091bf4064c6d5"], ["created_at", "2015-03-14 04:47:52.736249"], ["updated_at", "2015-03-14 04:47:52.736249"]]
7159
+  (1.2ms) commit transaction
7160
+  (1.3ms) DELETE FROM "users";
7161
+  (0.1ms) begin transaction
7162
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Stacey Hermiston I"], ["password_salt", "a30ffddd5fccb95472c68fd3a5f7c20e18663da4cfaa34416b4bc1abee749ad7f182baedf0791cf78bc588d23b6505c364b959508c3b5250e09bc2cff2e75a33acf8379a2b5e66965fa4edf5cebfb1ba4c2d80a31cd7b9ffb974f9bbb9ffa46e46fe15f79063f306b67eb15818e0ea5170b952ac4a4503b8ff3391b57d168769"], ["password_digest", "4680008aee5246e4909675a5cf0ad0009c83d5351f8d19e917956f38c99a54ec"], ["created_at", "2015-03-14 04:47:52.752020"], ["updated_at", "2015-03-14 04:47:52.752020"]]
7163
+  (0.7ms) commit transaction
7164
+  (0.7ms) DELETE FROM "users";
7165
+  (0.1ms) begin transaction
7166
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user3@example.com"], ["nickname", "Mariana Pagac"], ["password_salt", "3dc1aab4b3104a3890aacc7641a817a9c184e20c0bbbe0219e6fe0f3c36eb68f3ca494f7575f67d7c93f063ac558e487f057c843e4c17096f06a5e2393f4afc75b9e11a7ed33351c8d29df09d75e07b808cb8c9a4739d2d85e0042609f09bf6310597ad3bc3cc681504a31ffeb9fb305c8eb71bc97a487bb0d88e0ef68a9d165"], ["password_digest", "0b2054d388eb33fb2611abfee8819be7c33690532f2f7933178cd4b18329a0f7"], ["created_at", "2015-03-14 04:47:52.766873"], ["updated_at", "2015-03-14 04:47:52.766873"]]
7167
+  (0.6ms) commit transaction
7168
+  (0.8ms) DELETE FROM "users";
7169
+  (0.0ms) begin transaction
7170
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Kurt Zboncak"], ["password_salt", "be55464cc49bd25b882252147752971fef46f2923a74c14c8f15218e4c5c0fb94fa0ad1667fcdd6324e11a7ab23f113f92348ca3d00553fa575219dad0316da812d8a9434584c833fdf1a3fe06517f16b04ea1c6f16df1a2507466b30f2e42ee02dcd3e883938b518eb88cf6e95c3a102cea305f136acd2a1ac17e2195378bde"], ["password_digest", "da0c23353eb345326fc990b6ba689f9c7a224fa471651dda0c1766719a010ca3"], ["created_at", "2015-03-14 04:47:52.779191"], ["updated_at", "2015-03-14 04:47:52.779191"]]
7171
+  (0.7ms) commit transaction
7172
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]
7173
+  (1.7ms) DELETE FROM "users";
7174
+  (0.1ms) begin transaction
7175
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Dora Reilly"], ["password_salt", "d8c81e1c808140aeddcccb7c1cab522fa37c90c390a910891602a429fd1218e5004055934ab844cd73dba4de8d7502be8ef36e28cda71486fc6001e1a793303205ea3e8eaed20f9bb2fd437e95ce4a48aa0a66aec30337700fd50ebf96279d5383741c1f4a6aacb2d908f9699e92fd6fee88a0ac9a2d9b3668fe803809e8a0fb"], ["password_digest", "1919c9aaf559d8e81f6887fed2df838bdc40927afd0771383a9c3034125bb7cb"], ["created_at", "2015-03-14 04:47:52.806035"], ["updated_at", "2015-03-14 04:47:52.806035"]]
7176
+  (0.6ms) commit transaction
7177
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]
7178
+  (0.9ms) DELETE FROM "users";
7179
+  (0.1ms) begin transaction
7180
+ SQL (0.8ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Herminio Parisian"], ["password_salt", "e7b703ef808e3aeddb12c40e78aefecf8c2a6b8b55bd74ba6cf2b6589a4d398389ade8f8991a6238e7a833ccf8bd41ca15f6f62e8674aa70d6da1933bea88839587d35c2434000e67844ee7201a23a250e8f2b72e402dd5ed9bec1151e44a03210302c75ef0afbf0fd2a36bbfe6899bdbd0b4fa089ddafa5790229d5fb0e9f7b"], ["password_digest", "9d4acf97e73fd8f012a3fb76d5f80667ece69a1ad708757089d8667eabc4f386"], ["created_at", "2015-03-14 04:47:52.824342"], ["updated_at", "2015-03-14 04:47:52.824342"]]
7181
+  (0.9ms) commit transaction
7182
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]
7183
+  (0.7ms) DELETE FROM "users";
7184
+  (0.1ms) begin transaction
7185
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Adolphus Will"], ["password_salt", "20ecdb23153aacc484964f654cde601ed771c7ee7af86a6e322b5b5ae36628dc53ac061a296af9048c0f6fc97b07fc172afb0e2f43a400165f0a16ed553a7f9dbdb7073e04739cf95415e270e8fbab23c5ac8392abc1f839915bb11b81ac445b41214cf5cac29d54c5e237b6721efb133884e8071290f0df7389d7dabd0a6993"], ["password_digest", "b05d66e1882110a4f0745b764ba68df1866ae4c6254a5bdb8a3892c448d668c8"], ["created_at", "2015-03-14 04:47:52.837815"], ["updated_at", "2015-03-14 04:47:52.837815"]]
7186
+  (0.7ms) commit transaction
7187
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]
7188
+  (0.7ms) DELETE FROM "users";
7189
+  (0.0ms) begin transaction
7190
+ 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", "Delpha Schaefer III"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:47:52.843497"], ["password_salt", "77307bf8e9f8659afd9d657179ee2106794a1db92e0881ee10e337736ac197a740625fa200543188298f54f792d99387073f9560a0da58bd705b09fcb66d183e556052894e2bd0f31174ad9efd919518638f19ad0bbc0b19e5919028852c575bbc805b2d5c65a3de328b2046d8ed8c25e00a32d9fcb618a45a835c3ec5896b5e"], ["password_digest", "79adf06184cea8b40d2c3efe63fdc78d6b6e30c2c38b774127673b122b51152a"], ["created_at", "2015-03-14 04:47:52.849034"], ["updated_at", "2015-03-14 04:47:52.849034"]]
7191
+  (0.8ms) commit transaction
7192
+  (0.0ms) begin transaction
7193
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:47:52.851655"], ["password_salt", "4545e825d3a48b4de70e96ba86a398ca12157839f6ad7b99e931f70ff91362629e4efd3b6400b0ef659928ad2487a1ccaf20e6252f676bb7342416dfbf4b5e581924cb1a56993754960dac696d30813557da4cbd092efd720743c16d5bec6b36f1229734bf9b9c292fe43f000eba16fc5f028f9fb193e007117474f02a8b6d544e5"], ["password_digest", "b7fa098615956f7c15e473dad92e53f12c522fea5c49eac2cb2ead4b410564d8"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:47:52.851655"], ["id", 454]]
7194
+  (0.0ms) commit transaction
7195
+  (0.7ms) DELETE FROM "users";
7196
+  (0.1ms) begin transaction
7197
+ SQL (0.4ms) 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", "Aileen Wyman III"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:47:52.866562"], ["password_salt", "5019dbb526f27ea183fa12b3635373b464c52caea1c05c52d8cb2b0c726ccac02b0d3e2689e143d66bdb07812bc70f79a7ea52423b484ee4afafcea01f19ae1f34d19c5afd4a667928aa6012de38efda1ac337ecdb5a01e5bbf10b417d1f1747161ec8abd021c4af97aa4cf2ac0aecc1f8bad3c62819d47e682281ca05368989"], ["password_digest", "c2e96026ea144fee47cfebaf2f755d10221a5c4373728f1d06903edecd3246d2"], ["created_at", "2015-03-14 04:47:52.878190"], ["updated_at", "2015-03-14 04:47:52.878190"]]
7198
+  (0.9ms) commit transaction
7199
+  (0.0ms) begin transaction
7200
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:47:52.881592"], ["password_salt", "4559e882885d73a20db84ad836ae82595a3be28808e8f7e3047e15d22a63b5e2d86a7c310b57ac92c1bf82e2368bbd1042172114b2c2c05d2e0fbe5c060a5bae6a18328d50ff991375908792532678d2384cdbc0012278dc68594516fc434bee069a009a9a532bedeea05a9b71fb7b517c4cdc593eaed02952c4c6f93c0ce58271a"], ["password_digest", "01ce6f8ac60e8145a9e3028cb0ad46c5a9c5f26c7c47de553dc8b6d10660df74"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:47:52.881592"], ["id", 455]]
7201
+  (0.0ms) commit transaction
7202
+  (0.7ms) DELETE FROM "users";
7203
+  (0.0ms) begin transaction
7204
+ SQL (0.2ms) 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", "Salma Reichel Jr."], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:47:52.891608"], ["password_salt", "87c6fc31ca8be7cf149eea5252121857c3cb5c5bb746fa069dea879bae2b97fac08d4d860d4892adefde8d9a4aac2cde12eefe486564c1988a7506995dbac8fa7f4fd7053ec6a212e79ef1e7e857d67d60d78530c3a5c2ef855bcd498ad0327746094b5d1b156bd7c3ee50ada63ffc120f3ccd487bcd07b18eb4ecc9239a4ffd"], ["password_digest", "a17e2103e32e45d8b756d0f75ce62c5907b49ba84b34df223f450d38f503c45d"], ["created_at", "2015-03-14 04:47:52.896580"], ["updated_at", "2015-03-14 04:47:52.896580"]]
7205
+  (0.9ms) commit transaction
7206
+  (0.0ms) begin transaction
7207
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:47:52.898899"], ["password_salt", "45614365c1d4b2c28085ee44f5c67e24bb3f161f6b8e6683a8547cbbe1b1e8022e65864248b88b19cf230e0e5ff7aa947f1ddcabad925382864b9fd7c3d4c00548da5bcbbfb8dca80d9ff5f63ba6cae7cecae69793ceb701c50589c7d9a513f38f6e292fa8d1560272fe196a8d5a76d333458d1467fa23ef806cf81723428559328"], ["password_digest", "0340aa2413cbcb0617d20ebae8fa72afe7cd6db380ac02bcb450eb7a9f4dfd27"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:47:52.898899"], ["id", 456]]
7208
+  (0.0ms) commit transaction
7209
+  (0.7ms) DELETE FROM "users";
7210
+  (0.0ms) begin transaction
7211
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user7@example.com"], ["nickname", "Elva Rice II"], ["password_salt", "77a226587cd3c3f61c26d0e7c34b21326bef5ae0199decd78b4bd9f9905a08e4838310359a720a6c51a4dff017d8ad45b17b2585c9a1a009d02dc2594918db4e325bd97440a388845e332ebe952a7dcc30a23329551e7a11db91ea5a2f8247f15ad287e414d74f3dd733bbbad9936450081e9b0af9441e697658cb0d7aef64aa"], ["password_digest", "46ec1c19a0b06c54c589409e7c543a786c6b187abebf175dc5c83ba591d5f2ef"], ["created_at", "2015-03-14 04:47:52.914223"], ["updated_at", "2015-03-14 04:47:52.914223"]]
7212
+  (0.8ms) commit transaction
7213
+  (0.0ms) begin transaction
7214
+ SQL (0.7ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "8182b7e6e38fe69f0bd9dd8b31779abc5e74b112dd3d922b0de76576ebe104ed"], ["new_password_key_expired_at", "2015-03-14 05:47:52.916267"], ["password_salt", "457212fa3da6fa9f478cda47e5a20ac77a2b3cb24b1db9bcfe2cab397e6fe930016aa1ba64bd802bf3318aac76430027ea5115d337e4d4fd7abe62ce4ffea01d67dbeacf919ddea210f544067f1f5a70e896bc4593bcec208849efd2841dc3d2a4f2b0a1dc4d79cf04bba6aa170776875f9715c98b757bf415b83a29c4cd36d4b99"], ["password_digest", "fb2cb27f8cff419a17065997dd29cfeaa6d81539bb2ff2bfc5ed2dddcd379edb"], ["updated_at", "2015-03-14 04:47:52.924235"], ["id", 457]]
7215
+  (1.0ms) commit transaction
7216
+  (1.1ms) DELETE FROM "users";
7217
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
7218
+  (0.1ms) begin transaction
7219
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Hellen Renner"], ["password_salt", "f0dc0cb5d55d8d7091c7dc5231c3ffea6775c01d49bd28b88a056ff9a92cf3d4afe0ea15ba1a4a3d364a42d664abcd607863081653c4f814c3feb4a3bbab70b3519894222cfddf3b4245acc8b907182cb1671a38bd36a9b671cac2cfea968292545c87d58f60590bf2a902fa6e586e35aac49f43b6da8cdee06f262fb601c442"], ["password_digest", "6998f09220da4f1ec5b7e581344f4d5e561e33dc8b3424f531a10c33a55ba4e1"], ["created_at", "2015-03-14 04:49:19.880656"], ["updated_at", "2015-03-14 04:49:19.880656"]]
7220
+  (1.4ms) commit transaction
7221
+  (0.7ms) DELETE FROM "users";
7222
+  (0.0ms) begin transaction
7223
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Rosalyn Feest"], ["password_salt", "29a528322f9f097f34fe41129d2c81385addc17092f1c89a1076e3c24bd0c281e3748b1cdc5e54cee587617187f3f0c103fa85dcaa39fec942570113f2bac96e30cec7a33f2279bec7178198a84560ed69b7b7e9f1924d0e34f4bb88b7bd1e49a2efee431f7afccfecd2932a9c4eb08e942ace3cab3f63bb071d749f5086b467"], ["password_digest", "2b35478c0b79f425e837f788ce9f10ce8766602ede60ef4083e6b0063d88dae3"], ["created_at", "2015-03-14 04:49:19.896003"], ["updated_at", "2015-03-14 04:49:19.896003"]]
7224
+  (0.8ms) commit transaction
7225
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 459]]
7226
+  (0.8ms) DELETE FROM "users";
7227
+  (0.1ms) begin transaction
7228
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Laura Gulgowski MD"], ["password_salt", "d3f197a9caadc8c25e9faafc8dd324f7de08c1d4ffe3caeeab36e707834f35766e0d1e0fab80df35c7fdd0b1c303c705e6b04c0724f21aee3fc0511dda4a7dce360ed50ebb38fd941d411322143615491f589ce7955dc49e0ccd919aff69f848c1856057182a899d58cf82402b21ff6c9131fb8ed5b5c324f89da2c93c138b1e"], ["password_digest", "995da4529e14ddd4ab7ceb60dd499f9797bab90c2df0afa6749fb87bc3887814"], ["created_at", "2015-03-14 04:49:19.912581"], ["updated_at", "2015-03-14 04:49:19.912581"]]
7229
+  (0.8ms) commit transaction
7230
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-03-14 13:49:19 +0900
7231
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
7232
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.slim within layouts/application (20.1ms)
7233
+ Completed 200 OK in 46ms (Views: 45.3ms | ActiveRecord: 0.0ms)
7234
+ Started POST "/confirmation_requests" for 127.0.0.1 at 2015-03-14 13:49:19 +0900
7235
+ Processing by Nyauth::ConfirmationRequestsController#create as HTML
7236
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com"}, "commit"=>"request confirmation"}
7237
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]
7238
+  (0.0ms) begin transaction
7239
+ SQL (0.3ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "28a9b27ecbf0e5532676ee980ec61c67e11076eb8a835ccdd75247c12f331e2d"], ["confirmation_key_expired_at", "2015-03-14 05:49:19.985185"], ["updated_at", "2015-03-14 04:49:19.985824"], ["id", 460]]
7240
+  (0.7ms) commit transaction
7241
+ Redirected to http://www.example.com/
7242
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.html.slim within layouts/nyauth/mailer (4.2ms)
7243
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (2.0ms)
7244
+
7245
+ Nyauth::UserMailer#request_confirmation: processed outbound mail in 124.8ms
7246
+
7247
+ Sent mail to user1@example.com (5.5ms)
7248
+ Date: Sat, 14 Mar 2015 13:49:20 +0900
7249
+ From: from@example.com
7250
+ To: user1@example.com
7251
+ Message-ID: <5503bdd01df2e_b0e53fd0488601fc307d2@mbpA1502.local.mail>
7252
+ Subject: Request confirmation
7253
+ Mime-Version: 1.0
7254
+ Content-Type: multipart/alternative;
7255
+ boundary="--==_mimepart_5503bdd01d0cd_b0e53fd0488601fc30612";
7256
+ charset=UTF-8
7257
+ Content-Transfer-Encoding: 7bit
7258
+
7259
+
7260
+ ----==_mimepart_5503bdd01d0cd_b0e53fd0488601fc30612
7261
+ Content-Type: text/plain;
7262
+ charset=UTF-8
7263
+ Content-Transfer-Encoding: 7bit
7264
+
7265
+ Plese confirm your email
7266
+
7267
+ http://www.example.com/confirmations/28a9b27ecbf0e5532676ee980ec61c67e11076eb8a835ccdd75247c12f331e2d
7268
+
7269
+
7270
+ ----==_mimepart_5503bdd01d0cd_b0e53fd0488601fc30612
7271
+ Content-Type: text/html;
7272
+ charset=UTF-8
7273
+ Content-Transfer-Encoding: 7bit
7274
+
7275
+ <p>Plese confirm your email</p><p><a href="http://www.example.com/confirmations/28a9b27ecbf0e5532676ee980ec61c67e11076eb8a835ccdd75247c12f331e2d">confirm</a></p>
7276
+
7277
+ ----==_mimepart_5503bdd01d0cd_b0e53fd0488601fc30612--
7278
+
7279
+ Completed 302 Found in 142ms (ActiveRecord: 1.2ms)
7280
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7281
+ Processing by Nyauth::SessionsController#new as HTML
7282
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (7.8ms)
7283
+ Completed 200 OK in 23ms (Views: 13.6ms | ActiveRecord: 0.0ms)
7284
+ Started GET "/confirmations/28a9b27ecbf0e5532676ee980ec61c67e11076eb8a835ccdd75247c12f331e2d" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7285
+ Processing by Nyauth::ConfirmationsController#update as HTML
7286
+ Parameters: {"confirmation_key"=>"28a9b27ecbf0e5532676ee980ec61c67e11076eb8a835ccdd75247c12f331e2d"}
7287
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "28a9b27ecbf0e5532676ee980ec61c67e11076eb8a835ccdd75247c12f331e2d"]]
7288
+  (0.0ms) begin transaction
7289
+ SQL (0.3ms) UPDATE "users" SET "confirmed_at" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:49:20.165492"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:49:20.166311"], ["id", 460]]
7290
+  (1.6ms) commit transaction
7291
+ Redirected to http://www.example.com/
7292
+ Completed 302 Found in 11ms (ActiveRecord: 2.0ms)
7293
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7294
+ Processing by Nyauth::SessionsController#new as HTML
7295
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.2ms)
7296
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
7297
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 460]]
7298
+  (1.0ms) DELETE FROM "users";
7299
+  (0.0ms) begin transaction
7300
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Ms. Edna Mills"], ["password_salt", "c34939b37e0808f23f38bc1c938571f87333a6c1d618866e268c08c0f062a87aa0b010551e8649520c2943a2106c54c8968be167f1798bf67283303ca9beca0ea406ab1d5723c0b021f103c8a5976175285b185e61d32e8698d32f1db72d391e79cc7b6cdf9a90757f3c01f4985979a225defed8d4202e9e6638273133400d10"], ["password_digest", "63b430c9f32643d466f147a311ce3a33486d54c4d9e56c58df6ac2bc6d721795"], ["created_at", "2015-03-14 04:49:20.190157"], ["updated_at", "2015-03-14 04:49:20.190157"]]
7301
+  (0.7ms) commit transaction
7302
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7303
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
7304
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.slim within layouts/application (0.9ms)
7305
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
7306
+ Started POST "/confirmation_requests" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7307
+ Processing by Nyauth::ConfirmationRequestsController#create as HTML
7308
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user2@example.com"}, "commit"=>"request confirmation"}
7309
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]
7310
+  (0.0ms) begin transaction
7311
+ SQL (0.2ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "0fb4fb9261b9e2fec85540bf6ec5891999bc14eec71df6df750ecc4c826bf125"], ["confirmation_key_expired_at", "2015-03-14 05:49:20.202229"], ["updated_at", "2015-03-14 04:49:20.202820"], ["id", 461]]
7312
+  (0.5ms) commit transaction
7313
+ Redirected to http://www.example.com/
7314
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.html.slim within layouts/nyauth/mailer (2.3ms)
7315
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (1.5ms)
7316
+
7317
+ Nyauth::UserMailer#request_confirmation: processed outbound mail in 5.7ms
7318
+
7319
+ Sent mail to user2@example.com (2.1ms)
7320
+ Date: Sat, 14 Mar 2015 13:49:20 +0900
7321
+ From: from@example.com
7322
+ To: user2@example.com
7323
+ Message-ID: <5503bdd033cee_b0e53fd0488601fc30934@mbpA1502.local.mail>
7324
+ Subject: Request confirmation
7325
+ Mime-Version: 1.0
7326
+ Content-Type: multipart/alternative;
7327
+ boundary="--==_mimepart_5503bdd033771_b0e53fd0488601fc308e";
7328
+ charset=UTF-8
7329
+ Content-Transfer-Encoding: 7bit
7330
+
7331
+
7332
+ ----==_mimepart_5503bdd033771_b0e53fd0488601fc308e
7333
+ Content-Type: text/plain;
7334
+ charset=UTF-8
7335
+ Content-Transfer-Encoding: 7bit
7336
+
7337
+ Plese confirm your email
7338
+
7339
+ http://www.example.com/confirmations/0fb4fb9261b9e2fec85540bf6ec5891999bc14eec71df6df750ecc4c826bf125
7340
+
7341
+
7342
+ ----==_mimepart_5503bdd033771_b0e53fd0488601fc308e
7343
+ Content-Type: text/html;
7344
+ charset=UTF-8
7345
+ Content-Transfer-Encoding: 7bit
7346
+
7347
+ <p>Plese confirm your email</p><p><a href="http://www.example.com/confirmations/0fb4fb9261b9e2fec85540bf6ec5891999bc14eec71df6df750ecc4c826bf125">confirm</a></p>
7348
+
7349
+ ----==_mimepart_5503bdd033771_b0e53fd0488601fc308e--
7350
+
7351
+ Completed 302 Found in 12ms (ActiveRecord: 0.9ms)
7352
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7353
+ Processing by Nyauth::SessionsController#new as HTML
7354
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
7355
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
7356
+ Started GET "/confirmations/0fb4fb9261b9e2fec85540bf6ec5891999bc14eec71df6df750ecc4c826bf125" for 127.0.0.1 at 2015-03-14 16:49:20 +0900
7357
+ Processing by Nyauth::ConfirmationsController#update as HTML
7358
+ Parameters: {"confirmation_key"=>"0fb4fb9261b9e2fec85540bf6ec5891999bc14eec71df6df750ecc4c826bf125"}
7359
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "0fb4fb9261b9e2fec85540bf6ec5891999bc14eec71df6df750ecc4c826bf125"]]
7360
+  (0.0ms) begin transaction
7361
+  (0.0ms) rollback transaction
7362
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmations/edit.html.slim within layouts/application (0.0ms)
7363
+ Completed 200 OK in 0ms (Views: 7.3ms | ActiveRecord: 0.0ms)
7364
+  (0.8ms) DELETE FROM "users";
7365
+  (0.0ms) begin transaction
7366
+ SQL (0.6ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Lilyan Goodwin Jr."], ["password_salt", "fb35dd4079c3a81e21e7c6ae11687000bfc839abd32b59fe6bd06d9e7a8ec223705290df50399c8620f033e62cde36a07aa5c0d863b6befaa44b32432d950bc96c864cf1228a872461097cf253a8d05b1dbb7b0991100add92878a4ab9e2263261895861b341d24b3a183b3931ebbabe48180c8efd63d77223ce3b994ad446af"], ["password_digest", "8dee785175e2c8e2a21afcebfdba4394f8c3dcf93347201ac40690b85ac18618"], ["created_at", "2015-03-14 04:49:20.242759"], ["updated_at", "2015-03-14 04:49:20.242759"]]
7367
+  (1.1ms) commit transaction
7368
+ Started GET "/new_password_requests/new" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7369
+ Processing by Nyauth::NewPasswordRequestsController#new as HTML
7370
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_password_requests/new.html.slim within layouts/application (5.6ms)
7371
+ Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms)
7372
+ Started POST "/new_password_requests" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7373
+ Processing by Nyauth::NewPasswordRequestsController#create as HTML
7374
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com"}, "commit"=>"request new password"}
7375
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]
7376
+  (0.0ms) begin transaction
7377
+ SQL (0.3ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "dcc1935ce70de2f8076c5711c2e1d13778b3d04279c9072e74beb9ec905150f4"], ["new_password_key_expired_at", "2015-03-14 05:49:20.278295"], ["updated_at", "2015-03-14 04:49:20.278909"], ["id", 462]]
7378
+  (0.6ms) commit transaction
7379
+ Redirected to http://www.example.com/
7380
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.html.slim within layouts/nyauth/mailer (5.2ms)
7381
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.text.erb within layouts/nyauth/mailer (2.0ms)
7382
+
7383
+ Nyauth::UserMailer#request_new_password: processed outbound mail in 27.6ms
7384
+
7385
+ Sent mail to user1@example.com (2.2ms)
7386
+ Date: Sat, 14 Mar 2015 13:49:20 +0900
7387
+ From: from@example.com
7388
+ To: user1@example.com
7389
+ Message-ID: <5503bdd04c2ab_b0e53fd0488601fc311e4@mbpA1502.local.mail>
7390
+ Subject: Request new password
7391
+ Mime-Version: 1.0
7392
+ Content-Type: multipart/alternative;
7393
+ boundary="--==_mimepart_5503bdd04bcc4_b0e53fd0488601fc310cc";
7394
+ charset=UTF-8
7395
+ Content-Transfer-Encoding: 7bit
7396
+
7397
+
7398
+ ----==_mimepart_5503bdd04bcc4_b0e53fd0488601fc310cc
7399
+ Content-Type: text/plain;
7400
+ charset=UTF-8
7401
+ Content-Transfer-Encoding: 7bit
7402
+
7403
+ Plese set your new password
7404
+
7405
+ http://www.example.com/new_passwords/dcc1935ce70de2f8076c5711c2e1d13778b3d04279c9072e74beb9ec905150f4/edit
7406
+
7407
+
7408
+ ----==_mimepart_5503bdd04bcc4_b0e53fd0488601fc310cc
7409
+ Content-Type: text/html;
7410
+ charset=UTF-8
7411
+ Content-Transfer-Encoding: 7bit
7412
+
7413
+ <p>Plese set your new password</p><p><a href="http://www.example.com/new_passwords/dcc1935ce70de2f8076c5711c2e1d13778b3d04279c9072e74beb9ec905150f4/edit">set new password</a></p>
7414
+
7415
+ ----==_mimepart_5503bdd04bcc4_b0e53fd0488601fc310cc--
7416
+
7417
+ Completed 302 Found in 36ms (ActiveRecord: 1.0ms)
7418
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7419
+ Processing by Nyauth::SessionsController#new as HTML
7420
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.2ms)
7421
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
7422
+ Started GET "/new_passwords/dcc1935ce70de2f8076c5711c2e1d13778b3d04279c9072e74beb9ec905150f4/edit" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7423
+ Processing by Nyauth::NewPasswordsController#edit as HTML
7424
+ Parameters: {"new_password_key"=>"[FILTERED]"}
7425
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "dcc1935ce70de2f8076c5711c2e1d13778b3d04279c9072e74beb9ec905150f4"]]
7426
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_passwords/edit.html.slim within layouts/application (3.9ms)
7427
+ Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms)
7428
+ Started PATCH "/new_passwords/dcc1935ce70de2f8076c5711c2e1d13778b3d04279c9072e74beb9ec905150f4" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7429
+ Processing by Nyauth::NewPasswordsController#update as HTML
7430
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "new_password_key"=>"[FILTERED]"}
7431
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "dcc1935ce70de2f8076c5711c2e1d13778b3d04279c9072e74beb9ec905150f4"]]
7432
+  (0.0ms) begin transaction
7433
+ SQL (0.3ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "new_password_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "462f48db1b4836e20e8a5e1558448498d33bfdbd02806adf40fa8e2aaf2659bb42bf0d43ef6292959dd8ee0a6a66f3ba6d2489f15bb20be12cb9f520661fb577ddbbc8215befddbd7ca313c6679584f6c72149bc6ff152961031709d6d91b08e70542c06c02c4cb54a7e1830492f4b65ca8b4cbcde5c101a515b41a05d04b1e952e"], ["password_digest", "4a9d49454c68131ca64d54ac0a4e8d97eb7f8caea2edae7c2a058de5be09d6eb"], ["new_password_key", nil], ["updated_at", "2015-03-14 04:49:20.343469"], ["id", 462]]
7434
+  (0.8ms) commit transaction
7435
+ Redirected to http://www.example.com/session/new
7436
+ Completed 302 Found in 14ms (ActiveRecord: 1.2ms)
7437
+ Started GET "/session/new" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7438
+ Processing by Nyauth::SessionsController#new as HTML
7439
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.3ms)
7440
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
7441
+  (1.0ms) DELETE FROM "users";
7442
+  (0.1ms) begin transaction
7443
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Orval Konopelski"], ["password_salt", "640f60c67da1439856f38cbe5531e1549912a88119fe9fc5d71e84e2f553f9b98bca80e642f02dce6405ed02d67ccf90f80a0d1c5261aacdee598e0cf02e21dffb3a23f5ec26c3287a38614ec3ac02d52469c87ff47081caa39a106d1a6499f9ca644d17a7e6a288cfba50a0ae71badc680cda5ab402d60f22880c69a225e5ad"], ["password_digest", "243fe249869ca8e932790e39a395e1b8d491aa9878c4e328e280881cf547840f"], ["created_at", "2015-03-14 04:49:20.369250"], ["updated_at", "2015-03-14 04:49:20.369250"]]
7444
+  (0.7ms) commit transaction
7445
+ Started GET "/new_password_requests/new" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7446
+ Processing by Nyauth::NewPasswordRequestsController#new as HTML
7447
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_password_requests/new.html.slim within layouts/application (0.8ms)
7448
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
7449
+ Started POST "/new_password_requests" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7450
+ Processing by Nyauth::NewPasswordRequestsController#create as HTML
7451
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user2@example.com"}, "commit"=>"request new password"}
7452
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]
7453
+  (0.1ms) begin transaction
7454
+ SQL (0.2ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "d255f01117bb15dddda2bbe3cefad71041f4f2161b7f7a0fa27c81f0a72d852f"], ["new_password_key_expired_at", "2015-03-14 05:49:20.381625"], ["updated_at", "2015-03-14 04:49:20.382241"], ["id", 463]]
7455
+  (0.6ms) commit transaction
7456
+ Redirected to http://www.example.com/
7457
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.html.slim within layouts/nyauth/mailer (2.1ms)
7458
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.text.erb within layouts/nyauth/mailer (1.5ms)
7459
+
7460
+ Nyauth::UserMailer#request_new_password: processed outbound mail in 5.5ms
7461
+
7462
+ Sent mail to user2@example.com (2.4ms)
7463
+ Date: Sat, 14 Mar 2015 13:49:20 +0900
7464
+ From: from@example.com
7465
+ To: user2@example.com
7466
+ Message-ID: <5503bdd05fa1f_b0e53fd0488601fc313ec@mbpA1502.local.mail>
7467
+ Subject: Request new password
7468
+ Mime-Version: 1.0
7469
+ Content-Type: multipart/alternative;
7470
+ boundary="--==_mimepart_5503bdd05f416_b0e53fd0488601fc312a2";
7471
+ charset=UTF-8
7472
+ Content-Transfer-Encoding: 7bit
7473
+
7474
+
7475
+ ----==_mimepart_5503bdd05f416_b0e53fd0488601fc312a2
7476
+ Content-Type: text/plain;
7477
+ charset=UTF-8
7478
+ Content-Transfer-Encoding: 7bit
7479
+
7480
+ Plese set your new password
7481
+
7482
+ http://www.example.com/new_passwords/d255f01117bb15dddda2bbe3cefad71041f4f2161b7f7a0fa27c81f0a72d852f/edit
7483
+
7484
+
7485
+ ----==_mimepart_5503bdd05f416_b0e53fd0488601fc312a2
7486
+ Content-Type: text/html;
7487
+ charset=UTF-8
7488
+ Content-Transfer-Encoding: 7bit
7489
+
7490
+ <p>Plese set your new password</p><p><a href="http://www.example.com/new_passwords/d255f01117bb15dddda2bbe3cefad71041f4f2161b7f7a0fa27c81f0a72d852f/edit">set new password</a></p>
7491
+
7492
+ ----==_mimepart_5503bdd05f416_b0e53fd0488601fc312a2--
7493
+
7494
+ Completed 302 Found in 13ms (ActiveRecord: 1.0ms)
7495
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7496
+ Processing by Nyauth::SessionsController#new as HTML
7497
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
7498
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
7499
+ Started GET "/new_passwords/d255f01117bb15dddda2bbe3cefad71041f4f2161b7f7a0fa27c81f0a72d852f/edit" for 127.0.0.1 at 2015-03-14 16:49:20 +0900
7500
+ Processing by Nyauth::NewPasswordsController#edit as HTML
7501
+ Parameters: {"new_password_key"=>"[FILTERED]"}
7502
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "d255f01117bb15dddda2bbe3cefad71041f4f2161b7f7a0fa27c81f0a72d852f"]]
7503
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_passwords/edit.html.slim within layouts/application (0.0ms)
7504
+ Completed 200 OK in 0ms (Views: 2.5ms | ActiveRecord: 0.0ms)
7505
+ Started PATCH "/new_passwords/d255f01117bb15dddda2bbe3cefad71041f4f2161b7f7a0fa27c81f0a72d852f" for 127.0.0.1 at 2015-03-14 16:49:20 +0900
7506
+ Processing by Nyauth::NewPasswordsController#update as HTML
7507
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "new_password_key"=>"[FILTERED]"}
7508
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "d255f01117bb15dddda2bbe3cefad71041f4f2161b7f7a0fa27c81f0a72d852f"]]
7509
+  (0.0ms) begin transaction
7510
+  (0.0ms) rollback transaction
7511
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_passwords/edit.html.slim within layouts/application (0.0ms)
7512
+ Completed 200 OK in 0ms (Views: 4.9ms | ActiveRecord: 0.0ms)
7513
+  (1.2ms) DELETE FROM "users";
7514
+  (0.1ms) begin transaction
7515
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Eliseo Schowalter"], ["password_salt", "9d401da27c12b5e09677588a278e11c07ae383ba89746d1fec53e69b1cfbc049f244ebfe41062935aceed5f8a3edfecd84a40a1478dd24ea1bf111f8a8d68761b6dc3a7ab31462f8038477d58fdecde9ee845f13d65eaa520c55fface99602ab52b03779a593dd3ec5ffb11f90deb6bc91cb93fbee9231be34aecaf72a9482f9"], ["password_digest", "6798c0194ced1978260c260b21d3efb30d6363694d6bdbfa3c251e92b9a9b25d"], ["created_at", "2015-03-14 04:49:20.438404"], ["updated_at", "2015-03-14 04:49:20.438404"]]
7516
+  (0.7ms) commit transaction
7517
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7518
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7519
+ Started GET "/rack_session" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7520
+ Started GET "/password/edit" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7521
+ Processing by Nyauth::PasswordsController#edit as HTML
7522
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 464]]
7523
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 464]]
7524
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.slim within layouts/application (8.4ms)
7525
+ Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.2ms)
7526
+ Started PATCH "/password" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7527
+ Processing by Nyauth::PasswordsController#update as HTML
7528
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"}
7529
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 464]]
7530
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 464]]
7531
+  (0.0ms) begin transaction
7532
+ SQL (0.4ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "464d7cebce62f9bb3cd7d66f5f5de3205db588f00cc9187380318650c0c509976556b2f10e30bdf03f5196f611ff91f95cbcf446bf853f81a85a08ecc896451e679105700d0fca20b19e4fbe2737b6464f8712049cff34fa7cea6477fd59203979545423ba3b90fc656589e9fb020292c1d023e350c5162ab4686328a7701a7d2f2"], ["password_digest", "750b335dff7ac3a91abe7f94a24e76d8afd8457bae33f00c7b1d3e8d828db616"], ["updated_at", "2015-03-14 04:49:20.485824"], ["id", 464]]
7533
+  (1.1ms) commit transaction
7534
+ Redirected to http://www.example.com/
7535
+ Completed 302 Found in 13ms (ActiveRecord: 1.7ms)
7536
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7537
+ Processing by Nyauth::SessionsController#new as HTML
7538
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (2.2ms)
7539
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
7540
+  (0.9ms) DELETE FROM "users";
7541
+  (0.1ms) begin transaction
7542
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Abigail Ortiz"], ["password_salt", "d3fedc1a64729026d090f14385751136cc5794cd3daa03dea34fd188c000870c432ebe6bc97bc350af4dd29136d9026a0af23680722cb7f7f703cb4c8978d7afa55ae9005a707acdc4cf954061c45441c36bdceeaa2d2c7c32568684b43bce5717ab085e110756acdc1dbfd96b3b04386337c3af3f3ae12c78a4860cf61adf24"], ["password_digest", "57576ee4cdc9e500a62d4bdfae9bcabf893ced6f369961ae4fbb048f40870e56"], ["created_at", "2015-03-14 04:49:20.510160"], ["updated_at", "2015-03-14 04:49:20.510160"]]
7543
+  (0.7ms) commit transaction
7544
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7545
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7546
+ Started GET "/rack_session" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7547
+ Started GET "/password/edit" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7548
+ Processing by Nyauth::PasswordsController#edit as HTML
7549
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 465]]
7550
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 465]]
7551
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.slim within layouts/application (1.0ms)
7552
+ Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)
7553
+ Started PATCH "/password" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7554
+ Processing by Nyauth::PasswordsController#update as HTML
7555
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"}
7556
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 465]]
7557
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 465]]
7558
+  (0.0ms) begin transaction
7559
+  (0.0ms) rollback transaction
7560
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.slim within layouts/application (2.7ms)
7561
+ Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.2ms)
7562
+  (0.9ms) DELETE FROM "users";
7563
+ Started GET "/registration/new" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7564
+ Processing by Nyauth::RegistrationsController#new as HTML
7565
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.slim within layouts/application (4.8ms)
7566
+ Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms)
7567
+ Started POST "/registration" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7568
+ Processing by Nyauth::RegistrationsController#create as HTML
7569
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
7570
+  (0.1ms) begin transaction
7571
+ SQL (0.4ms) INSERT INTO "users" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "user1@example.com"], ["password_salt", "1d866c0141a3c5dcc8e158ea3732caab9bc6596bc5cd40a08aaea466d97ccdf1486447e3b6002900681dd6324bd5a1004c8af5cbe32826026ec59da395caf120d70db12a6e5bb87e018c2d5225966e159413c33499b8bfe0992852718d60635b8b3ba9915388ac8715a7a872fa4ffc12142f790c606dbda659fff631c0688241"], ["password_digest", "1cc873faa0d612d11391044c002ede452a8ceea32fd3c06ee28f7f1fbc5045b8"], ["created_at", "2015-03-14 04:49:20.584077"], ["updated_at", "2015-03-14 04:49:20.584077"]]
7572
+  (0.8ms) commit transaction
7573
+ Redirected to http://www.example.com/
7574
+ Completed 302 Found in 11ms (ActiveRecord: 1.3ms)
7575
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7576
+ Processing by Nyauth::SessionsController#new as HTML
7577
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
7578
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
7579
+  (1.0ms) DELETE FROM "users";
7580
+ Started GET "/registration/new" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7581
+ Processing by Nyauth::RegistrationsController#new as HTML
7582
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.slim within layouts/application (2.1ms)
7583
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
7584
+ Started POST "/registration" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7585
+ Processing by Nyauth::RegistrationsController#create as HTML
7586
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
7587
+  (0.1ms) begin transaction
7588
+  (0.1ms) rollback transaction
7589
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.slim within layouts/application (2.9ms)
7590
+ Completed 200 OK in 9ms (Views: 3.6ms | ActiveRecord: 0.2ms)
7591
+ Started GET "/session/new" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7592
+ Processing by Nyauth::SessionsController#new as HTML
7593
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.0ms)
7594
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
7595
+  (0.1ms) begin transaction
7596
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Ms. Warren MacGyver"], ["password_salt", "e904657355b3e3430dff9d34bb3ad148eafeacd3f1c02e1d29b2e1fac865975a6e7bf69fb2aa2c27bfd45ede21f720cac39945f1774b0eae97dde894dece2bccf1a1cb5ae679bb6b570a064c78b0c15b3e8c8453eae33ac365cab19febb8431acee72326c1771a1ccc76be2dff4eab8151a373feb7e0d096a5336ecc9320261e"], ["password_digest", "20f5ba85381858e9ca7af30afcad43438ec6129c855c13886e34d18f339501c5"], ["created_at", "2015-03-14 04:49:20.635997"], ["updated_at", "2015-03-14 04:49:20.635997"]]
7597
+  (0.7ms) commit transaction
7598
+ Started POST "/session" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7599
+ Processing by Nyauth::SessionsController#create as HTML
7600
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
7601
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "user1@example.com"]]
7602
+ Redirected to http://www.example.com/
7603
+ Completed 302 Found in 9ms (ActiveRecord: 0.3ms)
7604
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7605
+ Processing by Nyauth::SessionsController#new as HTML
7606
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.7ms)
7607
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
7608
+  (1.3ms) DELETE FROM "users";
7609
+ Started GET "/session/new" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7610
+ Processing by Nyauth::SessionsController#new as HTML
7611
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
7612
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
7613
+ Started POST "/session" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7614
+ Processing by Nyauth::SessionsController#create as HTML
7615
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
7616
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", ""]]
7617
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.2ms)
7618
+ Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.1ms)
7619
+  (0.1ms) begin transaction
7620
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Madeline Hegmann"], ["password_salt", "b20fc2e77c50396c37ae6d18470f33d07084941c430ddfb2b300e7eed0ac60e737ee6d66838811575db4c783bbf00ace83acf5c85834fd99904a986d21612557fd76744fd6f1e19ef754ac5015d2bb0b9737402f8288896d6fb53fed03bed16027757629fa05c2ae50f8e23ef7230b7936e46624decb9f4008767c29ac47c228"], ["password_digest", "5b2442ad5f000e7a40b629bb002605046eefe7695f7bd7a9bce0b73cb5ce2801"], ["created_at", "2015-03-14 04:49:20.687367"], ["updated_at", "2015-03-14 04:49:20.687367"]]
7621
+  (0.9ms) commit transaction
7622
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7623
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7624
+ Started GET "/rack_session" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7625
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7626
+ Processing by Nyauth::SessionsController#new as HTML
7627
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
7628
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
7629
+ Started DELETE "/session" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7630
+ Processing by Nyauth::SessionsController#destroy as HTML
7631
+ Redirected to http://www.example.com/
7632
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
7633
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:20 +0900
7634
+ Processing by Nyauth::SessionsController#new as HTML
7635
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (0.9ms)
7636
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
7637
+  (1.1ms) DELETE FROM "users";
7638
+  (0.1ms) begin transaction
7639
+ SQL (0.6ms) 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", "Weston Johns"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:49:20.720268"], ["password_salt", "41ff32706945a04770e8fc104c183f4d9c730ef4c5d6c16d9edb99602a332e9e3d28481c7df7763ede8d8b0b0463ee8e8b0b74d04c49121ff657edd020a2be473f99543f801ce16c0c68f4478283a2a5be1052babca86894c409c4dd58defd0c94394b3191ecbe5479d1dbea86e9469628001da7be8c261d2adbd7cfbb0b6b03"], ["password_digest", "37cf905cd24d0cb9558acbd3254f97be9845aa5601a096ddafc9d352fd2babf3"], ["created_at", "2015-03-14 04:49:20.727330"], ["updated_at", "2015-03-14 04:49:20.727330"]]
7640
+  (1.0ms) commit transaction
7641
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.html.slim within layouts/nyauth/mailer (2.9ms)
7642
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (1.8ms)
7643
+
7644
+ Nyauth::UserMailer#request_confirmation: processed outbound mail in 6.9ms
7645
+  (1.0ms) DELETE FROM "users";
7646
+  (0.0ms) begin transaction
7647
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "new_password_key", "new_password_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Khalid Corkery"], ["new_password_key", "key"], ["new_password_key_expired_at", "2015-03-14 05:49:20.743892"], ["password_salt", "bbef84b74aac47cd8a15fdaeb2e8400af0e3df6069ff3c4a01ebe0d8d3b944a4e8c865f6978d821b3b57478ecc7412187c843fd78297d557c4684bbd8bef3aecb44b4bb8f9c240bc67779458900726769e4fd0e7fe4d4aacf6bd3d7b0a0887dfcc17037427b7d185df81c5b3dc8dcdf9b44807324737dac0ac0ddcde010ac725"], ["password_digest", "8a53e5b882391acce92be3a7fae2f917e4c8a2914d6faf8cc8ba525e4b0bc75a"], ["created_at", "2015-03-14 04:49:20.748580"], ["updated_at", "2015-03-14 04:49:20.748580"]]
7648
+  (0.7ms) commit transaction
7649
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.html.slim within layouts/nyauth/mailer (3.3ms)
7650
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.text.erb within layouts/nyauth/mailer (3.0ms)
7651
+
7652
+ Nyauth::UserMailer#request_new_password: processed outbound mail in 8.4ms
7653
+  (0.8ms) DELETE FROM "users";
7654
+  (0.1ms) begin transaction
7655
+ SQL (0.8ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Shawna Erdman"], ["password_salt", "149c4a5b62d568b9803e2ca01b7730a0bc2557f49054a07c16752237fc085aef4ff8f29044f3ca90f40f62e910bbec25a1bed338e11b84f1b38a72cc8fa6b4e58da698fc0d0e4aaeded46187281ad237b97f1e060d4d15f4b2e718a18f6ab1d383afa3b489ceca986bbc80cd7527ed8dca70f162304ab566464dd0a857016782"], ["password_digest", "583a4d31ccac273c9045d82195e6fa274a728f908ca1cd2f9dafbac88e8919df"], ["created_at", "2015-03-14 04:49:20.769516"], ["updated_at", "2015-03-14 04:49:20.769516"]]
7656
+  (1.3ms) commit transaction
7657
+  (1.3ms) DELETE FROM "users";
7658
+  (0.1ms) begin transaction
7659
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Kiara Heathcote"], ["password_salt", "8bf800444853543d61211e332a86c3d2eeefeecf87b57858df10a2d77729c74da901bc074c031b775518de0f148d46a7a7be8f9f4895fd7b303928fe3fb3604a51eb81cae6490966b9ab1bdee91ba66ad83913269a3379e6221eeee6b79f2f5718066d1a426a3897c69ad7edb8d9d0fe43dcbcfe788af78f2cd2318442b1644d"], ["password_digest", "ef9e1151eaa17c9d32b5e52fc8632157bb696aca95fd2e98a4a416d207113ae4"], ["created_at", "2015-03-14 04:49:20.782792"], ["updated_at", "2015-03-14 04:49:20.782792"]]
7660
+  (0.5ms) commit transaction
7661
+  (0.7ms) DELETE FROM "users";
7662
+  (0.0ms) begin transaction
7663
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user3@example.com"], ["nickname", "Mathilde Daniel"], ["password_salt", "c22a1fd25369f5e967fcd2bd65e48cb0c523b8f1f2225f6ffaedf0e167e08b7423c020c2408d7a35669e0ad7c985e15958b60765fa76081a6a661972e83870dd66f8cad287070bfe0e9b687997f0a5fecf0bf73c3b936a834a953f8174182b678e64aad9079c320f337200e1cf3b4c41c1188ad9080598a888d00c82d41aef5f"], ["password_digest", "d5483ea9c0fbeb4f0c23432cf3856c6a4583200669ac50c2845b082ecd78d144"], ["created_at", "2015-03-14 04:49:20.795209"], ["updated_at", "2015-03-14 04:49:20.795209"]]
7664
+  (0.6ms) commit transaction
7665
+  (0.9ms) DELETE FROM "users";
7666
+  (0.1ms) begin transaction
7667
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Calista Kemmer"], ["password_salt", "7007c90a5b132ce2b395dff16a7a73b9d91fde31fbd12c7ece26adf8652846deb3c865e6d15b21dbe184a5d1ed4ef752fc93119847454019034be105ede709fe460c986a1f50c2e038ea87ce9f01410a267ea0346327e2fd722a155ccaadac9d5282ecf27622034973c4c5cfa4e3e8a90eb54db76a23d7efc5cbef2daa41ec9e"], ["password_digest", "d0fc8564d0e1b7e472b214216066982bbb47e76ab74e8836a76d614f8e338d4f"], ["created_at", "2015-03-14 04:49:20.817509"], ["updated_at", "2015-03-14 04:49:20.817509"]]
7668
+  (0.7ms) commit transaction
7669
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]
7670
+  (1.7ms) DELETE FROM "users";
7671
+  (0.1ms) begin transaction
7672
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Amos Lemke"], ["password_salt", "ab663b808b6339768e0e1919134635899d4906ab09da4a76743d244f0304fc8c3ba3dae87158e70cfd3d6c242e7fb3cb93fac30fa99e285f29ee6d0f899279a17a38bd873594ba7d1c3bf70235bd70b6f1289e5114ba4d8e4fe8b98755b5159d8c751a75007f170b2f0ea124cafb5f1cd4457a2cec8f2a68715117e398aac10f"], ["password_digest", "86c01327fe888546d8a475e7f1b7af459c427344110ca589f76895a831163403"], ["created_at", "2015-03-14 04:49:20.836784"], ["updated_at", "2015-03-14 04:49:20.836784"]]
7673
+  (0.9ms) commit transaction
7674
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]
7675
+  (0.9ms) DELETE FROM "users";
7676
+  (0.1ms) begin transaction
7677
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Kristopher Volkman"], ["password_salt", "8367ff72905d6230dae104218f3499849b6671be50a17b3b05dc687ab774df190d7a601433ebf1db02fd92372630d85273277bf14847693720a3b344a3433f7c7d646d3b09a3ebaa2a36b0b224b96ceb6d26a9511bb6ed68430d0e5db6358f8343e5a689b6d80b067cbb669e921f45cb91752409831efde25732280e3e388c9c"], ["password_digest", "48983a5db20e34fd827d023a5a45704d5ff8bad23c73e3bd758364e9692d51f8"], ["created_at", "2015-03-14 04:49:20.852459"], ["updated_at", "2015-03-14 04:49:20.852459"]]
7678
+  (1.1ms) commit transaction
7679
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]
7680
+  (1.8ms) DELETE FROM "users";
7681
+  (0.1ms) begin transaction
7682
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Pierce Zemlak MD"], ["password_salt", "c36ed1c32f5794b9aa05f1e00197f6bcd42d68092709684b69bee5397c53a485eaf43325ceafa4287d30dd741f826aba2831b8c419a90024bf70a1c497bdb6968cd7316442868dcd651c007e809dd115e528c8bba1edc98214626958cf7fc9935d83e1a80ce3d46988c1c245cda53839ca8cdc98dc0aa77ef20483dfee88d735"], ["password_digest", "b0414d68d523c39b17a7ccd61cbdad586ee3c71e21b5eda6c6d94982dc81adf4"], ["created_at", "2015-03-14 04:49:20.867984"], ["updated_at", "2015-03-14 04:49:20.867984"]]
7683
+  (0.7ms) commit transaction
7684
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]
7685
+  (0.8ms) DELETE FROM "users";
7686
+  (0.0ms) begin transaction
7687
+ SQL (0.2ms) 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", "Lina Rohan"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:49:20.872876"], ["password_salt", "0cfe62109bba829465ce126ddca13d8fadc7b1159960d735a35963e2ef8f8ffb0f369a4a274149884efc51fe6e26b3b68f0787846161cfd79987ba6ca62b127fdf00e32dfca0cd6801865a2c17423ae1bfc04771ef6513ea2d87f35c5a030a01fb3d9318132011f5f54c5f1edf78c31f63591559a66c06ecd689110575ae060b"], ["password_digest", "20ae42b46b838ea56cdba52af98098ce907cfc2a07d87c1fb582cfc7be88f023"], ["created_at", "2015-03-14 04:49:20.876885"], ["updated_at", "2015-03-14 04:49:20.876885"]]
7688
+  (0.7ms) commit transaction
7689
+  (0.0ms) begin transaction
7690
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:49:20.879053"], ["password_salt", "478507b85ea90c7cafc321d0585a73f3f1506e94d03968b4d0320822d1496c5ee492cbe2a52c3950714fed27f1057e678acb963c12bca75298dfe181f3ba337dd7a43fb07bf8616e567378abe43121d50e6aafee0d4ae84adf0cef05bbd6efec1bb9beebc328972fa309bb8a3f0e2336d5161a4bfd3b2b3b4faf3723e2b7f8dc102"], ["password_digest", "e8a8df5275742cdc7f75940c10b0e0a8bd3842122c7703cd7f818f786464b529"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:49:20.879053"], ["id", 478]]
7691
+  (0.0ms) commit transaction
7692
+  (0.6ms) DELETE FROM "users";
7693
+  (0.1ms) begin transaction
7694
+ 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", "Cristobal Towne"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:49:20.890114"], ["password_salt", "a5651b61e2f37c0362bbb1b91d9e08180f5f393e3e104ee29593195750b85d4df5bfafa0e8f8b388dc48e92080d4b175a078b06e76bb4b6ec305f68835f36985fe5ef95739b93afd0822e91ff313e9f791fd20bbe23242d3ea6db99c08b5e2a68ceabbe57e0f4676dea8ae98f48a47e577433f63cfd8eed0544cdb76db1f637e"], ["password_digest", "e78af0ffc607bb9a751bcd220793ec69425b0b5a0758c496ab656f5d438852e5"], ["created_at", "2015-03-14 04:49:20.894585"], ["updated_at", "2015-03-14 04:49:20.894585"]]
7695
+  (0.8ms) commit transaction
7696
+  (0.0ms) begin transaction
7697
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:49:20.896662"], ["password_salt", "479a726cb01e6e9e3b46b0d722fc4e3580b5646a42593ebeb0ac319726ef39e4198a10d1b5b54b668b4d1634c504dff1d68a4842866cca56258fe49d997c5defe722ef189268ee2b456ebe42a16fb5c3be6a117b2d944577cd18a19631d586ca1d7150c7107fe39a92942d7ab211fe8d1764a46efa05ef4ea19aa41ac47efa164e0"], ["password_digest", "774c3ef412c6a5cf2738252cf6f8f8b9c6ee2ec2c42d9fd4bc33874fbad79f3c"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:49:20.896662"], ["id", 479]]
7698
+  (0.0ms) commit transaction
7699
+  (1.9ms) DELETE FROM "users";
7700
+  (0.1ms) begin transaction
7701
+ 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", "Clint Ziemann"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:49:20.912748"], ["password_salt", "9076fc32a4d4eb1ce16ff989c11d22a9a26a7d8d6b162efe9ad74ebbe2ac14027deec9d049e4f8d623a000b65b65d897decc9d6cd90b48618144dffd6a43f937b44ab3c5d6bd94e5d8f03b14776aae9f89bb50c1ccad1952f7555c5b21732099132b324eee07a27ec0da5df6e534ad56c29e8b1199496d7ae433876c9a319903"], ["password_digest", "2d64a1a28bc23affda93640e2128100cc841a6016d1bd817fdc6b2a767c32731"], ["created_at", "2015-03-14 04:49:20.918403"], ["updated_at", "2015-03-14 04:49:20.918403"]]
7702
+  (0.7ms) commit transaction
7703
+  (0.0ms) begin transaction
7704
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:49:20.920464"], ["password_salt", "48040539a8b3934eb8a4582c84febac728b7e60691682ca346a157d95ac8709103e705eb409e7253a94789179d60c3034b479eb20c9d1fe7b641986b65d10c78d0ec1b53cde0888fa2088e15d8f962345419ebec0fdcd1c5c030f622c42becd9d48c0d0ec697e5fdfa95e020ee520918bf2cc94a5e3b400ca5e0d62390731488e34"], ["password_digest", "151f8f054d28a8f588b056a237bdfad03a821e5128cb93b8a7d71e5d473c4a2a"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:49:20.920464"], ["id", 480]]
7705
+  (0.0ms) commit transaction
7706
+  (0.6ms) DELETE FROM "users";
7707
+  (0.1ms) begin transaction
7708
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user7@example.com"], ["nickname", "Zack Fritsch"], ["password_salt", "2519162c6e77701ad1328f924bd6b855d7fc36d11f88dd618905240b1fae99fbb03f86b9ff3cf604921468a8bc103709fc929a11403f085c4264dab01aefce8dcb77454a19dbd49e6064b9c8596f5834d19c2be405df298064a60e50c98c6c6720b7096856daa816552f3c2c778b077285e9da39f17b5cb7ea8338497ff0700b"], ["password_digest", "505e82f36f5f184ded7f58517a11fd6e4a46802c2406792e6c7f00ec16decfd1"], ["created_at", "2015-03-14 04:49:20.935879"], ["updated_at", "2015-03-14 04:49:20.935879"]]
7709
+  (1.4ms) commit transaction
7710
+  (0.2ms) begin transaction
7711
+ SQL (0.7ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "23957c3feddede008678e13eaeb24caaa5a16117c1cf6e82aa083d1917399195"], ["new_password_key_expired_at", "2015-03-14 05:49:20.939442"], ["password_salt", "4810fdc0bce4f3865482ef3be77cdb5f92a4dd0d65ff2627bc061273d41b6a4b1c943a2c00c0d4487168ff055e8213fea557307363499419631a67d5f5c8773eaff0cb37a33e53677616d382ff1fb156d97bac27d16805e0c2d2bed037b4014482c2ce9750f35ac7a1116a7c36604502181a196ad91423744245bc89efbc7c51d76"], ["password_digest", "a15b465038a35a83eab86a5682bf7db2e8154a7eac5ee47f649342965c1b75ec"], ["updated_at", "2015-03-14 04:49:20.947877"], ["id", 481]]
7712
+  (0.7ms) commit transaction
7713
+  (0.8ms) DELETE FROM "users";
7714
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
7715
+  (0.1ms) begin transaction
7716
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Dr. Stanford Schaefer"], ["password_salt", "f8a64fa90ef8221a9081f272523d2ddcb50cea20837ce23ce2f4a48d881c611fa3248911e6636f97eb1304d54de6fdc4b89c941fa8701e88db7736fcb63ef3b3939a8397f2c85f7ba1c2bafc179020cd2523dd9ef311f1de1492fabc9c7a0a57bb378e988fc73225fea0754d14eb8f2b77561884ee5592cdf676101dbfc93404"], ["password_digest", "54db4f8acc56e8eea59d6fb034bd3d78e765328dab164084daf9f2afbe6e7033"], ["created_at", "2015-03-14 04:49:57.288450"], ["updated_at", "2015-03-14 04:49:57.288450"]]
7717
+  (1.5ms) commit transaction
7718
+  (0.9ms) DELETE FROM "users";
7719
+  (0.1ms) begin transaction
7720
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Stuart Jast DDS"], ["password_salt", "8a4c1a213bd1c323126191bf0aa3e581da54e712eee6f84165731ecbd87b7854b63b3074cb15698a358b5c938dd8108c2f8428ff35a1258369e902fb0185cfed0afd686362dc157601a22effd000bf3e9c6a3ab46182efcb044884d8ae0d521df27c15bd9c9912424e70e3d4e2bfc8b8e35d0f46cb5154dea8a377da08100db8"], ["password_digest", "4a92555b95a4d91ff52ad5fa413586bf9cb286486fd5d1c44a6000dd23ce25f5"], ["created_at", "2015-03-14 04:49:57.306349"], ["updated_at", "2015-03-14 04:49:57.306349"]]
7721
+  (0.8ms) commit transaction
7722
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 483]]
7723
+  (0.6ms) DELETE FROM "users";
7724
+  (0.1ms) begin transaction
7725
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Bernice Hirthe"], ["password_salt", "a8b01d810d5ac14df8faa0612b48567ff0f56ca3eaed8a2cf62308ee36bdb9b4db6bd04b4ada73f380a0a6a444b23734890b1fe179a1cd09b4561976ce9d1de5427f2d82f5ff97685795a8608560dae60075526b4a332a1e9606cb66856775c354667b842e21b2d9bad98d6c73acd048722472e3a8c9d779600113e6566f4258"], ["password_digest", "d4f89177ae2d1e2631b2586133b94e3fe4569a24dd6a82348388dd08bba3f351"], ["created_at", "2015-03-14 04:49:57.325232"], ["updated_at", "2015-03-14 04:49:57.325232"]]
7726
+  (0.7ms) commit transaction
7727
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7728
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
7729
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.slim within layouts/application (22.8ms)
7730
+ Completed 200 OK in 48ms (Views: 47.7ms | ActiveRecord: 0.0ms)
7731
+ Started POST "/confirmation_requests" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7732
+ Processing by Nyauth::ConfirmationRequestsController#create as HTML
7733
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com"}, "commit"=>"request confirmation"}
7734
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]
7735
+  (0.0ms) begin transaction
7736
+ SQL (0.3ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "c066f768ad145938592801d40c589df90a1db6aad4a50e066bb9104186f66bf8"], ["confirmation_key_expired_at", "2015-03-14 05:49:57.396572"], ["updated_at", "2015-03-14 04:49:57.397217"], ["id", 484]]
7737
+  (0.9ms) commit transaction
7738
+ Redirected to http://www.example.com/
7739
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.html.slim within layouts/nyauth/mailer (4.2ms)
7740
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (1.9ms)
7741
+
7742
+ Nyauth::UserMailer#request_confirmation: processed outbound mail in 142.4ms
7743
+
7744
+ Sent mail to user1@example.com (7.0ms)
7745
+ Date: Sat, 14 Mar 2015 13:49:57 +0900
7746
+ From: from@example.com
7747
+ To: user1@example.com
7748
+ Message-ID: <5503bdf587268_b19e3fd5d88601f8356ae@mbpA1502.local.mail>
7749
+ Subject: Request confirmation
7750
+ Mime-Version: 1.0
7751
+ Content-Type: multipart/alternative;
7752
+ boundary="--==_mimepart_5503bdf586070_b19e3fd5d88601f835554";
7753
+ charset=UTF-8
7754
+ Content-Transfer-Encoding: 7bit
7755
+
7756
+
7757
+ ----==_mimepart_5503bdf586070_b19e3fd5d88601f835554
7758
+ Content-Type: text/plain;
7759
+ charset=UTF-8
7760
+ Content-Transfer-Encoding: 7bit
7761
+
7762
+ Plese confirm your email
7763
+
7764
+ http://www.example.com/confirmations/c066f768ad145938592801d40c589df90a1db6aad4a50e066bb9104186f66bf8
7765
+
7766
+
7767
+ ----==_mimepart_5503bdf586070_b19e3fd5d88601f835554
7768
+ Content-Type: text/html;
7769
+ charset=UTF-8
7770
+ Content-Transfer-Encoding: 7bit
7771
+
7772
+ <p>Plese confirm your email</p><p><a href="http://www.example.com/confirmations/c066f768ad145938592801d40c589df90a1db6aad4a50e066bb9104186f66bf8">confirm</a></p>
7773
+
7774
+ ----==_mimepart_5503bdf586070_b19e3fd5d88601f835554--
7775
+
7776
+ Completed 302 Found in 162ms (ActiveRecord: 1.4ms)
7777
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7778
+ Processing by Nyauth::SessionsController#new as HTML
7779
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (6.3ms)
7780
+ Completed 200 OK in 15ms (Views: 12.6ms | ActiveRecord: 0.0ms)
7781
+ Started GET "/confirmations/c066f768ad145938592801d40c589df90a1db6aad4a50e066bb9104186f66bf8" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7782
+ Processing by Nyauth::ConfirmationsController#update as HTML
7783
+ Parameters: {"confirmation_key"=>"c066f768ad145938592801d40c589df90a1db6aad4a50e066bb9104186f66bf8"}
7784
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "c066f768ad145938592801d40c589df90a1db6aad4a50e066bb9104186f66bf8"]]
7785
+  (0.0ms) begin transaction
7786
+ SQL (0.2ms) UPDATE "users" SET "confirmed_at" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:49:57.589431"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:49:57.590380"], ["id", 484]]
7787
+  (0.5ms) commit transaction
7788
+ Redirected to http://www.example.com/
7789
+ Completed 302 Found in 11ms (ActiveRecord: 0.9ms)
7790
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7791
+ Processing by Nyauth::SessionsController#new as HTML
7792
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
7793
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
7794
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 484]]
7795
+  (0.6ms) DELETE FROM "users";
7796
+  (0.1ms) begin transaction
7797
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Hobart O'Connell"], ["password_salt", "b72a8ec30fb7b9ba078b61fc264490a453a8cb1426d0dac86005c4a096433f0dfb3757444b6dfff656184048ccdea39e78f6777d49f251f9903a9f157b9ec955a3b9658711a5637bb070173cfd0e1942a5856a8a10930b24c489d01135961b89ba882bcf64397eb8c8e3dcf7bf2bc77674f0328ef432b9e78b83dd95a6083f9a"], ["password_digest", "461633ced5544afee344fff94db0a06786aa9142e071f98070fde70eb0890d0d"], ["created_at", "2015-03-14 04:49:57.615774"], ["updated_at", "2015-03-14 04:49:57.615774"]]
7798
+  (0.5ms) commit transaction
7799
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7800
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
7801
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.slim within layouts/application (1.0ms)
7802
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
7803
+ Started POST "/confirmation_requests" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7804
+ Processing by Nyauth::ConfirmationRequestsController#create as HTML
7805
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user2@example.com"}, "commit"=>"request confirmation"}
7806
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]
7807
+  (0.1ms) begin transaction
7808
+ SQL (0.5ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "4285da36bc7967d6658b4c33980729b23bf0ad63933a95dc05ebbfd3e1b3bf67"], ["confirmation_key_expired_at", "2015-03-14 05:49:57.630163"], ["updated_at", "2015-03-14 04:49:57.631144"], ["id", 485]]
7809
+  (2.7ms) commit transaction
7810
+ Redirected to http://www.example.com/
7811
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.html.slim within layouts/nyauth/mailer (2.1ms)
7812
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (1.6ms)
7813
+
7814
+ Nyauth::UserMailer#request_confirmation: processed outbound mail in 5.7ms
7815
+
7816
+ Sent mail to user2@example.com (2.6ms)
7817
+ Date: Sat, 14 Mar 2015 13:49:57 +0900
7818
+ From: from@example.com
7819
+ To: user2@example.com
7820
+ Message-ID: <5503bdf59d301_b19e3fd5d88601f8358cb@mbpA1502.local.mail>
7821
+ Subject: Request confirmation
7822
+ Mime-Version: 1.0
7823
+ Content-Type: multipart/alternative;
7824
+ boundary="--==_mimepart_5503bdf59cc7a_b19e3fd5d88601f835710";
7825
+ charset=UTF-8
7826
+ Content-Transfer-Encoding: 7bit
7827
+
7828
+
7829
+ ----==_mimepart_5503bdf59cc7a_b19e3fd5d88601f835710
7830
+ Content-Type: text/plain;
7831
+ charset=UTF-8
7832
+ Content-Transfer-Encoding: 7bit
7833
+
7834
+ Plese confirm your email
7835
+
7836
+ http://www.example.com/confirmations/4285da36bc7967d6658b4c33980729b23bf0ad63933a95dc05ebbfd3e1b3bf67
7837
+
7838
+
7839
+ ----==_mimepart_5503bdf59cc7a_b19e3fd5d88601f835710
7840
+ Content-Type: text/html;
7841
+ charset=UTF-8
7842
+ Content-Transfer-Encoding: 7bit
7843
+
7844
+ <p>Plese confirm your email</p><p><a href="http://www.example.com/confirmations/4285da36bc7967d6658b4c33980729b23bf0ad63933a95dc05ebbfd3e1b3bf67">confirm</a></p>
7845
+
7846
+ ----==_mimepart_5503bdf59cc7a_b19e3fd5d88601f835710--
7847
+
7848
+ Completed 302 Found in 17ms (ActiveRecord: 3.4ms)
7849
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7850
+ Processing by Nyauth::SessionsController#new as HTML
7851
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.3ms)
7852
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
7853
+ Started GET "/confirmations/4285da36bc7967d6658b4c33980729b23bf0ad63933a95dc05ebbfd3e1b3bf67" for 127.0.0.1 at 2015-03-14 16:49:57 +0900
7854
+ Processing by Nyauth::ConfirmationsController#update as HTML
7855
+ Parameters: {"confirmation_key"=>"4285da36bc7967d6658b4c33980729b23bf0ad63933a95dc05ebbfd3e1b3bf67"}
7856
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "4285da36bc7967d6658b4c33980729b23bf0ad63933a95dc05ebbfd3e1b3bf67"]]
7857
+  (0.0ms) begin transaction
7858
+  (0.0ms) rollback transaction
7859
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmations/edit.html.slim within layouts/application (0.0ms)
7860
+ Completed 200 OK in 0ms (Views: 8.8ms | ActiveRecord: 0.0ms)
7861
+  (0.7ms) DELETE FROM "users";
7862
+  (0.0ms) begin transaction
7863
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Daphne Balistreri"], ["password_salt", "a3cd00ebb95106f93c1b2702c1276b006cfbc6f520d05371ac92e2972e8bab3b543f2b22b8485703bf002e1bb1eb7567b1a7eb2c5e9c8dbe27a4d87da213c3866fe6c1bb0fa969fea459a8692d2713a3359ee601ebd1ca7ec61a10552e73e53086d2647e04ffc086e98711f4cd6c8ec420bb8c5774b38f8a8538092e2e934173"], ["password_digest", "d1570911c4c11c76ad657d53b46fab5e33c6e0331315a2ed005e14605869b660"], ["created_at", "2015-03-14 04:49:57.676704"], ["updated_at", "2015-03-14 04:49:57.676704"]]
7864
+  (0.6ms) commit transaction
7865
+ Started GET "/new_password_requests/new" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7866
+ Processing by Nyauth::NewPasswordRequestsController#new as HTML
7867
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_password_requests/new.html.slim within layouts/application (3.5ms)
7868
+ Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms)
7869
+ Started POST "/new_password_requests" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7870
+ Processing by Nyauth::NewPasswordRequestsController#create as HTML
7871
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com"}, "commit"=>"request new password"}
7872
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]
7873
+  (0.0ms) begin transaction
7874
+ SQL (0.2ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "767bd56a0df2323b1676f26de094c2fa663200b13f3fec5ead0e60513acacb45"], ["new_password_key_expired_at", "2015-03-14 05:49:57.703596"], ["updated_at", "2015-03-14 04:49:57.704158"], ["id", 486]]
7875
+  (0.7ms) commit transaction
7876
+ Redirected to http://www.example.com/
7877
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.html.slim within layouts/nyauth/mailer (4.6ms)
7878
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.text.erb within layouts/nyauth/mailer (2.0ms)
7879
+
7880
+ Nyauth::UserMailer#request_new_password: processed outbound mail in 29.7ms
7881
+
7882
+ Sent mail to user1@example.com (2.3ms)
7883
+ Date: Sat, 14 Mar 2015 13:49:57 +0900
7884
+ From: from@example.com
7885
+ To: user1@example.com
7886
+ Message-ID: <5503bdf5b528d_b19e3fd5d88601f83607@mbpA1502.local.mail>
7887
+ Subject: Request new password
7888
+ Mime-Version: 1.0
7889
+ Content-Type: multipart/alternative;
7890
+ boundary="--==_mimepart_5503bdf5b4c43_b19e3fd5d88601f835942";
7891
+ charset=UTF-8
7892
+ Content-Transfer-Encoding: 7bit
7893
+
7894
+
7895
+ ----==_mimepart_5503bdf5b4c43_b19e3fd5d88601f835942
7896
+ Content-Type: text/plain;
7897
+ charset=UTF-8
7898
+ Content-Transfer-Encoding: 7bit
7899
+
7900
+ Plese set your new password
7901
+
7902
+ http://www.example.com/new_passwords/767bd56a0df2323b1676f26de094c2fa663200b13f3fec5ead0e60513acacb45/edit
7903
+
7904
+
7905
+ ----==_mimepart_5503bdf5b4c43_b19e3fd5d88601f835942
7906
+ Content-Type: text/html;
7907
+ charset=UTF-8
7908
+ Content-Transfer-Encoding: 7bit
7909
+
7910
+ <p>Plese set your new password</p><p><a href="http://www.example.com/new_passwords/767bd56a0df2323b1676f26de094c2fa663200b13f3fec5ead0e60513acacb45/edit">set new password</a></p>
7911
+
7912
+ ----==_mimepart_5503bdf5b4c43_b19e3fd5d88601f835942--
7913
+
7914
+ Completed 302 Found in 41ms (ActiveRecord: 1.0ms)
7915
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7916
+ Processing by Nyauth::SessionsController#new as HTML
7917
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.2ms)
7918
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
7919
+ Started GET "/new_passwords/767bd56a0df2323b1676f26de094c2fa663200b13f3fec5ead0e60513acacb45/edit" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7920
+ Processing by Nyauth::NewPasswordsController#edit as HTML
7921
+ Parameters: {"new_password_key"=>"[FILTERED]"}
7922
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "767bd56a0df2323b1676f26de094c2fa663200b13f3fec5ead0e60513acacb45"]]
7923
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_passwords/edit.html.slim within layouts/application (4.0ms)
7924
+ Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.2ms)
7925
+ Started PATCH "/new_passwords/767bd56a0df2323b1676f26de094c2fa663200b13f3fec5ead0e60513acacb45" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7926
+ Processing by Nyauth::NewPasswordsController#update as HTML
7927
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "new_password_key"=>"[FILTERED]"}
7928
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "767bd56a0df2323b1676f26de094c2fa663200b13f3fec5ead0e60513acacb45"]]
7929
+  (0.0ms) begin transaction
7930
+ SQL (0.4ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "new_password_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "4867b5949cfb83452d83f60b083cb4885f8e01bd64eff9547d6a33e4a5815b4073fddfd616e7e28251e8d1b3021851be048a1f4f0b4ab765a9ba7aaaed838fec38e5abcc4d66ee5387f1bf49505e96e1a6c9aa7392d906095956902c4fc16dd27754fbc62f346456f729eb1caf987dcf477e2432b0c48c9e7695a96c74679134bf9"], ["password_digest", "dbd10e7e8bd0c65d9057e4f05fa3b658bd372108d84dee7863556f5999803736"], ["new_password_key", nil], ["updated_at", "2015-03-14 04:49:57.778629"], ["id", 486]]
7931
+  (0.6ms) commit transaction
7932
+ Redirected to http://www.example.com/session/new
7933
+ Completed 302 Found in 20ms (ActiveRecord: 1.1ms)
7934
+ Started GET "/session/new" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7935
+ Processing by Nyauth::SessionsController#new as HTML
7936
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
7937
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
7938
+  (1.0ms) DELETE FROM "users";
7939
+  (0.0ms) begin transaction
7940
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Hermann Harris DVM"], ["password_salt", "81022682a8df91b3448fe07fbcd0973008304cef14bd12eb982a881ce87d41d99f904a41584a3bfe87a00292c0be937f8b07af18ce31a3df2d5a5785b1b97bbbbe958db54d36916c72a7911115715450778e6910ec0f5cafb3b37ed8c4f1e980fcc91fbf9024643e2ad498b7f81af378bfa8886a54ca676a3e35c1bc449c6744"], ["password_digest", "f641e819804146446822fbfde87ba6660a95e051d21c0a5c5205e246503803fe"], ["created_at", "2015-03-14 04:49:57.807783"], ["updated_at", "2015-03-14 04:49:57.807783"]]
7941
+  (0.9ms) commit transaction
7942
+ Started GET "/new_password_requests/new" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7943
+ Processing by Nyauth::NewPasswordRequestsController#new as HTML
7944
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_password_requests/new.html.slim within layouts/application (0.9ms)
7945
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
7946
+ Started POST "/new_password_requests" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7947
+ Processing by Nyauth::NewPasswordRequestsController#create as HTML
7948
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user2@example.com"}, "commit"=>"request new password"}
7949
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]
7950
+  (0.0ms) begin transaction
7951
+ SQL (0.2ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "454b6dbeac39d119149a687cd976d77e590a534b21deaea94b22d292787cf7cf"], ["new_password_key_expired_at", "2015-03-14 05:49:57.820298"], ["updated_at", "2015-03-14 04:49:57.820866"], ["id", 487]]
7952
+  (0.6ms) commit transaction
7953
+ Redirected to http://www.example.com/
7954
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.html.slim within layouts/nyauth/mailer (2.1ms)
7955
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.text.erb within layouts/nyauth/mailer (1.4ms)
7956
+
7957
+ Nyauth::UserMailer#request_new_password: processed outbound mail in 5.4ms
7958
+
7959
+ Sent mail to user2@example.com (2.1ms)
7960
+ Date: Sat, 14 Mar 2015 13:49:57 +0900
7961
+ From: from@example.com
7962
+ To: user2@example.com
7963
+ Message-ID: <5503bdf5cacf3_b19e3fd5d88601f836237@mbpA1502.local.mail>
7964
+ Subject: Request new password
7965
+ Mime-Version: 1.0
7966
+ Content-Type: multipart/alternative;
7967
+ boundary="--==_mimepart_5503bdf5ca761_b19e3fd5d88601f83615c";
7968
+ charset=UTF-8
7969
+ Content-Transfer-Encoding: 7bit
7970
+
7971
+
7972
+ ----==_mimepart_5503bdf5ca761_b19e3fd5d88601f83615c
7973
+ Content-Type: text/plain;
7974
+ charset=UTF-8
7975
+ Content-Transfer-Encoding: 7bit
7976
+
7977
+ Plese set your new password
7978
+
7979
+ http://www.example.com/new_passwords/454b6dbeac39d119149a687cd976d77e590a534b21deaea94b22d292787cf7cf/edit
7980
+
7981
+
7982
+ ----==_mimepart_5503bdf5ca761_b19e3fd5d88601f83615c
7983
+ Content-Type: text/html;
7984
+ charset=UTF-8
7985
+ Content-Transfer-Encoding: 7bit
7986
+
7987
+ <p>Plese set your new password</p><p><a href="http://www.example.com/new_passwords/454b6dbeac39d119149a687cd976d77e590a534b21deaea94b22d292787cf7cf/edit">set new password</a></p>
7988
+
7989
+ ----==_mimepart_5503bdf5ca761_b19e3fd5d88601f83615c--
7990
+
7991
+ Completed 302 Found in 13ms (ActiveRecord: 0.9ms)
7992
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
7993
+ Processing by Nyauth::SessionsController#new as HTML
7994
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.5ms)
7995
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
7996
+ Started GET "/new_passwords/454b6dbeac39d119149a687cd976d77e590a534b21deaea94b22d292787cf7cf/edit" for 127.0.0.1 at 2015-03-14 16:49:57 +0900
7997
+ Processing by Nyauth::NewPasswordsController#edit as HTML
7998
+ Parameters: {"new_password_key"=>"[FILTERED]"}
7999
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "454b6dbeac39d119149a687cd976d77e590a534b21deaea94b22d292787cf7cf"]]
8000
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_passwords/edit.html.slim within layouts/application (0.0ms)
8001
+ Completed 200 OK in 0ms (Views: 2.4ms | ActiveRecord: 0.0ms)
8002
+ Started PATCH "/new_passwords/454b6dbeac39d119149a687cd976d77e590a534b21deaea94b22d292787cf7cf" for 127.0.0.1 at 2015-03-14 16:49:57 +0900
8003
+ Processing by Nyauth::NewPasswordsController#update as HTML
8004
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "new_password_key"=>"[FILTERED]"}
8005
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "454b6dbeac39d119149a687cd976d77e590a534b21deaea94b22d292787cf7cf"]]
8006
+  (0.0ms) begin transaction
8007
+  (0.0ms) rollback transaction
8008
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_passwords/edit.html.slim within layouts/application (0.0ms)
8009
+ Completed 200 OK in 0ms (Views: 5.5ms | ActiveRecord: 0.0ms)
8010
+  (1.0ms) DELETE FROM "users";
8011
+  (0.1ms) begin transaction
8012
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Gregory Jerde"], ["password_salt", "b0068abe33d78bb1cbcc02a1ab2b85c7fdaa5043735f270039d84c0a0dc4554981d425ee3dafd3637accaf46c9617821e64ad1715a706b016ac55d7ebf899b1e37b35830928e2cc95df0b25d1daeebe3a69caffd2488bca2153bd789953bc85d3c234d4fdc2719447ae4994e615438479cd32f9a82689de3593d20cfd4ed962c"], ["password_digest", "44377634cc07bed37543a5564e521d83f5e1555879b30d54be0a25be964b462b"], ["created_at", "2015-03-14 04:49:57.878848"], ["updated_at", "2015-03-14 04:49:57.878848"]]
8013
+  (0.7ms) commit transaction
8014
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
8015
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
8016
+ Started GET "/rack_session" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
8017
+ Started GET "/password/edit" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
8018
+ Processing by Nyauth::PasswordsController#edit as HTML
8019
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 488]]
8020
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 488]]
8021
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.slim within layouts/application (4.7ms)
8022
+ Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.3ms)
8023
+ Started PATCH "/password" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
8024
+ Processing by Nyauth::PasswordsController#update as HTML
8025
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"}
8026
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 488]]
8027
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 488]]
8028
+  (0.0ms) begin transaction
8029
+ SQL (0.7ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "488ead72a39e10b5d1b67070fe239204b81ad39262e9f0a1b7f0d95198fa0fc20d0228be4b7beea91661242d9bf48654256357863526bf9f73d531f9f27a4c3934c5f77579e743b8427eed801162cc981ce560877bdfdf688df42953ecf29b88f9b2750ec92f0e4626d4bf4c9008b4951bcedf02f59ad0ae6953d86d73d68b35899"], ["password_digest", "907238f3aa50cefbd11320a8edd6183d4ac21205ff909f368431c0678c9ffaf3"], ["updated_at", "2015-03-14 04:49:57.923661"], ["id", 488]]
8030
+  (1.0ms) commit transaction
8031
+ Redirected to http://www.example.com/
8032
+ Completed 302 Found in 15ms (ActiveRecord: 1.9ms)
8033
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
8034
+ Processing by Nyauth::SessionsController#new as HTML
8035
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
8036
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
8037
+  (1.0ms) DELETE FROM "users";
8038
+  (0.0ms) begin transaction
8039
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Justine Blick"], ["password_salt", "2ec6414586e9bb6e1307f79c407ed9c6a6c89666b6d6601cb80ccc83fa8e32d586d7cde6c8d0ea71afb255a564faa2765b56c1e1bcc0a5b22a65bb79d1b031d8ac99e7ee2ed758d2f2aaa7efac341ec5aadc85eac5e474f21a97a3eff856cfb17d4e7425be9a5b6e679d2e1f0da937dffdc66d870f59bc4d3c2d65f5d14ea56f"], ["password_digest", "bf0ebe0b1568febb4bddb78817003ef8a415ee7925cc21bd8cbeed7ad22290d0"], ["created_at", "2015-03-14 04:49:57.944895"], ["updated_at", "2015-03-14 04:49:57.944895"]]
8040
+  (0.7ms) commit transaction
8041
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
8042
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
8043
+ Started GET "/rack_session" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
8044
+ Started GET "/password/edit" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
8045
+ Processing by Nyauth::PasswordsController#edit as HTML
8046
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 489]]
8047
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 489]]
8048
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.slim within layouts/application (0.9ms)
8049
+ Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.2ms)
8050
+ Started PATCH "/password" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
8051
+ Processing by Nyauth::PasswordsController#update as HTML
8052
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"}
8053
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 489]]
8054
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 489]]
8055
+  (0.0ms) begin transaction
8056
+  (0.1ms) rollback transaction
8057
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.slim within layouts/application (2.6ms)
8058
+ Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.2ms)
8059
+  (0.8ms) DELETE FROM "users";
8060
+ Started GET "/registration/new" for 127.0.0.1 at 2015-03-14 13:49:57 +0900
8061
+ Processing by Nyauth::RegistrationsController#new as HTML
8062
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.slim within layouts/application (5.6ms)
8063
+ Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.0ms)
8064
+ Started POST "/registration" for 127.0.0.1 at 2015-03-14 13:49:58 +0900
8065
+ Processing by Nyauth::RegistrationsController#create as HTML
8066
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
8067
+  (0.1ms) begin transaction
8068
+ SQL (0.3ms) INSERT INTO "users" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "user1@example.com"], ["password_salt", "a07e9c26081116d64f656459a67d5b0cf15af920152981b4fbf28b2f52d63a485a64b58bc084edacf444017b568232ee2504c0efbfc4df03a2637de75922fa62c03dd566d686847978f2f47a830cb91afd6526f46aa516468834a12b574b77bec6df77fb49c8158fefcd32b301d6b56ca34dcae7043fd87cf30a0d140bb0648a"], ["password_digest", "e74b830eed2e456eb558c26e2c2a90906c8c68fe867932893dedb1d31f1cdf22"], ["created_at", "2015-03-14 04:49:58.009667"], ["updated_at", "2015-03-14 04:49:58.009667"]]
8069
+  (0.8ms) commit transaction
8070
+ Redirected to http://www.example.com/
8071
+ Completed 302 Found in 11ms (ActiveRecord: 1.2ms)
8072
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:58 +0900
8073
+ Processing by Nyauth::SessionsController#new as HTML
8074
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
8075
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
8076
+  (0.9ms) DELETE FROM "users";
8077
+ Started GET "/registration/new" for 127.0.0.1 at 2015-03-14 13:49:58 +0900
8078
+ Processing by Nyauth::RegistrationsController#new as HTML
8079
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.slim within layouts/application (1.2ms)
8080
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
8081
+ Started POST "/registration" for 127.0.0.1 at 2015-03-14 13:49:58 +0900
8082
+ Processing by Nyauth::RegistrationsController#create as HTML
8083
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
8084
+  (0.1ms) begin transaction
8085
+  (0.0ms) rollback transaction
8086
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.slim within layouts/application (3.0ms)
8087
+ Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 0.1ms)
8088
+ Started GET "/session/new" for 127.0.0.1 at 2015-03-14 13:49:58 +0900
8089
+ Processing by Nyauth::SessionsController#new as HTML
8090
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (0.9ms)
8091
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
8092
+  (0.1ms) begin transaction
8093
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Madalyn Weissnat"], ["password_salt", "88460dbd3f37acc9d09fd8767e19de7f46e9d366cca4c25042c1a042f2646c7c1e80a822700843e29bb9cc2cc9a3702bd380be5c806dadaf1871ff37f4f0cd3743228ccd56a7c0098a47b906d4688961f8b1fb83851ca72745abf9aaa396faa9d14462e70f6fc32084b4b3703cc8b2e46f71ccd6d93e468cf90dee3b3380e5c2"], ["password_digest", "958102dcf22add5e4818c6dcc1a08010bf1cb4fa0d87e0152aebece4cf68fda3"], ["created_at", "2015-03-14 04:49:58.053266"], ["updated_at", "2015-03-14 04:49:58.053266"]]
8094
+  (0.9ms) commit transaction
8095
+ Started POST "/session" for 127.0.0.1 at 2015-03-14 13:49:58 +0900
8096
+ Processing by Nyauth::SessionsController#create as HTML
8097
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
8098
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "user1@example.com"]]
8099
+ Redirected to http://www.example.com/
8100
+ Completed 302 Found in 8ms (ActiveRecord: 0.2ms)
8101
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:58 +0900
8102
+ Processing by Nyauth::SessionsController#new as HTML
8103
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.0ms)
8104
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
8105
+  (1.6ms) DELETE FROM "users";
8106
+ Started GET "/session/new" for 127.0.0.1 at 2015-03-14 13:49:58 +0900
8107
+ Processing by Nyauth::SessionsController#new as HTML
8108
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.0ms)
8109
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
8110
+ Started POST "/session" for 127.0.0.1 at 2015-03-14 13:49:58 +0900
8111
+ Processing by Nyauth::SessionsController#create as HTML
8112
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
8113
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", ""]]
8114
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.2ms)
8115
+ Completed 200 OK in 4ms (Views: 1.8ms | ActiveRecord: 0.1ms)
8116
+  (0.1ms) begin transaction
8117
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Kristoffer Bergnaum"], ["password_salt", "ada64d0a5e26ebf3c141196e60e920fd7a68a7f9800770c2db260df57d6d1cd2d2bbbf789e7acc474b9be581841a5032d39ac8fdad08cb3ad8c83a108eef95390786e7f8f5badbca0d9f69add9a2201590210756e148e4918b4a8d676a3d793ce7b8b28af5b7ec5704c0660848bda4a729e5322befe12a5e75a6f7425b92da3e"], ["password_digest", "2cf524529286c63485d412e5051e47e64198186392253b39bd251714340c0b00"], ["created_at", "2015-03-14 04:49:58.101428"], ["updated_at", "2015-03-14 04:49:58.101428"]]
8118
+  (0.6ms) commit transaction
8119
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-03-14 13:49:58 +0900
8120
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-03-14 13:49:58 +0900
8121
+ Started GET "/rack_session" for 127.0.0.1 at 2015-03-14 13:49:58 +0900
8122
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:58 +0900
8123
+ Processing by Nyauth::SessionsController#new as HTML
8124
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (2.0ms)
8125
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
8126
+ Started DELETE "/session" for 127.0.0.1 at 2015-03-14 13:49:58 +0900
8127
+ Processing by Nyauth::SessionsController#destroy as HTML
8128
+ Redirected to http://www.example.com/
8129
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
8130
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:49:58 +0900
8131
+ Processing by Nyauth::SessionsController#new as HTML
8132
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (0.9ms)
8133
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
8134
+  (0.8ms) DELETE FROM "users";
8135
+  (0.1ms) begin transaction
8136
+ SQL (0.3ms) 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", "Dana Jacobs"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:49:58.144637"], ["password_salt", "2b7fa62958793169cb9dce99dff7949b96391af67d15a9ea1a4ac41eb1db427dd335b0151acf866e3f890d0b36d7ac3429e1bfb53b54dfe09d902e435146ef4fd14faf751eb0f43ac0bf365f13ed5a36c6af586f1fef02f35322713f575a7be5baa16a54ab103f0cfe40f03e9237847a9d0de445b458c3c68f62a48189f1e214"], ["password_digest", "2f1a1ecfa1bdae94387b029ecd24af109669ab72b6ae5bd4ecb28c3afd48b90d"], ["created_at", "2015-03-14 04:49:58.148751"], ["updated_at", "2015-03-14 04:49:58.148751"]]
8137
+  (0.7ms) commit transaction
8138
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.html.slim within layouts/nyauth/mailer (2.5ms)
8139
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (1.5ms)
8140
+
8141
+ Nyauth::UserMailer#request_confirmation: processed outbound mail in 5.9ms
8142
+  (1.0ms) DELETE FROM "users";
8143
+  (0.0ms) begin transaction
8144
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "new_password_key", "new_password_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Adam Crooks"], ["new_password_key", "key"], ["new_password_key_expired_at", "2015-03-14 05:49:58.159934"], ["password_salt", "72ad3313944daa4cb40b5ea3677d00c98b72e008dd504324d410e05050a39b9c52a9d824ff70e8236de9e93298c4c5190c875a661625179cf20811ae1dc72285e4f197ec1847d3733d271a460e281e4b3c4c49d8f821d6eeab6cb44f46080f8259d64a02831bfd93147cfe9780672b8a09073eb72bebb2000feb737132d88dff"], ["password_digest", "a81b5d010f649e1b3a9deda97d9a8e30540807827c13d7e4328f2487b0f11744"], ["created_at", "2015-03-14 04:49:58.164125"], ["updated_at", "2015-03-14 04:49:58.164125"]]
8145
+  (0.7ms) commit transaction
8146
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.html.slim within layouts/nyauth/mailer (2.2ms)
8147
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.text.erb within layouts/nyauth/mailer (1.6ms)
8148
+
8149
+ Nyauth::UserMailer#request_new_password: processed outbound mail in 5.7ms
8150
+  (0.8ms) DELETE FROM "users";
8151
+  (0.1ms) begin transaction
8152
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Arlene West"], ["password_salt", "3b50eb2d8e38741666acfa8163bef51b097ba6b000ec2f751e694478ef22a7cf26a8d16c863eb857d9c90883f83c511ad4ec0e7bf38ada2b0402cfd97c03c16019614ac71337a370263127bfba7c148ca307c6708256753de574b4f0caf35bb987cdeac67d1ec7eca24b209e673157bbba0dc49fcf162e5537875a18e2dd8cb5"], ["password_digest", "1e20121d9d37a89e5e7bf069576b972f5e9a05f1fa1abdbcdf4885be3a0999f5"], ["created_at", "2015-03-14 04:49:58.179989"], ["updated_at", "2015-03-14 04:49:58.179989"]]
8153
+  (0.7ms) commit transaction
8154
+  (0.8ms) DELETE FROM "users";
8155
+  (0.1ms) begin transaction
8156
+ SQL (0.5ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Markus Hackett"], ["password_salt", "5458b899f73a98f7ca81e50bb6ce45e6c72a3aacbda0a48e4703c93347ee4270e33fb6c76d6423e0a308b7b23c4fc3a65d93215398c76b5f78140c3398033b723c835cd38d61213e6da0c40cf8c78de12bad1db7ac988ee9202213e512dbba57908c22c92394b67de127c2957997005e23522a176b957112ab8476f21fbcaa45"], ["password_digest", "c87396d0296fe984fdde2850fa8d7dd5edd4a3ffdfcb3784a661f2b300c05bd7"], ["created_at", "2015-03-14 04:49:58.190553"], ["updated_at", "2015-03-14 04:49:58.190553"]]
8157
+  (1.4ms) commit transaction
8158
+  (0.8ms) DELETE FROM "users";
8159
+  (0.1ms) begin transaction
8160
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user3@example.com"], ["nickname", "Mavis Eichmann"], ["password_salt", "b71b5da506aaeac15e6087e17ea7298a7a96f6f9a9813827e6f4257b84fb8b12922d644bab08c900699900f084ea6e0bc8162ac165622bbe3ad89fd378cbc401204ac98256a53d8a7719fb7e24fc05b83cd589a2a3c2262ac638217fad92c9db36af9d8c741c1e04cdf57b400cfa8c5ea386cf9180c9ef2c0f35d8cde4c427fa"], ["password_digest", "33f3dc1e96dc69ce909d7458525a43c51e715291547752687cb27743849ec5d4"], ["created_at", "2015-03-14 04:49:58.206135"], ["updated_at", "2015-03-14 04:49:58.206135"]]
8161
+  (0.5ms) commit transaction
8162
+  (0.9ms) DELETE FROM "users";
8163
+  (0.1ms) begin transaction
8164
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Murl Ward II"], ["password_salt", "92e081b34e6b71da4bd27014088aecc23d7b64f8003b312f6daf4204f2bed7a560561e465d2dd5e454c0f3babf305c233a80450fe2a86813cba3d085dfd71267560e6e7778bc5698a22c3b66ec25e028f701545aab927656b89b0e4f4d994c4e40b875bede1014fac0041e745dcfe3f872e990b5cfb000de7831534982b31918"], ["password_digest", "7cee45083b36c1f139b8547a60457ad5b2dc62bef0b354ac8f06bae4995245e3"], ["created_at", "2015-03-14 04:49:58.230426"], ["updated_at", "2015-03-14 04:49:58.230426"]]
8165
+  (0.7ms) commit transaction
8166
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]
8167
+  (1.6ms) DELETE FROM "users";
8168
+  (0.1ms) begin transaction
8169
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Royal Swift"], ["password_salt", "13c2a6ba37b0fd2d4fd3d9431f2c2ab7baacbbe09a8dd200262f58a5ca35d8a643edca679b2ae4558256d1372693207786b04d4fcccdc80e7a4653b6368925d217a4371a1c3201f854cd65200b767a64f2204ee5b0d5072d8e2254ce41fa53ead23cf32c049089692de58a31c91c889a6fe0b174b0c2eed142f76418f4a80c24"], ["password_digest", "89b1d65b7c7849dd0043ca0ec6fdac5e9c28600ebb9f4fb66cbf6de025ef5cff"], ["created_at", "2015-03-14 04:49:58.249057"], ["updated_at", "2015-03-14 04:49:58.249057"]]
8170
+  (0.6ms) commit transaction
8171
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]
8172
+  (0.9ms) DELETE FROM "users";
8173
+  (0.0ms) begin transaction
8174
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Shanie Cassin"], ["password_salt", "50259061d1acf311cfa4d35b8b23be8332d26c9c20dc54aecef17c698d45c4b09ca92065c3cd56ec7789122dd68151f017456cff37566ad58b074afe9466ce1836d3be611aeed72d5b1eb79b7b1c4ae835bf08ad5eee578f5c7daafdbf61001cddb31db0bac46cd188e0e193ac264020b2f72dae18160cb28de8f0d28cdcd298"], ["password_digest", "1b31aea8085c3008b54a79133af0746bc50a3085a0b0b0181c636983a745b5ec"], ["created_at", "2015-03-14 04:49:58.264638"], ["updated_at", "2015-03-14 04:49:58.264638"]]
8175
+  (0.7ms) commit transaction
8176
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]
8177
+  (0.7ms) DELETE FROM "users";
8178
+  (0.2ms) begin transaction
8179
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Mrs. Lemuel Mann"], ["password_salt", "b92d8eadec5118a9f0846abec15821d48f30e843679e1351f20f42ffec51dfac618ab2dffe8231cc966ac2a1f163ae8fc30d6704d0bedc06f2417a7959377b842aee7816813b585c461de04f85d09bdf34630c6e685341a76975b7c08e2f30d8af2d9e69481a34928ecef50485b912d99948675f72e316c5790eadc16be55d64"], ["password_digest", "902f54be1540da655fd56845208eea1ec927d9cfd825bb05184618b6e184099d"], ["created_at", "2015-03-14 04:49:58.279817"], ["updated_at", "2015-03-14 04:49:58.279817"]]
8180
+  (0.8ms) commit transaction
8181
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]
8182
+  (0.7ms) DELETE FROM "users";
8183
+  (0.0ms) begin transaction
8184
+ 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", "Dr. Alexys Kshlerin"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:49:58.286384"], ["password_salt", "fb98fd25f865b9ae600e55c2b4133fe19b7b77004b53ccab5cb8b56d008cf3cc446f2cb5c1e9fd5fd6b67f76604b5b66828415982cb41d0b2d5236463905f2cdfecfa6a700068c3ff99c0ea5124fd438d32c0fba08d0499900e4da7856369c4d36d0a53f65f7c10ec56c1a14bd2353cb815a903a2b3bd15aba09107a90381758"], ["password_digest", "eaeefe74cf1a1a19e6c382102263e80b92286ee678780dee08836c04a0fd054f"], ["created_at", "2015-03-14 04:49:58.291273"], ["updated_at", "2015-03-14 04:49:58.291273"]]
8185
+  (0.7ms) commit transaction
8186
+  (0.0ms) begin transaction
8187
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:49:58.293497"], ["password_salt", "502f983dad699e947dbf1e072983a7e73948daae0c55c7f1c4bbd87394f11b1520bf68ba63310e44265541a6bee375adef6ff5767345dd6ec9a00c42a1d91d9b488a1f9f95cf7610d4850e7ef0d405e7815bf2025bdb522deceb643b347314dc4b3d7d3a1a9011d013a1fc2a1d56c2d439f02910afabd1d2eb5e331d3918a074485"], ["password_digest", "9f2cd0a66fa408ae8f850e13078026b6ef2a275b3310bedc660c1e502c18481a"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:49:58.293497"], ["id", 502]]
8188
+  (0.0ms) commit transaction
8189
+  (0.7ms) DELETE FROM "users";
8190
+  (0.1ms) begin transaction
8191
+ 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", "Harvey Flatley"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:49:58.303633"], ["password_salt", "7e68e277c9b91960b91fa4edaf4a2ad9bca1457497c825860e4ad677fa511d0d0e1fd36a9ca934600c5fb653ee7a5b1829b8b8b3172349c68c2e5cb74657411fdba1c1a5d6f36c6293958ff1487e4a4aca77f5c129b840a6fcb0fe8d482bc3b036d7a7fd183c79b4e76603b6c172e8ed7d09651c83ee88fdbf3cced13c328c50"], ["password_digest", "a0ad967efa889dca568d19767a138646b78b98f09387761c36a6adab01643e11"], ["created_at", "2015-03-14 04:49:58.310085"], ["updated_at", "2015-03-14 04:49:58.310085"]]
8192
+  (0.7ms) commit transaction
8193
+  (0.0ms) begin transaction
8194
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:49:58.312292"], ["password_salt", "503f54bf5dd4d700b838a341488cf4c705ef3874688e41b7c98b8a6bdb4b3d5e35711fd22baa76c0996de2fc6ee9f9b47d38c73fd631304b20c4af6a2230cb11355315cc4e1a8f9f2cf93eabb6c00c675866dd3c476fb416f0474ad4f63b5ec53c4743c8ae1fcb404a8402e24e9dddca3c7d5752f1bcaa64eedef83b4db9b6904d8"], ["password_digest", "39c748fd8aa670a8b8bbe71c9793b7a2133e0ab21d874104b6b0614e91d99e9f"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:49:58.312292"], ["id", 503]]
8195
+  (0.0ms) commit transaction
8196
+  (1.5ms) DELETE FROM "users";
8197
+  (0.1ms) begin transaction
8198
+ 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", "Destin Ledner"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:49:58.325444"], ["password_salt", "c45c8aab1fecd108582d12d1d5b9ef786f71a17d29c4cf93ed988a6e38276c5e46fa98c26e14e3052b0271269b9db678b3d94350e271226a0382680b8090dff00b663ce9ef6528da5072c14eefd1511a64f2940aa84cab9a84c23091661e11805f315a9a4e6c4d50f2b1781fb03debdfed26cce6979d9b6249127d4f887d53a8"], ["password_digest", "553ec8d46737f1cebebdee0cbbbb5dd4e96f2cf15c3dcab9b132ea5f4f6f9a4c"], ["created_at", "2015-03-14 04:49:58.332511"], ["updated_at", "2015-03-14 04:49:58.332511"]]
8199
+  (0.8ms) commit transaction
8200
+  (0.0ms) begin transaction
8201
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:49:58.335425"], ["password_salt", "5042d4e13314b3e715b3d47a8cb739fad3c022b5f2c2cf0ec71551fc4f641875ec3fa414a5db22d28832840da7e317d2b731a1e12355ae86a040d75743203f6c0f691066fbd65aeb753053403bfe0750c087fe2f1fe07a5a0e70144e429e98393b2568aa8e5b7d66e375d547f6ab4c08a86864a3b6599bdc6bbaa9d466080d0cf31"], ["password_digest", "e3efc2d68e6b70a80cdb4fff68058e62c2a4120879b8ad1b2121c515547d099c"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:49:58.335425"], ["id", 504]]
8202
+  (0.0ms) commit transaction
8203
+  (0.7ms) DELETE FROM "users";
8204
+  (0.0ms) begin transaction
8205
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user7@example.com"], ["nickname", "Freddie Price"], ["password_salt", "039e172c864be6469fd6eb7683fc8eba5a65d8a2b5d41e279f40bd3f65af04f9d70cd6842898c68adf7a590febfba1a3eee2ea5bf68073866e218d31bca5a7b6c1e50377b2f5182495dad11f966b1a6d6f1b078a00970e696828868ebdadcc24a1b6d57b373f6917898c7e40e91858626168f1fcfc57f1d2c35ad4d21f27c0a0"], ["password_digest", "014da2860748415a78bade6242214374e63241a57c30964fdec2af03d1132618"], ["created_at", "2015-03-14 04:49:58.348803"], ["updated_at", "2015-03-14 04:49:58.348803"]]
8206
+  (0.6ms) commit transaction
8207
+  (0.0ms) begin transaction
8208
+ SQL (0.2ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "ec0c621899ea20bd9d537ee1c79f074b30b3660738c635f602dc7a5b09d6bcc9"], ["new_password_key_expired_at", "2015-03-14 05:49:58.350850"], ["password_salt", "505dbcc1639d4647fc117e5e71c820d1a3e98849f0313dcd8ce896de192dc2588e67eee5ecde6afc30b7c5a29a3e77cdeb64681cf46f89e3d971e4fdc0931a3618418b156ce52bca10bd8faf2804c440960801d5cff68f4fd10058776c3810b8e413c035e36411f1c1c437684c8d6a3d72c3e725fc55fb9798d2c88812ffb89549e"], ["password_digest", "7b97ae185cd309e396af8aa62f06ee53910581687b6643287c36a1a70b35b9cc"], ["updated_at", "2015-03-14 04:49:58.355404"], ["id", 505]]
8209
+  (0.7ms) commit transaction
8210
+  (0.6ms) DELETE FROM "users";
8211
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
8212
+  (0.1ms) begin transaction
8213
+ SQL (0.7ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Mrs. Brionna Dickens"], ["password_salt", "f9dd0b70d5fbe9a8d0283b600bcf15e5fbc19eb0d023f1b555756895bdd8ea3321be66b6e558fd312c9981877306d40578f2a4fd16892710baab6634a5144ea24e111522b73b82f38c86ffb4303e32ae669fae90a15070a40c04085d66838ed7f1362ea285337ac553fe92a7272df4effd61dd46f6960db5d5fee55abbc52368"], ["password_digest", "c505b4f8bd8009cc88dd37cbe07cf422f53acbfc500db33262116763e6dc74d9"], ["created_at", "2015-03-14 04:50:59.945105"], ["updated_at", "2015-03-14 04:50:59.945105"]]
8214
+  (1.4ms) commit transaction
8215
+  (0.7ms) DELETE FROM "users";
8216
+  (0.0ms) begin transaction
8217
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Grant Lubowitz"], ["password_salt", "a7d40308554e321f7055ad272a8a6c0efb43bad430856b6ccbb93c81b81ac9c05e94301ad40082f417c6068356cecf65f84834a2e812b9ed26cc230471e11ee07d2c2b7d4d141599364106d76759d5ae58c55a4b64e27b70067966c35b00f723ae61a0052f02f25543c9120ea64154249f5b340194ced038bae95cdfd45c6b0c"], ["password_digest", "a7fe107f16044740566414c8232859cac67decfa82b7e2fdb089359a93262d55"], ["created_at", "2015-03-14 04:50:59.967845"], ["updated_at", "2015-03-14 04:50:59.967845"]]
8218
+  (0.8ms) commit transaction
8219
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 507]]
8220
+  (0.8ms) DELETE FROM "users";
8221
+  (0.1ms) begin transaction
8222
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Nedra Zulauf"], ["password_salt", "8bee63610bef28d98497a9520b4c81b2bb782c5978a1cf14079d467cb8b2d8bf6892f6c5df30820495b7cae344812112b6c2919b958ec11ed807a0eb3566fcec049913c586b991615d9a4104d0aa4d9935368266ff0a036014e54f04032276e61c1c6899fe518289d16aecef5cd1caf4b238dbe55adc05a06c0dff67718ef140"], ["password_digest", "f7efde384e16f08f24ea6b8c3bb75ae064ae5245d52454e42a922ea1e54309b4"], ["created_at", "2015-03-14 04:50:59.993283"], ["updated_at", "2015-03-14 04:50:59.993283"]]
8223
+  (0.6ms) commit transaction
8224
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8225
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
8226
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.slim within layouts/application (27.8ms)
8227
+ Completed 200 OK in 57ms (Views: 57.1ms | ActiveRecord: 0.0ms)
8228
+ Started POST "/confirmation_requests" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8229
+ Processing by Nyauth::ConfirmationRequestsController#create as HTML
8230
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com"}, "commit"=>"request confirmation"}
8231
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]
8232
+  (0.0ms) begin transaction
8233
+ SQL (0.2ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "7b6809df43bf13dc01958f017c5ce3973f36a63e7d1229109c4fce0958a15c3c"], ["confirmation_key_expired_at", "2015-03-14 05:51:00.090757"], ["updated_at", "2015-03-14 04:51:00.091647"], ["id", 508]]
8234
+  (0.8ms) commit transaction
8235
+ Redirected to http://www.example.com/
8236
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.html.slim within layouts/nyauth/mailer (6.3ms)
8237
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (2.6ms)
8238
+
8239
+ Nyauth::UserMailer#request_confirmation: processed outbound mail in 192.9ms
8240
+
8241
+ Sent mail to user1@example.com (5.5ms)
8242
+ Date: Sat, 14 Mar 2015 13:51:00 +0900
8243
+ From: from@example.com
8244
+ To: user1@example.com
8245
+ Message-ID: <5503be34496b6_b2f93ff1a9c601f874371@mbpA1502.local.mail>
8246
+ Subject: Request confirmation
8247
+ Mime-Version: 1.0
8248
+ Content-Type: multipart/alternative;
8249
+ boundary="--==_mimepart_5503be34487da_b2f93ff1a9c601f8742e7";
8250
+ charset=UTF-8
8251
+ Content-Transfer-Encoding: 7bit
8252
+
8253
+
8254
+ ----==_mimepart_5503be34487da_b2f93ff1a9c601f8742e7
8255
+ Content-Type: text/plain;
8256
+ charset=UTF-8
8257
+ Content-Transfer-Encoding: 7bit
8258
+
8259
+ Plese confirm your email
8260
+
8261
+ http://www.example.com/confirmations/7b6809df43bf13dc01958f017c5ce3973f36a63e7d1229109c4fce0958a15c3c
8262
+
8263
+
8264
+ ----==_mimepart_5503be34487da_b2f93ff1a9c601f8742e7
8265
+ Content-Type: text/html;
8266
+ charset=UTF-8
8267
+ Content-Transfer-Encoding: 7bit
8268
+
8269
+ <p>Plese confirm your email</p><p><a href="http://www.example.com/confirmations/7b6809df43bf13dc01958f017c5ce3973f36a63e7d1229109c4fce0958a15c3c">confirm</a></p>
8270
+
8271
+ ----==_mimepart_5503be34487da_b2f93ff1a9c601f8742e7--
8272
+
8273
+ Completed 302 Found in 214ms (ActiveRecord: 1.3ms)
8274
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8275
+ Processing by Nyauth::SessionsController#new as HTML
8276
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (5.8ms)
8277
+ Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.0ms)
8278
+ Started GET "/confirmations/7b6809df43bf13dc01958f017c5ce3973f36a63e7d1229109c4fce0958a15c3c" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8279
+ Processing by Nyauth::ConfirmationsController#update as HTML
8280
+ Parameters: {"confirmation_key"=>"7b6809df43bf13dc01958f017c5ce3973f36a63e7d1229109c4fce0958a15c3c"}
8281
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "7b6809df43bf13dc01958f017c5ce3973f36a63e7d1229109c4fce0958a15c3c"]]
8282
+  (0.0ms) begin transaction
8283
+ SQL (0.2ms) UPDATE "users" SET "confirmed_at" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:51:00.333034"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:51:00.333892"], ["id", 508]]
8284
+  (1.6ms) commit transaction
8285
+ Redirected to http://www.example.com/
8286
+ Completed 302 Found in 12ms (ActiveRecord: 2.1ms)
8287
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8288
+ Processing by Nyauth::SessionsController#new as HTML
8289
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.2ms)
8290
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
8291
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 508]]
8292
+  (0.8ms) DELETE FROM "users";
8293
+  (0.1ms) begin transaction
8294
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Myrl Jast MD"], ["password_salt", "c658cbab91981fb4248b625ecabe4f1e3be5ba4d73392524691114e6e368c8a3603b059cf171a17169818dd89c2bd4a206dc8a8c1e55d24bcdf1af60ecaff6de23723a138c9848e45b9af3aa01495b5df8ef77d761d52dcaf19aec6858ad7ee6df3f5308d4964f499d7642f83a5eb564380ba7a3c7a2f5898581e2f542360824"], ["password_digest", "9cac8c9b0665580f9615aa0accd3207e3186ba55dcd8905c4c07a8cc951d46e9"], ["created_at", "2015-03-14 04:51:00.357787"], ["updated_at", "2015-03-14 04:51:00.357787"]]
8295
+  (0.7ms) commit transaction
8296
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8297
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
8298
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.slim within layouts/application (1.0ms)
8299
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
8300
+ Started POST "/confirmation_requests" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8301
+ Processing by Nyauth::ConfirmationRequestsController#create as HTML
8302
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user2@example.com"}, "commit"=>"request confirmation"}
8303
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]
8304
+  (0.1ms) begin transaction
8305
+ SQL (0.2ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "18c952c2977b12436aa7051747eb2eede21ef7e138525ad4d4ebdb7f5b6e2ab3"], ["confirmation_key_expired_at", "2015-03-14 05:51:00.370676"], ["updated_at", "2015-03-14 04:51:00.371365"], ["id", 509]]
8306
+  (0.6ms) commit transaction
8307
+ Redirected to http://www.example.com/
8308
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.html.slim within layouts/nyauth/mailer (2.2ms)
8309
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (1.6ms)
8310
+
8311
+ Nyauth::UserMailer#request_confirmation: processed outbound mail in 5.7ms
8312
+
8313
+ Sent mail to user2@example.com (2.5ms)
8314
+ Date: Sat, 14 Mar 2015 13:51:00 +0900
8315
+ From: from@example.com
8316
+ To: user2@example.com
8317
+ Message-ID: <5503be345d0fc_b2f93ff1a9c601f87459f@mbpA1502.local.mail>
8318
+ Subject: Request confirmation
8319
+ Mime-Version: 1.0
8320
+ Content-Type: multipart/alternative;
8321
+ boundary="--==_mimepart_5503be345cb3d_b2f93ff1a9c601f874490";
8322
+ charset=UTF-8
8323
+ Content-Transfer-Encoding: 7bit
8324
+
8325
+
8326
+ ----==_mimepart_5503be345cb3d_b2f93ff1a9c601f874490
8327
+ Content-Type: text/plain;
8328
+ charset=UTF-8
8329
+ Content-Transfer-Encoding: 7bit
8330
+
8331
+ Plese confirm your email
8332
+
8333
+ http://www.example.com/confirmations/18c952c2977b12436aa7051747eb2eede21ef7e138525ad4d4ebdb7f5b6e2ab3
8334
+
8335
+
8336
+ ----==_mimepart_5503be345cb3d_b2f93ff1a9c601f874490
8337
+ Content-Type: text/html;
8338
+ charset=UTF-8
8339
+ Content-Transfer-Encoding: 7bit
8340
+
8341
+ <p>Plese confirm your email</p><p><a href="http://www.example.com/confirmations/18c952c2977b12436aa7051747eb2eede21ef7e138525ad4d4ebdb7f5b6e2ab3">confirm</a></p>
8342
+
8343
+ ----==_mimepart_5503be345cb3d_b2f93ff1a9c601f874490--
8344
+
8345
+ Completed 302 Found in 13ms (ActiveRecord: 1.0ms)
8346
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8347
+ Processing by Nyauth::SessionsController#new as HTML
8348
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
8349
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
8350
+ Started GET "/confirmations/18c952c2977b12436aa7051747eb2eede21ef7e138525ad4d4ebdb7f5b6e2ab3" for 127.0.0.1 at 2015-03-14 16:51:00 +0900
8351
+ Processing by Nyauth::ConfirmationsController#update as HTML
8352
+ Parameters: {"confirmation_key"=>"18c952c2977b12436aa7051747eb2eede21ef7e138525ad4d4ebdb7f5b6e2ab3"}
8353
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "18c952c2977b12436aa7051747eb2eede21ef7e138525ad4d4ebdb7f5b6e2ab3"]]
8354
+  (0.0ms) begin transaction
8355
+  (0.0ms) rollback transaction
8356
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmations/edit.html.slim within layouts/application (0.0ms)
8357
+ Completed 200 OK in 0ms (Views: 7.5ms | ActiveRecord: 0.0ms)
8358
+  (0.8ms) DELETE FROM "users";
8359
+  (0.1ms) begin transaction
8360
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Rudy Wintheiser"], ["password_salt", "997c223a90c37b91e9cf8fed8bd98c2cb50b0b8ccd5645e14f9c8b1b66b55f29d2c358279650f2b676e03ffeac5f0c6ed7d6f8854f8d53bd9fbf1dc2fb43e8562730b705edb5b8f40208d5df6db9866a704f456cbb76c01c1f687ff35a509f74ae2116b8d7cd355ce2e6e6360d2ac51dd1043afd07041278e7d8742c2182b384"], ["password_digest", "54dd719d955da888267721bd0cac3ef993c88c89621bf64f8f9acb72fde8de1f"], ["created_at", "2015-03-14 04:51:00.413095"], ["updated_at", "2015-03-14 04:51:00.413095"]]
8361
+  (0.7ms) commit transaction
8362
+ Started GET "/new_password_requests/new" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8363
+ Processing by Nyauth::NewPasswordRequestsController#new as HTML
8364
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_password_requests/new.html.slim within layouts/application (3.5ms)
8365
+ Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)
8366
+ Started POST "/new_password_requests" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8367
+ Processing by Nyauth::NewPasswordRequestsController#create as HTML
8368
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com"}, "commit"=>"request new password"}
8369
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]
8370
+  (0.1ms) begin transaction
8371
+ SQL (0.4ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "b8cbb54805e5e13ee95c8340b86834adae049c52e79b47a0b377b9a7033721e7"], ["new_password_key_expired_at", "2015-03-14 05:51:00.442624"], ["updated_at", "2015-03-14 04:51:00.443732"], ["id", 510]]
8372
+  (0.6ms) commit transaction
8373
+ Redirected to http://www.example.com/
8374
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.html.slim within layouts/nyauth/mailer (4.9ms)
8375
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.text.erb within layouts/nyauth/mailer (2.1ms)
8376
+
8377
+ Nyauth::UserMailer#request_new_password: processed outbound mail in 30.8ms
8378
+
8379
+ Sent mail to user1@example.com (2.2ms)
8380
+ Date: Sat, 14 Mar 2015 13:51:00 +0900
8381
+ From: from@example.com
8382
+ To: user1@example.com
8383
+ Message-ID: <5503be3475edf_b2f93ff1a9c601f874737@mbpA1502.local.mail>
8384
+ Subject: Request new password
8385
+ Mime-Version: 1.0
8386
+ Content-Type: multipart/alternative;
8387
+ boundary="--==_mimepart_5503be34758f6_b2f93ff1a9c601f87464";
8388
+ charset=UTF-8
8389
+ Content-Transfer-Encoding: 7bit
8390
+
8391
+
8392
+ ----==_mimepart_5503be34758f6_b2f93ff1a9c601f87464
8393
+ Content-Type: text/plain;
8394
+ charset=UTF-8
8395
+ Content-Transfer-Encoding: 7bit
8396
+
8397
+ Plese set your new password
8398
+
8399
+ http://www.example.com/new_passwords/b8cbb54805e5e13ee95c8340b86834adae049c52e79b47a0b377b9a7033721e7/edit
8400
+
8401
+
8402
+ ----==_mimepart_5503be34758f6_b2f93ff1a9c601f87464
8403
+ Content-Type: text/html;
8404
+ charset=UTF-8
8405
+ Content-Transfer-Encoding: 7bit
8406
+
8407
+ <p>Plese set your new password</p><p><a href="http://www.example.com/new_passwords/b8cbb54805e5e13ee95c8340b86834adae049c52e79b47a0b377b9a7033721e7/edit">set new password</a></p>
8408
+
8409
+ ----==_mimepart_5503be34758f6_b2f93ff1a9c601f87464--
8410
+
8411
+ Completed 302 Found in 43ms (ActiveRecord: 1.3ms)
8412
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8413
+ Processing by Nyauth::SessionsController#new as HTML
8414
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.3ms)
8415
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
8416
+ Started GET "/new_passwords/b8cbb54805e5e13ee95c8340b86834adae049c52e79b47a0b377b9a7033721e7/edit" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8417
+ Processing by Nyauth::NewPasswordsController#edit as HTML
8418
+ Parameters: {"new_password_key"=>"[FILTERED]"}
8419
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "b8cbb54805e5e13ee95c8340b86834adae049c52e79b47a0b377b9a7033721e7"]]
8420
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_passwords/edit.html.slim within layouts/application (4.2ms)
8421
+ Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.2ms)
8422
+ Started PATCH "/new_passwords/b8cbb54805e5e13ee95c8340b86834adae049c52e79b47a0b377b9a7033721e7" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8423
+ Processing by Nyauth::NewPasswordsController#update as HTML
8424
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "new_password_key"=>"[FILTERED]"}
8425
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "b8cbb54805e5e13ee95c8340b86834adae049c52e79b47a0b377b9a7033721e7"]]
8426
+  (0.0ms) begin transaction
8427
+ SQL (0.3ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "new_password_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "5108e6f3270f5e9df327588853179219a6583d21a3a8969681c168abfef7972365ed3e326b8e7bef4963865a1663d73abc8588c13b148ef6d11480ea3a7a73947ea1794dcf4f8765f983f21a1baa1b574cbcef7adf2f4269cb86985c389510b95e880ed7fb01928c61d997055392da7a4da95f878b3f8214827a7b05bc4fe0b282f"], ["password_digest", "fe164ac0a15f8353143282ef270b9045dd1b01ed181ea17ce53d188b73b44c7d"], ["new_password_key", nil], ["updated_at", "2015-03-14 04:51:00.531378"], ["id", 510]]
8428
+  (0.6ms) commit transaction
8429
+ Redirected to http://www.example.com/session/new
8430
+ Completed 302 Found in 14ms (ActiveRecord: 1.0ms)
8431
+ Started GET "/session/new" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8432
+ Processing by Nyauth::SessionsController#new as HTML
8433
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.3ms)
8434
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
8435
+  (1.0ms) DELETE FROM "users";
8436
+  (0.0ms) begin transaction
8437
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Laurie Cummings Jr."], ["password_salt", "c5e08a38a52859cd24b077e33eb9586b10b54fb6ceb1188d33434ea3781cf2dc69ab9c6d206855f1f4ec9cf0dcdb3bca0c5e9f925e97be342fd4ebfd5bd5bd36f3872d71190e8f5b5f45b0fcd098269315631dfd25f8668dad177ce9b2da39825ef32b93d26622d178e6f3b836c34d91c57b88edb275f7e6e5d70b56ce47ba61"], ["password_digest", "b1bf446fd4a4268cb7a9785589db5afbb49ae657a6e069bf5b11ea7391005b52"], ["created_at", "2015-03-14 04:51:00.557574"], ["updated_at", "2015-03-14 04:51:00.557574"]]
8438
+  (0.8ms) commit transaction
8439
+ Started GET "/new_password_requests/new" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8440
+ Processing by Nyauth::NewPasswordRequestsController#new as HTML
8441
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_password_requests/new.html.slim within layouts/application (0.8ms)
8442
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
8443
+ Started POST "/new_password_requests" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8444
+ Processing by Nyauth::NewPasswordRequestsController#create as HTML
8445
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user2@example.com"}, "commit"=>"request new password"}
8446
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]
8447
+  (0.0ms) begin transaction
8448
+ SQL (0.2ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "973ae50e394acc55ba7e2b1f99017f86bfdb43e4b97c79015620cdb956ed5bee"], ["new_password_key_expired_at", "2015-03-14 05:51:00.569755"], ["updated_at", "2015-03-14 04:51:00.570397"], ["id", 511]]
8449
+  (0.7ms) commit transaction
8450
+ Redirected to http://www.example.com/
8451
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.html.slim within layouts/nyauth/mailer (2.2ms)
8452
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.text.erb within layouts/nyauth/mailer (1.4ms)
8453
+
8454
+ Nyauth::UserMailer#request_new_password: processed outbound mail in 5.7ms
8455
+
8456
+ Sent mail to user2@example.com (2.6ms)
8457
+ Date: Sat, 14 Mar 2015 13:51:00 +0900
8458
+ From: from@example.com
8459
+ To: user2@example.com
8460
+ Message-ID: <5503be348dbcb_b2f93ff1a9c601f874913@mbpA1502.local.mail>
8461
+ Subject: Request new password
8462
+ Mime-Version: 1.0
8463
+ Content-Type: multipart/alternative;
8464
+ boundary="--==_mimepart_5503be348d5e1_b2f93ff1a9c601f8748d3";
8465
+ charset=UTF-8
8466
+ Content-Transfer-Encoding: 7bit
8467
+
8468
+
8469
+ ----==_mimepart_5503be348d5e1_b2f93ff1a9c601f8748d3
8470
+ Content-Type: text/plain;
8471
+ charset=UTF-8
8472
+ Content-Transfer-Encoding: 7bit
8473
+
8474
+ Plese set your new password
8475
+
8476
+ http://www.example.com/new_passwords/973ae50e394acc55ba7e2b1f99017f86bfdb43e4b97c79015620cdb956ed5bee/edit
8477
+
8478
+
8479
+ ----==_mimepart_5503be348d5e1_b2f93ff1a9c601f8748d3
8480
+ Content-Type: text/html;
8481
+ charset=UTF-8
8482
+ Content-Transfer-Encoding: 7bit
8483
+
8484
+ <p>Plese set your new password</p><p><a href="http://www.example.com/new_passwords/973ae50e394acc55ba7e2b1f99017f86bfdb43e4b97c79015620cdb956ed5bee/edit">set new password</a></p>
8485
+
8486
+ ----==_mimepart_5503be348d5e1_b2f93ff1a9c601f8748d3--
8487
+
8488
+ Completed 302 Found in 14ms (ActiveRecord: 1.1ms)
8489
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8490
+ Processing by Nyauth::SessionsController#new as HTML
8491
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.0ms)
8492
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
8493
+ Started GET "/new_passwords/973ae50e394acc55ba7e2b1f99017f86bfdb43e4b97c79015620cdb956ed5bee/edit" for 127.0.0.1 at 2015-03-14 16:51:00 +0900
8494
+ Processing by Nyauth::NewPasswordsController#edit as HTML
8495
+ Parameters: {"new_password_key"=>"[FILTERED]"}
8496
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "973ae50e394acc55ba7e2b1f99017f86bfdb43e4b97c79015620cdb956ed5bee"]]
8497
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_passwords/edit.html.slim within layouts/application (0.0ms)
8498
+ Completed 200 OK in 0ms (Views: 1.8ms | ActiveRecord: 0.0ms)
8499
+ Started PATCH "/new_passwords/973ae50e394acc55ba7e2b1f99017f86bfdb43e4b97c79015620cdb956ed5bee" for 127.0.0.1 at 2015-03-14 16:51:00 +0900
8500
+ Processing by Nyauth::NewPasswordsController#update as HTML
8501
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "new_password_key"=>"[FILTERED]"}
8502
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "973ae50e394acc55ba7e2b1f99017f86bfdb43e4b97c79015620cdb956ed5bee"]]
8503
+  (0.0ms) begin transaction
8504
+  (0.0ms) rollback transaction
8505
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_passwords/edit.html.slim within layouts/application (0.0ms)
8506
+ Completed 200 OK in 0ms (Views: 4.0ms | ActiveRecord: 0.0ms)
8507
+  (1.3ms) DELETE FROM "users";
8508
+  (0.1ms) begin transaction
8509
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Ted Hessel"], ["password_salt", "3ef9989deb498b0901991167eae8c68a23768c8af784d5ee12c662eb2299898846d6e23ac24f8b9b57b42f9ae5745226a2a953562021fadc05f822aa06bbe4d862fb4192facc8b618837ac5bf49a41064eba343c0f68c69e3accf3a6f71facea8b4eee1d907aed95225562bdac73a02f289cddbdbed642bf0cdf93e6d6668b57"], ["password_digest", "5ba759168f93efe07aeae3c46fd17523e6d3d9ffeb13a7b0eeeaefe6bf1f95a2"], ["created_at", "2015-03-14 04:51:00.621423"], ["updated_at", "2015-03-14 04:51:00.621423"]]
8510
+  (0.7ms) commit transaction
8511
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8512
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8513
+ Started GET "/rack_session" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8514
+ Started GET "/password/edit" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8515
+ Processing by Nyauth::PasswordsController#edit as HTML
8516
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 512]]
8517
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 512]]
8518
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.slim within layouts/application (4.0ms)
8519
+ Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
8520
+ Started PATCH "/password" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8521
+ Processing by Nyauth::PasswordsController#update as HTML
8522
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"}
8523
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 512]]
8524
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 512]]
8525
+  (0.1ms) begin transaction
8526
+ SQL (0.3ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "51238b113315a9b7b4f79d27d661221de859068a6fe8b55bbcd3a1edec862238a4943430dc6952cbe879699fa2f1c8373b831fb286cf40892addf162483356aac5ee5ef8cd04a70b62a3ffd6b3f6154f6744ce71bd63021e98e2686bb3ec9e1a3bdf17c0e0600e6fb041ebfd1c61c67710b7d6edaca683bd34f99540d051b087f71"], ["password_digest", "67944d1d45e97dcc04248759f9531587260a3ae354e130ea8a6d24cf137cc8b4"], ["updated_at", "2015-03-14 04:51:00.668051"], ["id", 512]]
8527
+  (0.7ms) commit transaction
8528
+ Redirected to http://www.example.com/
8529
+ Completed 302 Found in 20ms (ActiveRecord: 1.2ms)
8530
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8531
+ Processing by Nyauth::SessionsController#new as HTML
8532
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (2.0ms)
8533
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
8534
+  (0.9ms) DELETE FROM "users";
8535
+  (0.1ms) begin transaction
8536
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Jamil Marquardt IV"], ["password_salt", "1caf90e113b43128f0d9d348e9d6ec39379688938e41be619a2d8e3b1b44e66133eec8614fdd709291a5868e896885e4c3451993aa8b65f78968eb304f953a718d8f4dd31a767a8197f0a9b6e00cf437a81cc4d265e1a6d24821feb8ee058ff7c139624e159195eeca9c0edbb607f4d69263fe6eb2eaa8c7b6ae22890a4a3338"], ["password_digest", "0302915ad962579c7f1cc67b4f5df4fdf099ee678aebdc81c399e988825e6983"], ["created_at", "2015-03-14 04:51:00.693774"], ["updated_at", "2015-03-14 04:51:00.693774"]]
8537
+  (0.7ms) commit transaction
8538
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8539
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8540
+ Started GET "/rack_session" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8541
+ Started GET "/password/edit" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8542
+ Processing by Nyauth::PasswordsController#edit as HTML
8543
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 513]]
8544
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 513]]
8545
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.slim within layouts/application (1.3ms)
8546
+ Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.2ms)
8547
+ Started PATCH "/password" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8548
+ Processing by Nyauth::PasswordsController#update as HTML
8549
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"}
8550
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 513]]
8551
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 513]]
8552
+  (0.0ms) begin transaction
8553
+  (0.0ms) rollback transaction
8554
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.slim within layouts/application (2.8ms)
8555
+ Completed 200 OK in 7ms (Views: 3.3ms | ActiveRecord: 0.2ms)
8556
+  (1.0ms) DELETE FROM "users";
8557
+ Started GET "/registration/new" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8558
+ Processing by Nyauth::RegistrationsController#new as HTML
8559
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.slim within layouts/application (4.8ms)
8560
+ Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms)
8561
+ Started POST "/registration" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8562
+ Processing by Nyauth::RegistrationsController#create as HTML
8563
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
8564
+  (0.1ms) begin transaction
8565
+ SQL (0.4ms) INSERT INTO "users" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "user1@example.com"], ["password_salt", "cc398873b3218ed35c2714365df22e2609fc75dc47fd3d42ee2b11613156fa321b593fa7297bd98b2af57689667bcea7a4aef03d6c7909464fe5f48e613cf5d5d3fbfe76ff2c3b7edcd9d7c8bc352b140351d832ca6488fa93182c2f5165ce15aa5a4ccee0f8f8d6a39393b74b28cc908f7a55c672079a4972b84bb86bea96ce"], ["password_digest", "f75a73f6dd738ab93d6877abfbe2a95d9d708e2290f84d79fdde75748ee78890"], ["created_at", "2015-03-14 04:51:00.766619"], ["updated_at", "2015-03-14 04:51:00.766619"]]
8566
+  (0.6ms) commit transaction
8567
+ Redirected to http://www.example.com/
8568
+ Completed 302 Found in 14ms (ActiveRecord: 1.1ms)
8569
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8570
+ Processing by Nyauth::SessionsController#new as HTML
8571
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.5ms)
8572
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
8573
+  (0.7ms) DELETE FROM "users";
8574
+ Started GET "/registration/new" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8575
+ Processing by Nyauth::RegistrationsController#new as HTML
8576
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.slim within layouts/application (2.0ms)
8577
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
8578
+ Started POST "/registration" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8579
+ Processing by Nyauth::RegistrationsController#create as HTML
8580
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
8581
+  (0.1ms) begin transaction
8582
+  (0.1ms) rollback transaction
8583
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.slim within layouts/application (2.9ms)
8584
+ Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 0.1ms)
8585
+ Started GET "/session/new" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8586
+ Processing by Nyauth::SessionsController#new as HTML
8587
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
8588
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
8589
+  (0.1ms) begin transaction
8590
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Elroy Harber"], ["password_salt", "581b8e1c3f1918cfe49d883d4290c37b47fb935b19a9c3220ea20c5b559bb986407e34a8dff6cc41e2b0f36f5648b9dfdf2dbc514884fb02b7d693d1f648d0ffcee3d4a98d8a807439f51b330f2f4cbde4cafd13e4d7e13c38c5f1e12ece4f888461c1b514485d6240f962fd1d2a75645ea90b7fb9a1556257884bb10b856347"], ["password_digest", "6792a140de6199a2a556b919f9ec3e7fff79780f7970cc516917dd02408d25a9"], ["created_at", "2015-03-14 04:51:00.826599"], ["updated_at", "2015-03-14 04:51:00.826599"]]
8591
+  (0.6ms) commit transaction
8592
+ Started POST "/session" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8593
+ Processing by Nyauth::SessionsController#create as HTML
8594
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
8595
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "user1@example.com"]]
8596
+ Redirected to http://www.example.com/
8597
+ Completed 302 Found in 10ms (ActiveRecord: 0.2ms)
8598
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8599
+ Processing by Nyauth::SessionsController#new as HTML
8600
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.7ms)
8601
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
8602
+  (0.7ms) DELETE FROM "users";
8603
+ Started GET "/session/new" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8604
+ Processing by Nyauth::SessionsController#new as HTML
8605
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.5ms)
8606
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
8607
+ Started POST "/session" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8608
+ Processing by Nyauth::SessionsController#create as HTML
8609
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
8610
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", ""]]
8611
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.2ms)
8612
+ Completed 200 OK in 4ms (Views: 1.8ms | ActiveRecord: 0.1ms)
8613
+  (0.1ms) begin transaction
8614
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Clarabelle Schamberger"], ["password_salt", "a8c456711e1b18270a61209a7363b9ba8b41c2ab4ce5544953244a174296e6ce4667ca1f788e3c07ac9ded92b5fd963193bb67ea7eff67a5c3c1ba0cfaae070da425715cd4e6ab47e7a729d2d02daf8eb1ad16935fbfcf6f7f53bfa7ef3cd0523c0d7c199520c34f9b614520d34e138e9e3be5fb38b6b410eb4b3de752fa8fb5"], ["password_digest", "1aaa8beae6a7520a6d63c5f0b5ea7a55f94f97d7805553ca70f10e960d8f0bdb"], ["created_at", "2015-03-14 04:51:00.875659"], ["updated_at", "2015-03-14 04:51:00.875659"]]
8615
+  (0.8ms) commit transaction
8616
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8617
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8618
+ Started GET "/rack_session" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8619
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8620
+ Processing by Nyauth::SessionsController#new as HTML
8621
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
8622
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
8623
+ Started DELETE "/session" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8624
+ Processing by Nyauth::SessionsController#destroy as HTML
8625
+ Redirected to http://www.example.com/
8626
+ Completed 302 Found in 4ms (ActiveRecord: 0.0ms)
8627
+ Started GET "/" for 127.0.0.1 at 2015-03-14 13:51:00 +0900
8628
+ Processing by Nyauth::SessionsController#new as HTML
8629
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.0ms)
8630
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
8631
+  (1.6ms) DELETE FROM "users";
8632
+  (0.1ms) begin transaction
8633
+ SQL (0.3ms) 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", "Will Durgan"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:51:00.912190"], ["password_salt", "c0069a2aca7f79033aa081d99e4c619227e73bd5bb4ea2b255a50358a7d364189296474f25e19af52cc41bfb027e2b1aa3a24a23dbe8b9528cade06b7acc4b702c92863234808bc13a6f17d1dcd6aa3f1b1508da378c193efb17b8269f5b8534346a37b1d467002a42e10a6644f4c6fe35d1f63b19ebb826ec5fdfd3320a24fa"], ["password_digest", "366b88eb8ccd2933e8a0a4342fed83ac9c4320031b83aa56b0ed95d6f449e287"], ["created_at", "2015-03-14 04:51:00.918082"], ["updated_at", "2015-03-14 04:51:00.918082"]]
8634
+  (0.6ms) commit transaction
8635
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.html.slim within layouts/nyauth/mailer (2.1ms)
8636
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (1.3ms)
8637
+
8638
+ Nyauth::UserMailer#request_confirmation: processed outbound mail in 5.9ms
8639
+  (0.9ms) DELETE FROM "users";
8640
+  (0.0ms) begin transaction
8641
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "new_password_key", "new_password_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Dejon Harvey IV"], ["new_password_key", "key"], ["new_password_key_expired_at", "2015-03-14 05:51:00.929443"], ["password_salt", "8f8dda5979c59c92c0887cd60732c02939a0ef4d26ff084e0bc6b506137c2bb5061a82751ad8bb83493fb25b75d9c6ad25cdd45e0a1de76cab0875d78693a8916fb3d141175d14d86d8930606df3074d540f73c443ee7370ef550881c0076bdea23f296d6f191e05dc0bc4d075c38c9f12020a9210243d6efd7aa6c75b2d16bf"], ["password_digest", "c2cd744ea41d52d8f709696ea3ab8c5e0c32a1e966a1675a7b6242bcccee5848"], ["created_at", "2015-03-14 04:51:00.934701"], ["updated_at", "2015-03-14 04:51:00.934701"]]
8642
+  (0.9ms) commit transaction
8643
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.html.slim within layouts/nyauth/mailer (2.4ms)
8644
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.text.erb within layouts/nyauth/mailer (2.2ms)
8645
+
8646
+ Nyauth::UserMailer#request_new_password: processed outbound mail in 6.8ms
8647
+  (0.7ms) DELETE FROM "users";
8648
+  (0.1ms) begin transaction
8649
+ SQL (0.7ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Jaron Bogisich Jr."], ["password_salt", "1469b0fc4ddef99787d8e14c54250d37174df43e1a25a14472cfcee9d14708c996d82b3260a119589215d529996df40ba39b9bbc8125a655037bd0cbc2b8bb90bd104549dc29d60fd5a55d0e23547bdf8d816400eb3223e5f55859b0a1b95c7db8ae50026001ad3c1ac11b60f2a15692c3249f268a199e245a896d4304daaf6c"], ["password_digest", "3c61773e1dae39f32f687ea513ba2cbce13f0f15f52621d7ef7fc1c9d8a2c6f8"], ["created_at", "2015-03-14 04:51:00.953078"], ["updated_at", "2015-03-14 04:51:00.953078"]]
8650
+  (1.3ms) commit transaction
8651
+  (1.2ms) DELETE FROM "users";
8652
+  (0.1ms) begin transaction
8653
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Judy Thiel MD"], ["password_salt", "c1a06454e9555990e74c181bfba71d32b140fefa133978c731268b6bd6de8f1ad1987750d380695248e108a6311d6429e29eb56e06d1d9e06317ac87e5670eccec4fbff5ddf349e5029ecfa2ceee16a856e001680cb71c1df1d97115554cd49b175f5615d3625bbc756214c59ad7a5002a028201cc3b0945b1d208bcc8d15d2a"], ["password_digest", "4f3f319d4fbae8292c7c91f86cc8e6c9364c0e3f9f5f3b2cec7baaeaf9576790"], ["created_at", "2015-03-14 04:51:00.968855"], ["updated_at", "2015-03-14 04:51:00.968855"]]
8654
+  (0.7ms) commit transaction
8655
+  (0.9ms) DELETE FROM "users";
8656
+  (0.1ms) begin transaction
8657
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user3@example.com"], ["nickname", "Jerald Tromp"], ["password_salt", "d8531ae4c368e89adeaf45de75d366273acd3d2bc31d6b199067fbfcd655626ce4c62f7fa279b19f4bba963141075eeba427dbf9fdc0afc5ffbf0f17f7619ce45054a2f637ab92a4f98f5370c28e6a45c4d4212cf8c2583803c6ae21f0dd700f205538bd1ab019c6bd9fbc1360f7cd6a55354d15cce616ce5e172d9c5d493dba"], ["password_digest", "c9b380a5bfead9dd9afc6b0a6a0d6fddc955b33be7d519ada18c77ca505e1133"], ["created_at", "2015-03-14 04:51:00.986101"], ["updated_at", "2015-03-14 04:51:00.986101"]]
8658
+  (0.6ms) commit transaction
8659
+  (0.8ms) DELETE FROM "users";
8660
+  (0.0ms) begin transaction
8661
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Shayne Heller"], ["password_salt", "e68f0504eb167ee9c724876120b3d7647aab09f72f98661ff0179caff321ec0d39084072c154eb58b2913f172021f32df59024d977386d7b1684b708bb9489b9da537d98fa439be783bf1e77493001e9a013b1850dab03355def01a7964c9b4740388bd068513c3224421b6ca0f2c4eb682784e25e4738d8740941ac3a702784"], ["password_digest", "4d37ca0aa3acfaead685f50f1644827ab1e334ff4901b59e03ccd1188a3a89b3"], ["created_at", "2015-03-14 04:51:00.999897"], ["updated_at", "2015-03-14 04:51:00.999897"]]
8662
+  (0.8ms) commit transaction
8663
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]
8664
+  (1.4ms) DELETE FROM "users";
8665
+  (0.1ms) begin transaction
8666
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Concepcion Leannon"], ["password_salt", "3377648b750c96940e86ad2ae34442bd649c20fd2253c2678e99e7ec47ec9760cb832ae5cbc1aaec8fe6347a271674e2c96313f8f45bde62eaf16569082daf8c995ad1c42ad3b26b426db765efb7cefeabdd7129bfe17ec5c893c819e3ba0a76b3bbce092f3852a0a2d7e2c458e05876fdd804223fe2211c9583bd3a249b704e"], ["password_digest", "ca8a8b2f3d9be0323dbfdff1202f1ad7514e98df0eab4ea5fd266a1c42592cd6"], ["created_at", "2015-03-14 04:51:01.017939"], ["updated_at", "2015-03-14 04:51:01.017939"]]
8667
+  (0.5ms) commit transaction
8668
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]
8669
+  (0.8ms) DELETE FROM "users";
8670
+  (0.0ms) begin transaction
8671
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Lillie McGlynn"], ["password_salt", "f2a110bd98f423d8a34d96c6677e2e1635a9508401c3d1094c8e102db20379fe84adeac66423ea7ba57d48a3832fce0cb3c3757ddf409597892561955a5ce8d328ac9d1bb0cb23f03793b0b24194465e2f69b7a1757b675e4ea2fc7cf5c2268673b4a28c5dfa9a810c96eeecf1b0b0514919a5a80ee7cada0a8c21b62e00ca3f"], ["password_digest", "fc1b39227c1b2ca941379fddc4721abaf189d832c6f1a87018d21b74559438c8"], ["created_at", "2015-03-14 04:51:01.030959"], ["updated_at", "2015-03-14 04:51:01.030959"]]
8672
+  (0.6ms) commit transaction
8673
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]
8674
+  (0.7ms) DELETE FROM "users";
8675
+  (0.1ms) begin transaction
8676
+ SQL (0.5ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Odell Langosh"], ["password_salt", "79033d0795be984a5a5e47dc6488f79309dbfd552f1b0aac681bbc929191e40629d50a5821f32b465bb4ab081c137346d8f579b475cdd06e46cd2f09411537cab433879b45a4e7947159efa833f4fb119ff0d9d23831da2a6b01dfe5e2be521396226e7ac8d6ccca262f978ed053ff25980d1aacb24ef42ddbd277c2146fee43"], ["password_digest", "b036e616fdba8a7582a208404ffe419ba0b65c8d818994d0d8701e109bcff05f"], ["created_at", "2015-03-14 04:51:01.042888"], ["updated_at", "2015-03-14 04:51:01.042888"]]
8677
+  (0.9ms) commit transaction
8678
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]
8679
+  (1.2ms) DELETE FROM "users";
8680
+  (0.1ms) begin transaction
8681
+ 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", "Wilford Yost PhD"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:51:01.050967"], ["password_salt", "98d639904c16f154b4642105aa57d25c6e4abdc8dc5c2e5cf264dfbd4fe16758ecbc49b2b56e6b4c3e0bd2bc21471e0c33cdf5753fb7ec5d976024ac1a30a00d0b9b6fca37eacad69b124d4c49d952e7e0a198689c53dfd2ce95f59ec697c9d94c77b20bf239f2097d8efe853df133c13bcbe6888040330af19d52d2ad62d6a6"], ["password_digest", "d988167a9654560b9e7c21ddb2a824368c8cec54c3610e2d0b8455f83a0da8d8"], ["created_at", "2015-03-14 04:51:01.055172"], ["updated_at", "2015-03-14 04:51:01.055172"]]
8682
+  (0.7ms) commit transaction
8683
+  (0.0ms) begin transaction
8684
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:51:01.057674"], ["password_salt", "526adb7f8cea4410bbb5a06ab6938fd9e0dd8dfb23cc2f1c36af7de0e34edd6ceb44e241872a236aeaae34470b9595ad821a7091f58056e70466d2e7a2e0536108155cae9fc714b47ad84096426b1fa4528b543e6c0ed91c4e4d1528d138deb62d3f36e7cf5815622070267ae67bd6afc1b1d32f683efc8cedee9ff0714f7b61a3c"], ["password_digest", "2ec666ca48e09e4b6c3c391ee6784bb7edc7ba022f084db2777167e2342d49e5"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:51:01.057674"], ["id", 526]]
8685
+  (0.0ms) commit transaction
8686
+  (0.7ms) DELETE FROM "users";
8687
+  (0.0ms) begin transaction
8688
+ SQL (0.2ms) 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", "Lisette Rempel"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:51:01.066325"], ["password_salt", "de3e0de20c49588e4d8aacdac0ced81b4c512164d8a4efc46c9bdcceb8577e2cc18994cea25ae3cd49e6077194a2b0476d551f7f5ce62a64749b43372704e2a605ecc95bb5d1c48048d1335c2019948d4b4bd7d4400d6fcf86e67927bf368572b54a9f001b39fbd59cd57a78edd40cdb04253f0f570a8d7d8777293826b06278"], ["password_digest", "f6b530827a8b725375cc8b4f2b901d7a456f7c2c6ae781106f0d64887da6c6cf"], ["created_at", "2015-03-14 04:51:01.070938"], ["updated_at", "2015-03-14 04:51:01.070938"]]
8689
+  (0.8ms) commit transaction
8690
+  (0.0ms) begin transaction
8691
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:51:01.073015"], ["password_salt", "527079dc0ee61e6415286aeafc842c96c50007ec65a9a76856b60f07c1b5eb4e0e93db7a6609ac25c884c782e03b8ab6c6bcb2b0dbf0611d41622847253baa3f5bac329c5249ed93ed0b9557a8cbd1080aa5c4c32e09ba0a5fa1f932855c7c9238baa8ef89883a0c440de6cef5b446d7327d7f4189c70a0d8e4c323d26e053d4583"], ["password_digest", "483d23fc7134aa0750f41de41a1073536054783c23020da49bf98a08bb6608b6"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:51:01.073015"], ["id", 527]]
8692
+  (0.0ms) commit transaction
8693
+  (0.8ms) DELETE FROM "users";
8694
+  (0.1ms) begin transaction
8695
+ SQL (0.8ms) 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", "Randy Kemmer"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 05:51:01.083811"], ["password_salt", "5762cdc21b40516839d95dfa654a26d3c81f5c9d65d31f6c15b3365817e661264aae2bbe8b327f007c89f8d0d5e9f4dbc20bd4d3adb8226d8e7b3333faf02262944d4aae0de93588430259d754a2593db928b3f5c4ce7ae276d797603d0b02b8db22a9b96398123eb7cd1829c7e99165dbf4b63f31c88dc3073e3d00738bec17"], ["password_digest", "007a62c18a7f2d536a9ef2477a02bb4557b148e414c17f0c29530fd6db25a241"], ["created_at", "2015-03-14 04:51:01.090036"], ["updated_at", "2015-03-14 04:51:01.090036"]]
8696
+  (1.2ms) commit transaction
8697
+  (0.0ms) begin transaction
8698
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 04:51:01.095453"], ["password_salt", "528b9464abfa8b4ce8af46a9b9d98c98561b9b652cdb7a5d87d36d28e54eddacb12e99a2160f23b2b6f89e8a7eff8615de20ecfea13134563f51bb3fbbf764305b5f20e5a07d6db96205ed63f5e4b2819af3dc8a6d01a8203ab9de90b8cfd9057a7c3d75e8b2f769062ef9599350a07dea665f11f192c333bdecee81b3685ff57b7"], ["password_digest", "b3156aa81a6cda565d308b763c065f7283f43ccf36879b3a5087a96a77a442a2"], ["confirmation_key", nil], ["updated_at", "2015-03-14 04:51:01.095453"], ["id", 528]]
8699
+  (0.0ms) commit transaction
8700
+  (0.8ms) DELETE FROM "users";
8701
+  (0.0ms) begin transaction
8702
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user7@example.com"], ["nickname", "Lauretta Mraz"], ["password_salt", "e12f336884e5058e96833fa3e51b76f244c291578b68d8f941d07b1226f12ee099d9e38120269b176301af52941d34e02a73843488b1338476bec3f5a6471911776e108150479600d2c8803f47ac8974d7187d4c8d777ef7677ce2704288ffb4295163ff28ec53cf59284d269408c88df605f345963d9eb847af173f14fc659b"], ["password_digest", "1e856469a5328fa713eb30f613393165000dca404235a201383dc9d521d33d92"], ["created_at", "2015-03-14 04:51:01.111545"], ["updated_at", "2015-03-14 04:51:01.111545"]]
8703
+  (0.7ms) commit transaction
8704
+  (0.0ms) begin transaction
8705
+ SQL (0.3ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "daf166339154607ed89cccbd6504022b8a5c263bbff4e54270405c8141878cfd"], ["new_password_key_expired_at", "2015-03-14 05:51:01.114645"], ["password_salt", "529aa16395fa6318c1d67f53940af0b7370c63e4808af06a0477d222220b1f73050a126deb87cb5ceb703f753a1a54905bf817f1f163be4a32c3763de46dd177caccade60c754f64ac3dc5e03102e61946ae59193e3aec60e11c9cb05cb84c39ec44dadf04d9acc269b99b5871c800d54a3af138020e7ca63930c45cf692e6fea03"], ["password_digest", "cc282b60aaa8abd155cd3cf9256b698ddb4686bbb996ae2af006d7f54293f704"], ["updated_at", "2015-03-14 04:51:01.120425"], ["id", 529]]
8706
+  (0.6ms) commit transaction
8707
+  (0.7ms) DELETE FROM "users";
8708
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
8709
+  (0.1ms) begin transaction
8710
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Darrion O'Keefe II"], ["password_salt", "b2ef246d7ebf6d157ea5908664f0e9f8a983c06bac84c496949ef3180153ed8e8ee5727f22b71095dd1482e3e4b087c9fd412b4d49754d09296ba323908d26093927d78bb2069f528fdfece816ea61620056864bd4dcfbc871a46185421ba6ddf4889fdcad63af4c83d369d2069922911b7c7598017c96b6e25a9a1dd438d1c4"], ["password_digest", "1461b3fd09873ac2d54bbf88f8f85aa046adcc7cee40f49d4f3d2a48da883902"], ["created_at", "2015-03-14 06:10:31.161495"], ["updated_at", "2015-03-14 06:10:31.161495"]]
8711
+  (4.2ms) commit transaction
8712
+  (0.7ms) DELETE FROM "users";
8713
+  (0.1ms) begin transaction
8714
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Catharine McKenzie MD"], ["password_salt", "4d9a2670d6e4a38ac9e58f6d6fab00c953f25eb5eae9188937cc667298517d0bbbf1ba42322f00bb52adb656a3a224b4903194ffc6edfe083272094a3d54ec2da7450c0f714c5109219ec89ebafae37eeed9863508f3a80d1b7f548f9f58f23022c4bc8068ea2cdda976469311032158b4a4cc7d16d319fd84d6f20e5b710ed4"], ["password_digest", "28a015824bdb606f41b0109e56ba5d44348cd5738a28ad183ed8245006d0e79b"], ["created_at", "2015-03-14 06:10:31.179135"], ["updated_at", "2015-03-14 06:10:31.179135"]]
8715
+  (0.9ms) commit transaction
8716
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 531]]
8717
+  (0.7ms) DELETE FROM "users";
8718
+  (0.1ms) begin transaction
8719
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Mireille Zulauf IV"], ["password_salt", "c0fc6df29ba1842e2ce31b93dff085e3b477067c4ba690a4d70248a61942c9dc231df9e4e137521596f43d1e072cdec4f980a0b57a597f242c672950bd26385d1f0b69e4693f4427d81354ae33db81f0cc2ced8cdc4496153305aab86ace0fd23b0d76913043523ec8abf730d5900f68fa0507c1bfdf87e41eda21d43a79567a"], ["password_digest", "6a092079be943da63f2f9f8aa210d5c9f462313d4d234448d26c9568925f4f52"], ["created_at", "2015-03-14 06:10:31.197475"], ["updated_at", "2015-03-14 06:10:31.197475"]]
8720
+  (1.0ms) commit transaction
8721
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8722
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
8723
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.slim within layouts/application (22.2ms)
8724
+ Completed 200 OK in 54ms (Views: 53.7ms | ActiveRecord: 0.0ms)
8725
+ Started POST "/confirmation_requests" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8726
+ Processing by Nyauth::ConfirmationRequestsController#create as HTML
8727
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com"}, "commit"=>"request confirmation"}
8728
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]
8729
+  (0.0ms) begin transaction
8730
+ SQL (0.3ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "5173e9f959580a565c300d13a699da832beaadba6d972315966966a9512e43bf"], ["confirmation_key_expired_at", "2015-03-14 07:10:31.294533"], ["updated_at", "2015-03-14 06:10:31.295195"], ["id", 532]]
8731
+  (0.6ms) commit transaction
8732
+ Redirected to http://www.example.com/
8733
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.html.slim within layouts/nyauth/mailer (4.3ms)
8734
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (1.9ms)
8735
+
8736
+ Nyauth::UserMailer#request_confirmation: processed outbound mail in 156.2ms
8737
+
8738
+ Sent mail to user1@example.com (9.0ms)
8739
+ Date: Sat, 14 Mar 2015 15:10:31 +0900
8740
+ From: from@example.com
8741
+ To: user1@example.com
8742
+ Message-ID: <5503d0d772663_126f93ff688460208673e6@mbpA1502.local.mail>
8743
+ Subject: Request confirmation
8744
+ Mime-Version: 1.0
8745
+ Content-Type: multipart/alternative;
8746
+ boundary="--==_mimepart_5503d0d770fa3_126f93ff68846020867269";
8747
+ charset=UTF-8
8748
+ Content-Transfer-Encoding: 7bit
8749
+
8750
+
8751
+ ----==_mimepart_5503d0d770fa3_126f93ff68846020867269
8752
+ Content-Type: text/plain;
8753
+ charset=UTF-8
8754
+ Content-Transfer-Encoding: 7bit
8755
+
8756
+ Plese confirm your email
8757
+
8758
+ http://www.example.com/confirmations/5173e9f959580a565c300d13a699da832beaadba6d972315966966a9512e43bf
8759
+
8760
+
8761
+ ----==_mimepart_5503d0d770fa3_126f93ff68846020867269
8762
+ Content-Type: text/html;
8763
+ charset=UTF-8
8764
+ Content-Transfer-Encoding: 7bit
8765
+
8766
+ <p>Plese confirm your email</p><p><a href="http://www.example.com/confirmations/5173e9f959580a565c300d13a699da832beaadba6d972315966966a9512e43bf">confirm</a></p>
8767
+
8768
+ ----==_mimepart_5503d0d770fa3_126f93ff68846020867269--
8769
+
8770
+ Completed 302 Found in 180ms (ActiveRecord: 1.1ms)
8771
+ Started GET "/" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8772
+ Processing by Nyauth::SessionsController#new as HTML
8773
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (16.8ms)
8774
+ Completed 200 OK in 27ms (Views: 24.6ms | ActiveRecord: 0.0ms)
8775
+ Started GET "/confirmations/5173e9f959580a565c300d13a699da832beaadba6d972315966966a9512e43bf" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8776
+ Processing by Nyauth::ConfirmationsController#update as HTML
8777
+ Parameters: {"confirmation_key"=>"5173e9f959580a565c300d13a699da832beaadba6d972315966966a9512e43bf"}
8778
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "5173e9f959580a565c300d13a699da832beaadba6d972315966966a9512e43bf"]]
8779
+  (0.0ms) begin transaction
8780
+ SQL (0.3ms) UPDATE "users" SET "confirmed_at" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 06:10:31.520765"], ["confirmation_key", nil], ["updated_at", "2015-03-14 06:10:31.521809"], ["id", 532]]
8781
+  (0.6ms) commit transaction
8782
+ Redirected to http://www.example.com/
8783
+ Completed 302 Found in 11ms (ActiveRecord: 1.1ms)
8784
+ Started GET "/" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8785
+ Processing by Nyauth::SessionsController#new as HTML
8786
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.2ms)
8787
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
8788
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 532]]
8789
+  (0.7ms) DELETE FROM "users";
8790
+  (0.0ms) begin transaction
8791
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Tressie Sipes"], ["password_salt", "bb54704cb263ab6e168d828a2a713ddd8e18106e5bb412e73d6718517cfeabfbe8dcf6a846842dbd2c0b9cb912d816154a63bd593b275f33ce6ccf675b13966e2bb49c0bd7a84769a1e50a674be6d14feec61f3012bbd570f7e7e116e09706aca1da573e318e83e38e0c719fec4ce04fc4b34e9e3a1494d5160885f0177abe8d"], ["password_digest", "a53ad044e583bdc998fddee3aa4330d79b742485dece061293ed77485a677470"], ["created_at", "2015-03-14 06:10:31.544091"], ["updated_at", "2015-03-14 06:10:31.544091"]]
8792
+  (0.6ms) commit transaction
8793
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8794
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
8795
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.slim within layouts/application (0.9ms)
8796
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
8797
+ Started POST "/confirmation_requests" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8798
+ Processing by Nyauth::ConfirmationRequestsController#create as HTML
8799
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user2@example.com"}, "commit"=>"request confirmation"}
8800
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]
8801
+  (0.0ms) begin transaction
8802
+ SQL (0.2ms) UPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmation_key", "e83b93328d7b973998785ae3e8acc20b4601f695e81bdcc1fd17e195e81c2bff"], ["confirmation_key_expired_at", "2015-03-14 07:10:31.556258"], ["updated_at", "2015-03-14 06:10:31.556892"], ["id", 533]]
8803
+  (0.5ms) commit transaction
8804
+ Redirected to http://www.example.com/
8805
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.html.slim within layouts/nyauth/mailer (2.2ms)
8806
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (1.5ms)
8807
+
8808
+ Nyauth::UserMailer#request_confirmation: processed outbound mail in 5.7ms
8809
+
8810
+ Sent mail to user2@example.com (2.2ms)
8811
+ Date: Sat, 14 Mar 2015 15:10:31 +0900
8812
+ From: from@example.com
8813
+ To: user2@example.com
8814
+ Message-ID: <5503d0d78a4e5_126f93ff6884602086752f@mbpA1502.local.mail>
8815
+ Subject: Request confirmation
8816
+ Mime-Version: 1.0
8817
+ Content-Type: multipart/alternative;
8818
+ boundary="--==_mimepart_5503d0d789eb3_126f93ff68846020867430";
8819
+ charset=UTF-8
8820
+ Content-Transfer-Encoding: 7bit
8821
+
8822
+
8823
+ ----==_mimepart_5503d0d789eb3_126f93ff68846020867430
8824
+ Content-Type: text/plain;
8825
+ charset=UTF-8
8826
+ Content-Transfer-Encoding: 7bit
8827
+
8828
+ Plese confirm your email
8829
+
8830
+ http://www.example.com/confirmations/e83b93328d7b973998785ae3e8acc20b4601f695e81bdcc1fd17e195e81c2bff
8831
+
8832
+
8833
+ ----==_mimepart_5503d0d789eb3_126f93ff68846020867430
8834
+ Content-Type: text/html;
8835
+ charset=UTF-8
8836
+ Content-Transfer-Encoding: 7bit
8837
+
8838
+ <p>Plese confirm your email</p><p><a href="http://www.example.com/confirmations/e83b93328d7b973998785ae3e8acc20b4601f695e81bdcc1fd17e195e81c2bff">confirm</a></p>
8839
+
8840
+ ----==_mimepart_5503d0d789eb3_126f93ff68846020867430--
8841
+
8842
+ Completed 302 Found in 13ms (ActiveRecord: 0.9ms)
8843
+ Started GET "/" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8844
+ Processing by Nyauth::SessionsController#new as HTML
8845
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.0ms)
8846
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
8847
+ Started GET "/confirmations/e83b93328d7b973998785ae3e8acc20b4601f695e81bdcc1fd17e195e81c2bff" for 127.0.0.1 at 2015-03-14 18:10:31 +0900
8848
+ Processing by Nyauth::ConfirmationsController#update as HTML
8849
+ Parameters: {"confirmation_key"=>"e83b93328d7b973998785ae3e8acc20b4601f695e81bdcc1fd17e195e81c2bff"}
8850
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_key" = ? LIMIT 1 [["confirmation_key", "e83b93328d7b973998785ae3e8acc20b4601f695e81bdcc1fd17e195e81c2bff"]]
8851
+  (0.0ms) begin transaction
8852
+  (0.0ms) rollback transaction
8853
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmations/edit.html.slim within layouts/application (0.0ms)
8854
+ Completed 200 OK in 0ms (Views: 7.3ms | ActiveRecord: 0.0ms)
8855
+  (1.0ms) DELETE FROM "users";
8856
+  (0.1ms) begin transaction
8857
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Jaime Mills"], ["password_salt", "4167e8a2b5e44acae39d3aef371b8b1e400cd124db1d5a6ad25cd0a3fbfcc8781f58e38263ef6f376bb3cb687260e8b92ad55877eead1b46c0298c15b733bfa9646f65ca74216257c28b6fdd21a471e51df281b3d6a9ad0767504c2361c1edfc8e9d6c42aa67c6398053c9495f8ff78b81487869e70ad21d85987b4368b5d5d3"], ["password_digest", "b0839ec547032af00c7f5c3a4b542b5e79a2bf69af4d23123a245ecb98f24273"], ["created_at", "2015-03-14 06:10:31.600817"], ["updated_at", "2015-03-14 06:10:31.600817"]]
8858
+  (0.6ms) commit transaction
8859
+ Started GET "/new_password_requests/new" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8860
+ Processing by Nyauth::NewPasswordRequestsController#new as HTML
8861
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_password_requests/new.html.slim within layouts/application (3.8ms)
8862
+ Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)
8863
+ Started POST "/new_password_requests" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8864
+ Processing by Nyauth::NewPasswordRequestsController#create as HTML
8865
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com"}, "commit"=>"request new password"}
8866
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user1@example.com"]]
8867
+  (0.1ms) begin transaction
8868
+ SQL (0.4ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "fdc761fd4abd1fe9426d3083caec629191df531e6680188e83e64674e18ae1a3"], ["new_password_key_expired_at", "2015-03-14 07:10:31.630658"], ["updated_at", "2015-03-14 06:10:31.631812"], ["id", 534]]
8869
+  (0.6ms) commit transaction
8870
+ Redirected to http://www.example.com/
8871
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.html.slim within layouts/nyauth/mailer (4.9ms)
8872
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.text.erb within layouts/nyauth/mailer (2.1ms)
8873
+
8874
+ Nyauth::UserMailer#request_new_password: processed outbound mail in 29.5ms
8875
+
8876
+ Sent mail to user1@example.com (2.3ms)
8877
+ Date: Sat, 14 Mar 2015 15:10:31 +0900
8878
+ From: from@example.com
8879
+ To: user1@example.com
8880
+ Message-ID: <5503d0d7a3a9e_126f93ff688460208677ed@mbpA1502.local.mail>
8881
+ Subject: Request new password
8882
+ Mime-Version: 1.0
8883
+ Content-Type: multipart/alternative;
8884
+ boundary="--==_mimepart_5503d0d7a344c_126f93ff68846020867629";
8885
+ charset=UTF-8
8886
+ Content-Transfer-Encoding: 7bit
8887
+
8888
+
8889
+ ----==_mimepart_5503d0d7a344c_126f93ff68846020867629
8890
+ Content-Type: text/plain;
8891
+ charset=UTF-8
8892
+ Content-Transfer-Encoding: 7bit
8893
+
8894
+ Plese set your new password
8895
+
8896
+ http://www.example.com/new_passwords/fdc761fd4abd1fe9426d3083caec629191df531e6680188e83e64674e18ae1a3/edit
8897
+
8898
+
8899
+ ----==_mimepart_5503d0d7a344c_126f93ff68846020867629
8900
+ Content-Type: text/html;
8901
+ charset=UTF-8
8902
+ Content-Transfer-Encoding: 7bit
8903
+
8904
+ <p>Plese set your new password</p><p><a href="http://www.example.com/new_passwords/fdc761fd4abd1fe9426d3083caec629191df531e6680188e83e64674e18ae1a3/edit">set new password</a></p>
8905
+
8906
+ ----==_mimepart_5503d0d7a344c_126f93ff68846020867629--
8907
+
8908
+ Completed 302 Found in 42ms (ActiveRecord: 1.3ms)
8909
+ Started GET "/" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8910
+ Processing by Nyauth::SessionsController#new as HTML
8911
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.2ms)
8912
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
8913
+ Started GET "/new_passwords/fdc761fd4abd1fe9426d3083caec629191df531e6680188e83e64674e18ae1a3/edit" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8914
+ Processing by Nyauth::NewPasswordsController#edit as HTML
8915
+ Parameters: {"new_password_key"=>"[FILTERED]"}
8916
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "fdc761fd4abd1fe9426d3083caec629191df531e6680188e83e64674e18ae1a3"]]
8917
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_passwords/edit.html.slim within layouts/application (4.1ms)
8918
+ Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.2ms)
8919
+ Started PATCH "/new_passwords/fdc761fd4abd1fe9426d3083caec629191df531e6680188e83e64674e18ae1a3" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8920
+ Processing by Nyauth::NewPasswordsController#update as HTML
8921
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "new_password_key"=>"[FILTERED]"}
8922
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "fdc761fd4abd1fe9426d3083caec629191df531e6680188e83e64674e18ae1a3"]]
8923
+  (0.0ms) begin transaction
8924
+ SQL (0.3ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "new_password_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "53419c7e1c769ff896a8623c73d2131c6f11136664c1256d66ec33b0db9b78db96f8ecc7b142d205e10815745ee6a5fdd4a70fc4c9633bfe8a527717613f8ef279015f6927ed33893a41abdbfb101529091a20c5aef182e510068f73026d19844fd42aa308b1fb09c0ceb84d809fea726d7a1c5dacabde50bf06ccf2f6eebbf9878"], ["password_digest", "2ff197d8d2937dd0aa85684c04f3bc40a45ed0f72f766bcd697aff108ac2851c"], ["new_password_key", nil], ["updated_at", "2015-03-14 06:10:31.704891"], ["id", 534]]
8925
+  (0.6ms) commit transaction
8926
+ Redirected to http://www.example.com/session/new
8927
+ Completed 302 Found in 16ms (ActiveRecord: 1.1ms)
8928
+ Started GET "/session/new" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8929
+ Processing by Nyauth::SessionsController#new as HTML
8930
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.2ms)
8931
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
8932
+  (0.8ms) DELETE FROM "users";
8933
+  (0.1ms) begin transaction
8934
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Jacquelyn Armstrong"], ["password_salt", "2aae8462f5489f661630ffa001e8fefc43543275b902ec70eabc19c1cc26f6cddbd7a0816f55dd0e938f13a88fa4df44ac58603808f52aa9afdd56401636aa76557f73f9927a3f9e2aa98be38fcd32fdcf978fde92764154f4b6edef529809b9ca900276cb781ee8da576280b10b289a4fc1f1f576fe25a4f587ca9c812d4740"], ["password_digest", "5a6908f34f74e8edb24c124a56f4a15c9aab2fc78f79083253b5d67c0b7097c7"], ["created_at", "2015-03-14 06:10:31.730203"], ["updated_at", "2015-03-14 06:10:31.730203"]]
8935
+  (0.6ms) commit transaction
8936
+ Started GET "/new_password_requests/new" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8937
+ Processing by Nyauth::NewPasswordRequestsController#new as HTML
8938
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_password_requests/new.html.slim within layouts/application (0.9ms)
8939
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
8940
+ Started POST "/new_password_requests" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8941
+ Processing by Nyauth::NewPasswordRequestsController#create as HTML
8942
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user2@example.com"}, "commit"=>"request new password"}
8943
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "user2@example.com"]]
8944
+  (0.0ms) begin transaction
8945
+ SQL (0.2ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "26aeb0e19656df6b78fda13ad18bc51036816131bda3ff73e14345363dc9cab9"], ["new_password_key_expired_at", "2015-03-14 07:10:31.741964"], ["updated_at", "2015-03-14 06:10:31.742523"], ["id", 535]]
8946
+  (0.5ms) commit transaction
8947
+ Redirected to http://www.example.com/
8948
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.html.slim within layouts/nyauth/mailer (2.6ms)
8949
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.text.erb within layouts/nyauth/mailer (1.8ms)
8950
+
8951
+ Nyauth::UserMailer#request_new_password: processed outbound mail in 6.3ms
8952
+
8953
+ Sent mail to user2@example.com (3.0ms)
8954
+ Date: Sat, 14 Mar 2015 15:10:31 +0900
8955
+ From: from@example.com
8956
+ To: user2@example.com
8957
+ Message-ID: <5503d0d7b7c54_126f93ff68846020867923@mbpA1502.local.mail>
8958
+ Subject: Request new password
8959
+ Mime-Version: 1.0
8960
+ Content-Type: multipart/alternative;
8961
+ boundary="--==_mimepart_5503d0d7b7566_126f93ff68846020867896";
8962
+ charset=UTF-8
8963
+ Content-Transfer-Encoding: 7bit
8964
+
8965
+
8966
+ ----==_mimepart_5503d0d7b7566_126f93ff68846020867896
8967
+ Content-Type: text/plain;
8968
+ charset=UTF-8
8969
+ Content-Transfer-Encoding: 7bit
8970
+
8971
+ Plese set your new password
8972
+
8973
+ http://www.example.com/new_passwords/26aeb0e19656df6b78fda13ad18bc51036816131bda3ff73e14345363dc9cab9/edit
8974
+
8975
+
8976
+ ----==_mimepart_5503d0d7b7566_126f93ff68846020867896
8977
+ Content-Type: text/html;
8978
+ charset=UTF-8
8979
+ Content-Transfer-Encoding: 7bit
8980
+
8981
+ <p>Plese set your new password</p><p><a href="http://www.example.com/new_passwords/26aeb0e19656df6b78fda13ad18bc51036816131bda3ff73e14345363dc9cab9/edit">set new password</a></p>
8982
+
8983
+ ----==_mimepart_5503d0d7b7566_126f93ff68846020867896--
8984
+
8985
+ Completed 302 Found in 14ms (ActiveRecord: 0.8ms)
8986
+ Started GET "/" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
8987
+ Processing by Nyauth::SessionsController#new as HTML
8988
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.3ms)
8989
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
8990
+ Started GET "/new_passwords/26aeb0e19656df6b78fda13ad18bc51036816131bda3ff73e14345363dc9cab9/edit" for 127.0.0.1 at 2015-03-14 18:10:31 +0900
8991
+ Processing by Nyauth::NewPasswordsController#edit as HTML
8992
+ Parameters: {"new_password_key"=>"[FILTERED]"}
8993
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "26aeb0e19656df6b78fda13ad18bc51036816131bda3ff73e14345363dc9cab9"]]
8994
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_passwords/edit.html.slim within layouts/application (0.0ms)
8995
+ Completed 200 OK in 0ms (Views: 2.3ms | ActiveRecord: 0.0ms)
8996
+ Started PATCH "/new_passwords/26aeb0e19656df6b78fda13ad18bc51036816131bda3ff73e14345363dc9cab9" for 127.0.0.1 at 2015-03-14 18:10:31 +0900
8997
+ Processing by Nyauth::NewPasswordsController#update as HTML
8998
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "new_password_key"=>"[FILTERED]"}
8999
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."new_password_key" = ? LIMIT 1 [["new_password_key", "26aeb0e19656df6b78fda13ad18bc51036816131bda3ff73e14345363dc9cab9"]]
9000
+  (0.0ms) begin transaction
9001
+  (0.0ms) rollback transaction
9002
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/new_passwords/edit.html.slim within layouts/application (0.0ms)
9003
+ Completed 200 OK in 0ms (Views: 3.2ms | ActiveRecord: 0.0ms)
9004
+  (0.9ms) DELETE FROM "users";
9005
+  (0.1ms) begin transaction
9006
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Ms. Darryl Morissette"], ["password_salt", "8df94c74dd1f7a8e3f7150a38f2fcc0863aac4b067d23ccb0ce957fa7ced90c97b92825f958aa3902f3e8aaffea01d38075b892ac15824f7f7b7dbd8299492496e2f294603d4189c07cf49aebc5d0d765af05249ad7adcf2e43364fceb5566d1aff363eb5b75b5ef41761873033a4cfaefab1b7b1578adab1a99ad66f5f1971b"], ["password_digest", "02a9a7c2405650c7db011cffbe8fc77ff1d4a7e0e45725111279321e79d62fa1"], ["created_at", "2015-03-14 06:10:31.799369"], ["updated_at", "2015-03-14 06:10:31.799369"]]
9007
+  (0.7ms) commit transaction
9008
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9009
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9010
+ Started GET "/rack_session" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9011
+ Started GET "/password/edit" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9012
+ Processing by Nyauth::PasswordsController#edit as HTML
9013
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 536]]
9014
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 536]]
9015
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.slim within layouts/application (5.8ms)
9016
+ Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.2ms)
9017
+ Started PATCH "/password" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9018
+ Processing by Nyauth::PasswordsController#update as HTML
9019
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"}
9020
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 536]]
9021
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 536]]
9022
+  (0.1ms) begin transaction
9023
+ SQL (0.4ms) UPDATE "users" SET "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["password_salt", "53648a8054c14db51cd027092d89400cf40311ac05c6cc662527659ceea6b7b8e692302b5307052fa236cc38f209ffa76cbdd1ac2150b468ac102c89c7797f36d33e35f237ebeae23a13c65cb9c0680b99963def83af5d3013c940471ab936aec6a5e2c76435574469362ead14ee7b13c4aee4d1389fd7f1ed755644166b9f79ebb"], ["password_digest", "48757fa100d9e43b75e0b1822dff192d1c17164a58385824923ec66344a3de1c"], ["updated_at", "2015-03-14 06:10:31.847369"], ["id", 536]]
9024
+  (0.6ms) commit transaction
9025
+ Redirected to http://www.example.com/
9026
+ Completed 302 Found in 15ms (ActiveRecord: 1.3ms)
9027
+ Started GET "/" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9028
+ Processing by Nyauth::SessionsController#new as HTML
9029
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.4ms)
9030
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
9031
+  (0.8ms) DELETE FROM "users";
9032
+  (0.1ms) begin transaction
9033
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Brenda Hammes DVM"], ["password_salt", "eeb22f1767f153feaf9b3857e6f10d74e784550c0d8440d27c23a367e366382e628acd31c435881612675cc535fcfc372b6ab94197930d447ee1f46a1657308382e1cf00b149320cab4241551a05f51a866823d379d4a762fca4a5c101fe391507e2bc813b52a6a43e6b4c7e49bc753217d6e041d295c4020ab82d66e9d90f42"], ["password_digest", "7c409a4318746af0678504deb623b79c40f9637cdd65e175587be13d50482a63"], ["created_at", "2015-03-14 06:10:31.866313"], ["updated_at", "2015-03-14 06:10:31.866313"]]
9034
+  (0.6ms) commit transaction
9035
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9036
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9037
+ Started GET "/rack_session" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9038
+ Started GET "/password/edit" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9039
+ Processing by Nyauth::PasswordsController#edit as HTML
9040
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 537]]
9041
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 537]]
9042
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.slim within layouts/application (1.1ms)
9043
+ Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)
9044
+ Started PATCH "/password" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9045
+ Processing by Nyauth::PasswordsController#update as HTML
9046
+ Parameters: {"utf8"=>"✓", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update"}
9047
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 537]]
9048
+ User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 537]]
9049
+  (0.0ms) begin transaction
9050
+  (0.0ms) rollback transaction
9051
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.slim within layouts/application (2.7ms)
9052
+ Completed 200 OK in 7ms (Views: 3.3ms | ActiveRecord: 0.2ms)
9053
+  (0.8ms) DELETE FROM "users";
9054
+ Started GET "/registration/new" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9055
+ Processing by Nyauth::RegistrationsController#new as HTML
9056
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.slim within layouts/application (4.3ms)
9057
+ Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)
9058
+ Started POST "/registration" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9059
+ Processing by Nyauth::RegistrationsController#create as HTML
9060
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
9061
+  (0.1ms) begin transaction
9062
+ SQL (0.4ms) INSERT INTO "users" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "user1@example.com"], ["password_salt", "5596753eb628a324e0103a2cd08f5474ac94b58c5593827cb9d5091bcad786e354cb0f7e2ae2866a07181f010d8e004fc010230802e2d5e8de7e4e4d22ce8e1dbb85cc015352c275af2641e9284f4301ccc53e8d06f7198f9659feae746242b7a60b4d895e4ce48ae0d4b8fbba5f50edb11f7047b1536ef91924659051381a15"], ["password_digest", "08f3d072797fb5714a379ba8cd860dfc3770551dda95ab17c99c71001acdb3e2"], ["created_at", "2015-03-14 06:10:31.935551"], ["updated_at", "2015-03-14 06:10:31.935551"]]
9063
+  (0.7ms) commit transaction
9064
+ Redirected to http://www.example.com/
9065
+ Completed 302 Found in 11ms (ActiveRecord: 1.2ms)
9066
+ Started GET "/" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9067
+ Processing by Nyauth::SessionsController#new as HTML
9068
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.4ms)
9069
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
9070
+  (0.9ms) DELETE FROM "users";
9071
+ Started GET "/registration/new" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9072
+ Processing by Nyauth::RegistrationsController#new as HTML
9073
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.slim within layouts/application (2.8ms)
9074
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
9075
+ Started POST "/registration" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9076
+ Processing by Nyauth::RegistrationsController#create as HTML
9077
+ Parameters: {"utf8"=>"✓", "user"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
9078
+  (0.1ms) begin transaction
9079
+  (0.0ms) rollback transaction
9080
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.slim within layouts/application (2.9ms)
9081
+ Completed 200 OK in 8ms (Views: 3.5ms | ActiveRecord: 0.1ms)
9082
+ Started GET "/session/new" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9083
+ Processing by Nyauth::SessionsController#new as HTML
9084
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
9085
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
9086
+  (0.1ms) begin transaction
9087
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Gregg Weimann"], ["password_salt", "60d83cf874d2b8d5033b172190b2c7375d1dcc66124126654dbb1a9c7f83d54e1c0d0b1ebcdb91aa40255ed5664909fd18f207007335125b7128210fbbceb626a06989985a8f8833db854df7afc8b3341a8d78d47f182a930073845bc2b1170e49ac36382da71109f17de04c0f3f0601427495e0014e39f93fa7901cfdb834f3"], ["password_digest", "f5350fde5fede7a1eb967ef311c3fadde95c71ada117236d90a2dc1b478d0c94"], ["created_at", "2015-03-14 06:10:31.986016"], ["updated_at", "2015-03-14 06:10:31.986016"]]
9088
+  (0.7ms) commit transaction
9089
+ Started POST "/session" for 127.0.0.1 at 2015-03-14 15:10:31 +0900
9090
+ Processing by Nyauth::SessionsController#create as HTML
9091
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"user1@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
9092
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "user1@example.com"]]
9093
+ Redirected to http://www.example.com/
9094
+ Completed 302 Found in 8ms (ActiveRecord: 0.2ms)
9095
+ Started GET "/" for 127.0.0.1 at 2015-03-14 15:10:32 +0900
9096
+ Processing by Nyauth::SessionsController#new as HTML
9097
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.8ms)
9098
+ Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
9099
+  (1.3ms) DELETE FROM "users";
9100
+ Started GET "/session/new" for 127.0.0.1 at 2015-03-14 15:10:32 +0900
9101
+ Processing by Nyauth::SessionsController#new as HTML
9102
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
9103
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
9104
+ Started POST "/session" for 127.0.0.1 at 2015-03-14 15:10:32 +0900
9105
+ Processing by Nyauth::SessionsController#create as HTML
9106
+ Parameters: {"utf8"=>"✓", "session_service"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
9107
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", ""]]
9108
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.1ms)
9109
+ Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)
9110
+  (0.1ms) begin transaction
9111
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Angelina Hamill"], ["password_salt", "11757c77146bd474ec3af35206170be3c88f3267121fec4c4fce5fbfeec0f849d9968447332381d54687e55f1ace281fd6ed001f99fc9d75335c86b854428f6720b27da1177242323e821bd2e5962f0873d622f7e261010f0806772b7e54373434c8bde368891313127a64ca86f049a5f2a368e50ad41b2017399f2f86872cdd"], ["password_digest", "ee129f4f1c518f997c005b6a80e4d0eac5d7114e46cf576531ce33fe8c0383f2"], ["created_at", "2015-03-14 06:10:32.033025"], ["updated_at", "2015-03-14 06:10:32.033025"]]
9112
+  (0.7ms) commit transaction
9113
+ Started GET "/rack_session/edit" for 127.0.0.1 at 2015-03-14 15:10:32 +0900
9114
+ Started PUT "/rack_session" for 127.0.0.1 at 2015-03-14 15:10:32 +0900
9115
+ Started GET "/rack_session" for 127.0.0.1 at 2015-03-14 15:10:32 +0900
9116
+ Started GET "/" for 127.0.0.1 at 2015-03-14 15:10:32 +0900
9117
+ Processing by Nyauth::SessionsController#new as HTML
9118
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.7ms)
9119
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
9120
+ Started DELETE "/session" for 127.0.0.1 at 2015-03-14 15:10:32 +0900
9121
+ Processing by Nyauth::SessionsController#destroy as HTML
9122
+ Redirected to http://www.example.com/
9123
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
9124
+ Started GET "/" for 127.0.0.1 at 2015-03-14 15:10:32 +0900
9125
+ Processing by Nyauth::SessionsController#new as HTML
9126
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.slim within layouts/application (1.2ms)
9127
+ Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
9128
+  (0.9ms) DELETE FROM "users";
9129
+  (0.1ms) begin transaction
9130
+ SQL (0.3ms) 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", "Alana Johns Jr."], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 07:10:32.077739"], ["password_salt", "63154ec02294285ada13a88031ee78b63bdb16589ab869a77043e234886170d79e6a4b75480ebeca42cd839c2d8f019a64a59b1321d0e5b02657ca55cb450af6c7eed195608903f2dd536b3004d05b558a93b21563342341767443e9bb8134d218d948d6d982635aa614edf62b708fcd8f765168388f6c74b38d632f0e3d605e"], ["password_digest", "54ffeb1b6f5a147c294f68c7967ad8fdd4cfe220db221dc3b91f51a313703ebf"], ["created_at", "2015-03-14 06:10:32.082135"], ["updated_at", "2015-03-14 06:10:32.082135"]]
9131
+  (0.6ms) commit transaction
9132
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.html.slim within layouts/nyauth/mailer (2.1ms)
9133
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (1.5ms)
9134
+
9135
+ Nyauth::UserMailer#request_confirmation: processed outbound mail in 5.7ms
9136
+  (1.0ms) DELETE FROM "users";
9137
+  (0.0ms) begin transaction
9138
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "new_password_key", "new_password_key_expired_at", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Alysson West"], ["new_password_key", "key"], ["new_password_key_expired_at", "2015-03-14 07:10:32.093236"], ["password_salt", "e587ae414be84504dab82cad149ffb6c8a8a65b59d4da1eee30e5f73e56e1ffe4f42b1958554dae396ba6f4e8b6b5daddc7e911490f70d48efe1d14df53fcca683198b57925ef8e9d49b54d7e7bc525bad0777c22c90b551c63d1f33449a0255a39dee8fc085feb2640af7fb4f476de58fc4e7890799f8ac2462609d0a1a7e8c"], ["password_digest", "1ac9c79572bb1a61feafd916a083c3d173bd5f7be136d701061b345ebdcdbbf1"], ["created_at", "2015-03-14 06:10:32.099446"], ["updated_at", "2015-03-14 06:10:32.099446"]]
9139
+  (0.7ms) commit transaction
9140
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.html.slim within layouts/nyauth/mailer (2.7ms)
9141
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/user_mailer/request_new_password.text.erb within layouts/nyauth/mailer (2.7ms)
9142
+
9143
+ Nyauth::UserMailer#request_new_password: processed outbound mail in 8.3ms
9144
+  (1.0ms) DELETE FROM "users";
9145
+  (0.1ms) begin transaction
9146
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user1@example.com"], ["nickname", "Wendell Klein"], ["password_salt", "3fd88042be2ab2a22555bd4cc89a7c75df5e4eb81399600cb0a4b797f9ff21347e206f9a7e6807f92cb9f350730bdb346e425b018e1a8ef49da869fbc407d1f5942c6b957f85202ad1645bb142875392f0c93952ac4d70325dd274748ed07984ec5944cb68842b9fee08f9b0e451f179c1e7518887979426affdf50d434adf17"], ["password_digest", "3687c3f00f427c255fc68a897d28244cc1480d516befa60384bc53bc42c97ef1"], ["created_at", "2015-03-14 06:10:32.119092"], ["updated_at", "2015-03-14 06:10:32.119092"]]
9147
+  (1.6ms) commit transaction
9148
+  (1.4ms) DELETE FROM "users";
9149
+  (0.1ms) begin transaction
9150
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user2@example.com"], ["nickname", "Coralie Marvin"], ["password_salt", "5ac1643336bee5e3d7872a3d54dd7e89ee68198ac089946f2e34d918d37795091559276802d5ac73b31c208aa76e8085eeb196b715a2cc6843d7a328fc4f4f3d07b7f546d290780a5ef032f4d8b532443ade3c572383b2c222295b62b554dbdc0ea859895bbe7bc177ba536c03751ac361ff980cf42c6d7a253d7e213e0ab6b4"], ["password_digest", "42c3ca70bea866a189a53efc1dcaf3c21a89a14f6b10abaebabbb2aec01ef791"], ["created_at", "2015-03-14 06:10:32.134413"], ["updated_at", "2015-03-14 06:10:32.134413"]]
9151
+  (0.7ms) commit transaction
9152
+  (0.8ms) DELETE FROM "users";
9153
+  (0.0ms) begin transaction
9154
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user3@example.com"], ["nickname", "Brent Romaguera"], ["password_salt", "b2aa971fca45def60699669a4962c805b9f51448402c7bca8d745f32be56bebeb22557ceb2dd263d553689674fec3ae91b40fd3dfce8ecdfd6bc9c9dc4c89bbcdc3b14013bfa8e5dc8d306f848bfdf4711d4d8486e21bacafba40041ba87dd4315871bf6227155a724e0161a7bef04bcabdfa5657514942ce941d1c99a74a76c"], ["password_digest", "a8c05faed55f1bd7c8f2b4d113b4e99e2c57efdd36761d4e62bdbc18059a0964"], ["created_at", "2015-03-14 06:10:32.149259"], ["updated_at", "2015-03-14 06:10:32.149259"]]
9155
+  (0.6ms) commit transaction
9156
+  (0.8ms) DELETE FROM "users";
9157
+  (0.1ms) begin transaction
9158
+ SQL (0.8ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Rosa Willms II"], ["password_salt", "6fee347c762f9d6d729702ba68328a1ade17d53bf8d619b0c3fa0d1764f7b4f42ed61e80ba7c22a2791f83050a6ff2389f1de21bbefdf1a40a71c73e7581266b75426e8b1a024c081af3970e27991f6b0de50ac854f0956e6869d7228a5e2ce21a67e8e148dd1838b1b0877e4e5bfbecadf03ad724d2279564e3a31b48a91c39"], ["password_digest", "a13e0503c06217d897a4deda32344e83b3bf0cb03ffdcd64b48b49a372556e40"], ["created_at", "2015-03-14 06:10:32.170063"], ["updated_at", "2015-03-14 06:10:32.170063"]]
9159
+  (1.1ms) commit transaction
9160
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]
9161
+  (0.8ms) DELETE FROM "users";
9162
+  (0.0ms) begin transaction
9163
+ SQL (0.2ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Lillian Hettinger"], ["password_salt", "24d727457167d835fb72456c6fb5f6ce0e9b2c645b46eccaec298a8ca3732f171f2aca81729237acfa0a455ee4c76189f087e8dfe29a350576729a41f07d7edf93facabf7bd6e2e295c843e2ceb6f227fd159f007bf5d9bbe339cb5f5959138d5b34b1a80b2f897717bb350c6a4a2952c676feee70600a758ae5166e10e2c578"], ["password_digest", "9cdd38b6ab4da0191cc1cd644395b52687b6c3e0f96fdcd547c046133aaf4ed0"], ["created_at", "2015-03-14 06:10:32.190941"], ["updated_at", "2015-03-14 06:10:32.190941"]]
9164
+  (0.6ms) commit transaction
9165
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "correct@example.com"]]
9166
+  (0.9ms) DELETE FROM "users";
9167
+  (0.0ms) begin transaction
9168
+ SQL (0.4ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Arely Morar"], ["password_salt", "0135333599afc73741957da2e164cc47c24e3d222b9f086196f483e7f4d0a02ba28b5cabda9169567bf76a0d4aa0f3c919916b99c0453e428b9316b05f4a805c79d50d8d87feac192877d721f5b1932d0bedae3623e9f156a832c3f4b3242e6d0caaf82a3a3e00460f62680f4fd35502dbf7263558583dba7f43b78000333525"], ["password_digest", "195f828168241c8b7cba194f8be4a3b21b6c606451d4e6e7d68f0a5741aa44c3"], ["created_at", "2015-03-14 06:10:32.205738"], ["updated_at", "2015-03-14 06:10:32.205738"]]
9169
+  (1.5ms) commit transaction
9170
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]
9171
+  (1.1ms) DELETE FROM "users";
9172
+  (0.2ms) begin transaction
9173
+ SQL (0.3ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "correct@example.com"], ["nickname", "Alessandro Oberbrunner PhD"], ["password_salt", "f59149726dc79fbb934bd158e3f349e259db9849409bcad6fadec875eb42812485a2608580548e18440bc2df7b7e16f63be7bb89affc32f5b16f74b58bec3b1fec6a24c2f1fd0f5371ad3bd550543a30fdc438a1a1de3d2e46eab69cc868261a901cb4f6993ebeb95eb3625ea95862bec603bc30dd63651a563cb0b2dd496012"], ["password_digest", "b9fd6927f546dbd5cf1c2356be7d61666959b55bc2f36bc0f9df11372d8e379b"], ["created_at", "2015-03-14 06:10:32.220236"], ["updated_at", "2015-03-14 06:10:32.220236"]]
9174
+  (0.5ms) commit transaction
9175
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "wrong@example.com"]]
9176
+  (0.5ms) DELETE FROM "users";
9177
+  (0.1ms) begin transaction
9178
+ 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", "Ephraim Gorczany"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 07:10:32.225557"], ["password_salt", "96fabd3c295cad2d43eb5ddf3e0aef62254fa416c066fc343beb61721c0ecf0a3347466ea29f33c47ca696060e68e51ddcae06dd2d586257f0ee84fa3b4bdc2cfca755badf14f5f1926c6f2c8d4ecc5d9097c28daf1134242f38544737b53335509377cab9726195d91985ff3c1e1e1680ba5c87452bd1e213720df0715e956d"], ["password_digest", "d3f102c4b6b6d6733b4b579b185ac5d1487063371141b682854118a84890026c"], ["created_at", "2015-03-14 06:10:32.229772"], ["updated_at", "2015-03-14 06:10:32.229772"]]
9179
+  (0.6ms) commit transaction
9180
+  (0.0ms) begin transaction
9181
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 06:10:32.231757"], ["password_salt", "550639b6dc5d202f61d79c2085c098d64804477bc06c6de29ce7c0ebe7189aee8a35cdda44f3f9cf5b3dd0d122d0224b05531b2543f81c4a99c3fb26fe613bbf3ffd90bc46e880a6cf942c7944a09227b61e04d4e1f9fdbdef0750b448941663db785d37898821a01916904ef69256baa996a8f26402206efab05a38aa21cb66829"], ["password_digest", "2e9cb09901bde0eb83ef76259becd7ca63ac6d609609dfe01180df2bfb65dfdc"], ["confirmation_key", nil], ["updated_at", "2015-03-14 06:10:32.231757"], ["id", 550]]
9182
+  (0.0ms) commit transaction
9183
+  (0.8ms) DELETE FROM "users";
9184
+  (0.1ms) begin transaction
9185
+ SQL (0.2ms) 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", "Sean Herzog DDS"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 07:10:32.243191"], ["password_salt", "f701540a4a22e3e6da5055583f34c144a198530e2e79eb0beb72ae2c98815c85818dffbaf79a8bb4fc0dd76732f322579c5fe77a3502559c06ee1f0ea1db4083ce2078ad7ad18cf885a2fd49b70cec3420f6bbe4c065149ddb81ea12e19283eb609165ccf59e642fee750a4453f851ded7489811f709c16c9b344fd2e373c0b0"], ["password_digest", "b07e187e70afd8253c09a195abe4f5be924b1d36a2ca95f2aef3c1b3349ba39d"], ["created_at", "2015-03-14 06:10:32.247707"], ["updated_at", "2015-03-14 06:10:32.247707"]]
9186
+  (0.5ms) commit transaction
9187
+  (0.0ms) begin transaction
9188
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 06:10:32.249553"], ["password_salt", "551a6f3928766ee81d410d07c917aef62ee626d4f30b9e45b5511e96de6a308fd4db82076b72ce538d56fa55d6032e98dca6322616a3fa9fd7e0d33e44fe1ec7a7396d38415f449fa31baf9130ae9db24d3d3690260657ce1fad3991a54e75de4ed71cf25bd82364923261dddf40121291bc2468832fd36142cbd39577dbd873838"], ["password_digest", "167128b409baa3d4c92be25f8217443968ac37834136da3334ae2084a5a81041"], ["confirmation_key", nil], ["updated_at", "2015-03-14 06:10:32.249553"], ["id", 551]]
9189
+  (0.0ms) commit transaction
9190
+  (1.3ms) DELETE FROM "users";
9191
+  (0.1ms) begin transaction
9192
+ 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", "Megane Gibson"], ["confirmation_key", "key"], ["confirmation_key_expired_at", "2015-03-14 07:10:32.263514"], ["password_salt", "88efd66d4804f616d40858c279d4772d2780dfe95ef57ccbb9392a7e42631f55560dc66bd39c39b80560ce88ad019d260b855ffd864d6a8bed6f2a6f608649bf38877d11eaf8f34843e1515e4356df09e3c27acb7296243fb0d30a8b409b2de3a7cd805b5caccc715d0e6fd249ddd18c10a34c186c0851019b204e9e7708c55c"], ["password_digest", "08c9e7bf3158ebb950e2b9e064ea9374201cdf83ff96745a0afaf91ae4956528"], ["created_at", "2015-03-14 06:10:32.268895"], ["updated_at", "2015-03-14 06:10:32.268895"]]
9193
+  (0.7ms) commit transaction
9194
+  (0.0ms) begin transaction
9195
+ SQL (0.0ms) UPDATE "users" SET "confirmed_at" = ?, "password_salt" = ?, "password_digest" = ?, "confirmation_key" = ?, "updated_at" = ? WHERE "users"."id" = ? [["confirmed_at", "2015-03-14 06:10:32.271389"], ["password_salt", "5525f1a395cba55dafbd06ba5d840101c71cb72b2ddf06a820b307323c0ba351e1f081f2983be4c4e32846edc08ef96c2a2679dbe8502d65d3914e832daa21762e536be81c216d39cd1d1ed9dcfcfb739b4891845a23fb48d7b20764929129030b9b0969284e1afd9cb69fb00888b7bd7c80db786203fdb21bd1039cee63c358f1a"], ["password_digest", "b7eb45caeb1e67d6eee0dac5f4f5f145d1605f464ef30eec32763d223e3d41fe"], ["confirmation_key", nil], ["updated_at", "2015-03-14 06:10:32.271389"], ["id", 552]]
9196
+  (0.0ms) commit transaction
9197
+  (0.7ms) DELETE FROM "users";
9198
+  (0.1ms) begin transaction
9199
+ SQL (1.0ms) INSERT INTO "users" ("email", "nickname", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "user7@example.com"], ["nickname", "Rowland Nitzsche"], ["password_salt", "49be2b7524888efc067387221eb63a08745c6713422ed7a8c5fc2da926163f86c2d8d08942aa290fdc08006e0bb93ec5ecfb14ee9d62964e492056d6820ab08183640aebc2e17b9a21401f7fc188527fecc899e6d30363ebdd72933256d052cbb09fa684749a4939d46ae6e954cad0edf576ed7772a01dd4a7b2591fd2bc0480"], ["password_digest", "77c3198017b5755416473d5625df92fbd83dbcf7cd2f391e652c8d26855ae176"], ["created_at", "2015-03-14 06:10:32.289823"], ["updated_at", "2015-03-14 06:10:32.289823"]]
9200
+  (0.9ms) commit transaction
9201
+  (0.1ms) begin transaction
9202
+ SQL (0.4ms) UPDATE "users" SET "new_password_key" = ?, "new_password_key_expired_at" = ?, "password_salt" = ?, "password_digest" = ?, "updated_at" = ? WHERE "users"."id" = ? [["new_password_key", "e8e395a2375755d946a949131f50506b0abda5236b98cc5d0427005e7867c30a"], ["new_password_key_expired_at", "2015-03-14 07:10:32.294600"], ["password_salt", "553b1dffc6a3afc567165751da70e30e1eeec13c940eb5096cde5b64af3e7c4aa05e0ba2975a85c556b2cd54cfea4be4a2248b72b18af3ead59576f05f706fce315457a387b4704ea13f6b91bf34cc74a911af838a7874e6cc870a4f564571c0d9926751b412789fadaf3e009d1b5d4f9bd32bf1b461e964d20400c8f03b7d927f6"], ["password_digest", "c114ede93c07b78026e1026e8773f2f4368027b6f74fa4a3b398d2fa51539d2a"], ["updated_at", "2015-03-14 06:10:32.300598"], ["id", 553]]
9203
+  (0.7ms) commit transaction
9204
+  (0.7ms) DELETE FROM "users";