nyauth 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +30 -11
  3. data/app/controllers/concerns/nyauth/client_concern.rb +0 -12
  4. data/app/controllers/concerns/nyauth/session_concern.rb +4 -2
  5. data/app/controllers/nyauth/confirmation_requests_controller.rb +2 -1
  6. data/app/controllers/nyauth/reset_password_requests_controller.rb +2 -1
  7. data/app/views/nyauth/confirmation_requests/new.html.erb +6 -2
  8. data/app/views/nyauth/confirmations/edit.html.erb +3 -1
  9. data/app/views/nyauth/passwords/edit.html.erb +11 -4
  10. data/app/views/nyauth/registrations/new.html.erb +16 -5
  11. data/app/views/nyauth/reset_password_requests/new.html.erb +6 -2
  12. data/app/views/nyauth/reset_passwords/edit.html.erb +11 -4
  13. data/app/views/nyauth/sessions/new.html.erb +26 -4
  14. data/config/locales/en.yml +17 -0
  15. data/config/locales/ja.yml +17 -0
  16. data/lib/generators/nyauth/templates/nyauth_install_initializer.rb +1 -0
  17. data/lib/nyauth/configuration.rb +3 -1
  18. data/lib/nyauth/version.rb +1 -1
  19. data/spec/dummy/app/controllers/secret_pages_controller.rb +3 -0
  20. data/spec/dummy/app/views/layouts/application.html.erb +5 -4
  21. data/spec/dummy/app/views/pages/index.html.erb +1 -0
  22. data/spec/dummy/app/views/secret_pages/show.html.erb +16 -0
  23. data/spec/dummy/config/routes.rb +1 -1
  24. data/spec/dummy/db/development.sqlite3 +0 -0
  25. data/spec/dummy/db/test.sqlite3 +0 -0
  26. data/spec/dummy/log/development.log +1565 -0
  27. data/spec/dummy/log/test.log +13691 -0
  28. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/2NBqGhntP-vkXcqELAsDTzmnheGw93xJN_VGA0pgaRE.cache +2 -0
  29. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +2 -0
  30. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/7PsmVUbUntxOpqpWdEwUU4-Vch3oiySq_JGxTbJ5PpY.cache +1 -0
  31. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/9ZmbprB8JTP8NcS2v6ybrL-s1igpVDmvrecDQ4EoT98.cache +1 -0
  32. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/9i_17ApHgLHXHlwXbU9QEfNrNMgVPjAoAk0EfGS-cWw.cache +1 -0
  33. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/AGwGz3BSkc6R8VNuXsktaud9VfwJJKExEOkMfRgl5gs.cache +0 -0
  34. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/CNXGLOU1u3FFzGFDMg_4iNcdCDd2iAmoOaiRROni8Tk.cache +2 -0
  35. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/IWK3eA3Xg7xhMT1dZKZVm3upMCwIJ0SQ9OSvgr5EQSQ.cache +1 -0
  36. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/KMlhnvtwFQuyaaZ195Lj0w5MK5NNri6jl69DuQoTAE4.cache +1 -0
  37. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/M7oa-ssP0ThBOv3o2FcsdNgXY3vxnpfs-rW3tIOkwkU.cache +2 -0
  38. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/Mtcj1AvQERunaFbrg0NFwhWrp4x9xeiPyIOk6-0MbFY.cache +1 -0
  39. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +3 -0
  40. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/TCPOmqTgyNFovZmHXHUPPumf8jHDXCMHIu91bxyq_qM.cache +1 -0
  41. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/TsqcIsRVwdzA3lX08Qq7drAL4zLsBcHhTmvYA0iYlFg.cache +0 -0
  42. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/U99dHIig7_F_E5FAiaD3KbJB48rLrPrdk7UMoFBZtUE.cache +1 -0
  43. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/XuYgzNIa4BPGLEWP7iJYh1iWKGXYBhpo1klyENS2YaU.cache +0 -0
  44. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/hZ2TcST6QnJ8TDpZyPBNxtk7UDcicV2wNr1w45WT-nc.cache +0 -0
  45. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/j1T-PJkAzqG60b8uyQJuze9TkQ9rCNkZaDDyFBNgOxs.cache +0 -0
  46. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/nFnIur4O1YIyM8EzA8Qe0RoJLQ0pgsYdum1MnIENOyg.cache +0 -0
  47. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/rZS2dSuZR3CGbChyMtQnJmfrHS-eYItGdlz8HLRVRP4.cache +0 -0
  48. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/vwm1k9Bq-HwABJMegaJmccXR8JXBcp7a46peIjalZug.cache +1 -0
  49. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/xNxWjlD2nQ_nHrl6FvGZ5mhn4F5A5XJAlz029Se49y4.cache +2 -0
  50. data/spec/dummy/tmp/cache/assets/test/sprockets/v3.0/xwVAR1lusWTxEOYWi4lpQKQqP7gDm7juRZ4ClCEBR00.cache +1 -0
  51. data/spec/featrues/nyauth/confirmation_requests_spec.rb +2 -2
  52. data/spec/featrues/nyauth/passwords_spec.rb +2 -2
  53. data/spec/featrues/nyauth/registrations_spec.rb +2 -2
  54. data/spec/featrues/nyauth/reset_password_requests_spec.rb +3 -3
  55. data/spec/featrues/nyauth/sessions_spec.rb +10 -9
  56. data/spec/lib/generators/nyauth/tmp/app/views/nyauth/confirmation_requests/new.html.erb +6 -2
  57. data/spec/lib/generators/nyauth/tmp/app/views/nyauth/confirmations/edit.html.erb +3 -1
  58. data/spec/lib/generators/nyauth/tmp/app/views/nyauth/passwords/edit.html.erb +11 -4
  59. data/spec/lib/generators/nyauth/tmp/app/views/nyauth/registrations/new.html.erb +16 -5
  60. data/spec/lib/generators/nyauth/tmp/app/views/nyauth/reset_password_requests/new.html.erb +6 -2
  61. data/spec/lib/generators/nyauth/tmp/app/views/nyauth/reset_passwords/edit.html.erb +11 -4
  62. data/spec/lib/generators/nyauth/tmp/app/views/nyauth/sessions/new.html.erb +26 -4
  63. metadata +53 -9
  64. data/spec/dummy/app/controllers/posts_controller.rb +0 -6
  65. data/spec/dummy/app/views/posts/index.html.erb +0 -0
  66. data/spec/dummy/tmp/pids/server.pid +0 -1
@@ -14323,3 +14323,1568 @@ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd81
14323
14323
 
14324
14324
 
14325
14325
  Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 22:52:49 +0900
14326
+
14327
+
14328
+ Started GET "/" for 127.0.0.1 at 2015-08-21 13:01:56 +0900
14329
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
14330
+ Processing by PagesController#index as HTML
14331
+ Rendered pages/index.html.erb within layouts/application (2.1ms)
14332
+ Completed 200 OK in 185ms (Views: 184.4ms | ActiveRecord: 0.0ms)
14333
+
14334
+
14335
+ Started GET "/" for 127.0.0.1 at 2015-08-21 13:01:57 +0900
14336
+ Processing by PagesController#index as HTML
14337
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
14338
+ Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms)
14339
+
14340
+
14341
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-21 13:01:57 +0900
14342
+
14343
+
14344
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-21 13:01:57 +0900
14345
+
14346
+
14347
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-21 13:01:59 +0900
14348
+ Processing by Nyauth::SessionsController#new as HTML
14349
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (18.5ms)
14350
+ Completed 200 OK in 44ms (Views: 35.7ms | ActiveRecord: 0.0ms)
14351
+
14352
+
14353
+ Started POST "/session" for 127.0.0.1 at 2015-08-21 13:03:02 +0900
14354
+ Processing by Nyauth::SessionsController#create as HTML
14355
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"aNpIk+JWYaDxEmwsKja3MMaNZXRDUX+DEv8LxMH7kzRpjL1pDYJwWIi2queGuBT8nAGn10zzOgpRAvnXbj1aXA==", "session"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
14356
+ User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
14357
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (5.5ms)
14358
+ Completed 200 OK in 320ms (Views: 26.7ms | ActiveRecord: 1.8ms)
14359
+
14360
+
14361
+ Started GET "/registration/new" for 127.0.0.1 at 2015-08-21 13:04:33 +0900
14362
+ Processing by Nyauth::RegistrationsController#new as HTML
14363
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (10.1ms)
14364
+ Completed 200 OK in 42ms (Views: 38.2ms | ActiveRecord: 0.0ms)
14365
+
14366
+
14367
+ Started GET "/registration/new" for 127.0.0.1 at 2015-08-21 13:04:35 +0900
14368
+ Processing by Nyauth::RegistrationsController#new as HTML
14369
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (5.0ms)
14370
+ Completed 200 OK in 24ms (Views: 24.0ms | ActiveRecord: 0.0ms)
14371
+
14372
+
14373
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-21 13:04:35 +0900
14374
+
14375
+
14376
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-21 13:04:35 +0900
14377
+
14378
+
14379
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-21 13:04:35 +0900
14380
+
14381
+
14382
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-21 13:04:35 +0900
14383
+
14384
+
14385
+ Started GET "/registration/new" for 127.0.0.1 at 2015-08-21 13:04:55 +0900
14386
+ Processing by Nyauth::RegistrationsController#new as HTML
14387
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (6.5ms)
14388
+ Completed 200 OK in 26ms (Views: 26.0ms | ActiveRecord: 0.0ms)
14389
+
14390
+
14391
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-21 13:04:55 +0900
14392
+
14393
+
14394
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-21 13:04:55 +0900
14395
+
14396
+
14397
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-21 13:04:55 +0900
14398
+
14399
+
14400
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-21 13:04:55 +0900
14401
+
14402
+
14403
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-21 13:05:15 +0900
14404
+ Processing by Nyauth::SessionsController#new as HTML
14405
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (7.5ms)
14406
+ Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.0ms)
14407
+
14408
+
14409
+ Started GET "/registration/new" for 127.0.0.1 at 2015-08-21 13:06:09 +0900
14410
+ Processing by Nyauth::RegistrationsController#new as HTML
14411
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (6.4ms)
14412
+ Completed 200 OK in 24ms (Views: 23.9ms | ActiveRecord: 0.0ms)
14413
+
14414
+
14415
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-21 13:06:09 +0900
14416
+
14417
+
14418
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-21 13:06:09 +0900
14419
+
14420
+
14421
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-21 13:06:09 +0900
14422
+
14423
+
14424
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-21 13:06:09 +0900
14425
+
14426
+
14427
+ Started POST "/session" for 127.0.0.1 at 2015-08-21 13:06:15 +0900
14428
+ Processing by Nyauth::SessionsController#create as HTML
14429
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"aNpIk+JWYaDxEmwsKja3MMaNZXRDUX+DEv8LxMH7kzRpjL1pDYJwWIi2queGuBT8nAGn10zzOgpRAvnXbj1aXA==", "session"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
14430
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
14431
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (5.1ms)
14432
+ Completed 200 OK in 35ms (Views: 21.4ms | ActiveRecord: 0.1ms)
14433
+
14434
+
14435
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-21 13:06:15 +0900
14436
+
14437
+
14438
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-21 13:06:15 +0900
14439
+
14440
+
14441
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-21 13:06:15 +0900
14442
+
14443
+
14444
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-21 13:06:15 +0900
14445
+
14446
+
14447
+ Started GET "/registration/new" for 127.0.0.1 at 2015-08-21 13:07:09 +0900
14448
+ Processing by Nyauth::RegistrationsController#new as HTML
14449
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (7.2ms)
14450
+ Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.0ms)
14451
+
14452
+
14453
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-08-21 14:12:08 +0900
14454
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
14455
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (7.1ms)
14456
+ Completed 200 OK in 31ms (Views: 28.8ms | ActiveRecord: 0.0ms)
14457
+
14458
+
14459
+ Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-21 14:12:10 +0900
14460
+ Processing by Nyauth::ConfirmationRequestsController#create as HTML
14461
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"TRDJ/ezu8p4/HmdRAwJXJpA8xgCdEBOr87njMQlnv/FMRjwHAzrjZka6oZqvjPTqyrAEo5KyViKwRBEipqF2mQ==", "confirmation_request"=>{"email"=>""}, "commit"=>"request confirmation"}
14462
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", ""]]
14463
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (9.0ms)
14464
+ Completed 200 OK in 44ms (Views: 25.5ms | ActiveRecord: 0.2ms)
14465
+
14466
+
14467
+ Started GET "/reset_password_requests/new" for 127.0.0.1 at 2015-08-21 14:14:19 +0900
14468
+ Processing by Nyauth::ResetPasswordRequestsController#new as HTML
14469
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_password_requests/new.html.erb within layouts/application (7.4ms)
14470
+ Completed 200 OK in 28ms (Views: 25.5ms | ActiveRecord: 0.0ms)
14471
+
14472
+
14473
+ Started POST "/reset_password_requests" for 127.0.0.1 at 2015-08-21 14:14:20 +0900
14474
+ Processing by Nyauth::ResetPasswordRequestsController#create as HTML
14475
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"43xTq2As4qi86JAIrFDeCHU3lzLnZjLz2styIqPMnkviKqZRj/jzUMVMVsMA3n3EL7tVkejEd3qZNoAxDApXIw==", "reset_password_request"=>"[FILTERED]", "commit"=>"reset password"}
14476
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", ""]]
14477
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_password_requests/new.html.erb within layouts/application (6.2ms)
14478
+ Completed 200 OK in 37ms (Views: 23.0ms | ActiveRecord: 0.1ms)
14479
+
14480
+
14481
+ Started POST "/reset_password_requests" for 127.0.0.1 at 2015-08-21 14:15:37 +0900
14482
+ Processing by Nyauth::ResetPasswordRequestsController#create as HTML
14483
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"7eOUb5Sl02iM0eUPIce1qsS1CAzT4Lb4Sh0RA54HLlzstWGVe3HCkPV1I8SNSRZmnjnKr9xC83EJ4OMQMcHnNA==", "reset_password_request"=>"[FILTERED]", "commit"=>"reset password"}
14484
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "ppworks@example.com"]]
14485
+  (0.1ms) begin transaction
14486
+ SQL (0.4ms) UPDATE "users" SET "reset_password_key" = ?, "reset_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_key", "651f5d29b39385f3873e1ae9498e7cad4458f3adb22fd7e8fd27a03b3bd04f8e"], ["reset_password_key_expired_at", "2015-08-21 06:15:37.762931"], ["updated_at", "2015-08-21 05:15:37.763548"], ["id", 1]]
14487
+  (2.9ms) commit transaction
14488
+ Redirected to http://www.lvh.me:3000/
14489
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.html.erb within layouts/nyauth/mailer (2.2ms)
14490
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.text.erb within layouts/nyauth/mailer (2.7ms)
14491
+
14492
+ Nyauth::RequestMailer#request_reset_password: processed outbound mail in 145.2ms
14493
+
14494
+ Sent mail to ppworks@example.com (9.3ms)
14495
+ Date: Fri, 21 Aug 2015 14:15:37 +0900
14496
+ From: from@example.com
14497
+ To: ppworks@example.com
14498
+ Message-ID: <55d6b3f9e2885_8b6c3fbff9e6fc3c99912@mbpA1502.local.mail>
14499
+ Subject: Request reset password
14500
+ Mime-Version: 1.0
14501
+ Content-Type: multipart/alternative;
14502
+ boundary="--==_mimepart_55d6b3f9e1787_8b6c3fbff9e6fc3c998ef";
14503
+ charset=UTF-8
14504
+ Content-Transfer-Encoding: 7bit
14505
+
14506
+
14507
+ ----==_mimepart_55d6b3f9e1787_8b6c3fbff9e6fc3c998ef
14508
+ Content-Type: text/plain;
14509
+ charset=UTF-8
14510
+ Content-Transfer-Encoding: 7bit
14511
+
14512
+ Plese set your new password
14513
+
14514
+ http://localhost:3000/reset_passwords/651f5d29b39385f3873e1ae9498e7cad4458f3adb22fd7e8fd27a03b3bd04f8e/edit
14515
+
14516
+
14517
+ ----==_mimepart_55d6b3f9e1787_8b6c3fbff9e6fc3c998ef
14518
+ Content-Type: text/html;
14519
+ charset=UTF-8
14520
+ Content-Transfer-Encoding: 7bit
14521
+
14522
+ <p>
14523
+ Plese set your new password
14524
+ </p>
14525
+ <p>
14526
+ <a href="http://localhost:3000/reset_passwords/651f5d29b39385f3873e1ae9498e7cad4458f3adb22fd7e8fd27a03b3bd04f8e/edit">set new password</a>
14527
+ </p>
14528
+
14529
+
14530
+ ----==_mimepart_55d6b3f9e1787_8b6c3fbff9e6fc3c998ef--
14531
+
14532
+ Completed 302 Found in 174ms (ActiveRecord: 3.5ms)
14533
+
14534
+
14535
+ Started GET "/" for 127.0.0.1 at 2015-08-21 14:15:37 +0900
14536
+ Processing by PagesController#index as HTML
14537
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
14538
+ Completed 200 OK in 13ms (Views: 13.0ms | ActiveRecord: 0.0ms)
14539
+
14540
+
14541
+ Started GET "/reset_passwords/651f5d29b39385f3873e1ae9498e7cad4458f3adb22fd7e8fd27a03b3bd04f8e/edit" for ::1 at 2015-08-21 14:15:47 +0900
14542
+ Processing by Nyauth::ResetPasswordsController#edit as HTML
14543
+ Parameters: {"reset_password_key"=>"[FILTERED]"}
14544
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_key" = ? LIMIT 1 [["reset_password_key", "651f5d29b39385f3873e1ae9498e7cad4458f3adb22fd7e8fd27a03b3bd04f8e"]]
14545
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_passwords/edit.html.erb within layouts/application (12.7ms)
14546
+ Completed 200 OK in 41ms (Views: 36.8ms | ActiveRecord: 0.2ms)
14547
+
14548
+
14549
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-08-21 14:15:47 +0900
14550
+
14551
+
14552
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-08-21 14:15:47 +0900
14553
+
14554
+
14555
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-08-21 14:15:47 +0900
14556
+
14557
+
14558
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-08-21 14:15:47 +0900
14559
+
14560
+
14561
+ Started PATCH "/reset_passwords/651f5d29b39385f3873e1ae9498e7cad4458f3adb22fd7e8fd27a03b3bd04f8e" for ::1 at 2015-08-21 14:15:48 +0900
14562
+ Processing by Nyauth::ResetPasswordsController#update as HTML
14563
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"bIJ7JakQoP+27pcYJkq16whUH9TEYKK1fWN5ailG/MD/k866f2r480rWovLRRdzW1SyRU7K8w63VFDUqGxA3Ig==", "user"=>{"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Update", "reset_password_key"=>"[FILTERED]"}
14564
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_key" = ? LIMIT 1 [["reset_password_key", "651f5d29b39385f3873e1ae9498e7cad4458f3adb22fd7e8fd27a03b3bd04f8e"]]
14565
+  (0.1ms) begin transaction
14566
+  (0.1ms) rollback transaction
14567
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_passwords/edit.html.erb within layouts/application (5.3ms)
14568
+ Completed 200 OK in 46ms (Views: 26.5ms | ActiveRecord: 0.3ms)
14569
+
14570
+
14571
+ Started GET "/" for 127.0.0.1 at 2015-08-23 09:37:42 +0900
14572
+ Processing by PagesController#index as HTML
14573
+ Rendered pages/index.html.erb within layouts/application (0.2ms)
14574
+ Completed 200 OK in 42ms (Views: 40.9ms | ActiveRecord: 0.0ms)
14575
+
14576
+
14577
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:37:48 +0900
14578
+ Processing by Nyauth::SessionsController#new as HTML
14579
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (352.0ms)
14580
+ Completed 200 OK in 428ms (Views: 413.4ms | ActiveRecord: 0.0ms)
14581
+
14582
+
14583
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:37:48 +0900
14584
+ Processing by Nyauth::SessionsController#new as HTML
14585
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (4.8ms)
14586
+ Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.0ms)
14587
+
14588
+
14589
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:38:21 +0900
14590
+ Processing by Nyauth::SessionsController#new as HTML
14591
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (359.3ms)
14592
+ Completed 500 Internal Server Error in 374ms
14593
+
14594
+ ActionView::Template::Error (can not load translations from /Users/koshikawa/repository/github.com/ppworks/nyauth/config/locales/en.yml: #<Psych::SyntaxError: (/Users/koshikawa/repository/github.com/ppworks/nyauth/config/locales/en.yml): found unexpected end of stream while scanning a quoted scalar at line 48 column 14>):
14595
+ 17: <ul>
14596
+ 18: <li>
14597
+ 19: <%= link_to new_reset_password_requests_path_for(nyauth_client_name) do %>
14598
+ 20: <%= t('nav.nyauth.reset_password_requests.new') %>
14599
+ 21: <% end %>
14600
+ 22: <li>
14601
+ 23: </ul>
14602
+ i18n (0.7.0) lib/i18n/backend/base.rb:184:in `rescue in load_yml'
14603
+ i18n (0.7.0) lib/i18n/backend/base.rb:181:in `load_yml'
14604
+ i18n (0.7.0) lib/i18n/backend/base.rb:165:in `load_file'
14605
+ i18n (0.7.0) lib/i18n/backend/base.rb:15:in `block in load_translations'
14606
+ i18n (0.7.0) lib/i18n/backend/base.rb:15:in `each'
14607
+ i18n (0.7.0) lib/i18n/backend/base.rb:15:in `load_translations'
14608
+ i18n (0.7.0) lib/i18n/backend/simple.rb:57:in `init_translations'
14609
+ i18n (0.7.0) lib/i18n/backend/simple.rb:40:in `available_locales'
14610
+ i18n (0.7.0) lib/i18n/config.rb:43:in `available_locales'
14611
+ i18n (0.7.0) lib/i18n/config.rb:49:in `available_locales_set'
14612
+ i18n (0.7.0) lib/i18n.rb:278:in `locale_available?'
14613
+ i18n (0.7.0) lib/i18n.rb:284:in `enforce_available_locales!'
14614
+ i18n (0.7.0) lib/i18n.rb:151:in `translate'
14615
+ actionview (4.2.0) lib/action_view/helpers/translation_helper.rb:62:in `translate'
14616
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb:20:in `block in ___sers_koshikawa_repository_github_com_ppworks_nyauth_app_views_nyauth_sessions_new_html_erb__2831430536984976047_70093766925340'
14617
+ actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
14618
+ actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
14619
+ actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
14620
+ actionview (4.2.0) lib/action_view/helpers/tag_helper.rb:106:in `content_tag'
14621
+ actionview (4.2.0) lib/action_view/helpers/url_helper.rb:184:in `link_to'
14622
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb:19:in `___sers_koshikawa_repository_github_com_ppworks_nyauth_app_views_nyauth_sessions_new_html_erb__2831430536984976047_70093766925340'
14623
+ actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
14624
+ activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
14625
+ actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
14626
+ actionview (4.2.0) lib/action_view/template.rb:143:in `render'
14627
+ actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
14628
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
14629
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
14630
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
14631
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
14632
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
14633
+ actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
14634
+ actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
14635
+ actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
14636
+ actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
14637
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
14638
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
14639
+ actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
14640
+ actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
14641
+ actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
14642
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
14643
+ actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
14644
+ actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
14645
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
14646
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
14647
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
14648
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
14649
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
14650
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
14651
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
14652
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
14653
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
14654
+ actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
14655
+ actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
14656
+ actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
14657
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
14658
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
14659
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
14660
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
14661
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
14662
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
14663
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
14664
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
14665
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
14666
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
14667
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
14668
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
14669
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
14670
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
14671
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
14672
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
14673
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
14674
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
14675
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
14676
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
14677
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
14678
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
14679
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
14680
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
14681
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
14682
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
14683
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
14684
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
14685
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
14686
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
14687
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
14688
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
14689
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
14690
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
14691
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
14692
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
14693
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
14694
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
14695
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
14696
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
14697
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
14698
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
14699
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
14700
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
14701
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
14702
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
14703
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
14704
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
14705
+ rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
14706
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
14707
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
14708
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
14709
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
14710
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
14711
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
14712
+ activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
14713
+ activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
14714
+ activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
14715
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
14716
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
14717
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
14718
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
14719
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
14720
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
14721
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
14722
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
14723
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
14724
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
14725
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
14726
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
14727
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
14728
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
14729
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
14730
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
14731
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
14732
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
14733
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
14734
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
14735
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
14736
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
14737
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
14738
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
14739
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
14740
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
14741
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
14742
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
14743
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
14744
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
14745
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
14746
+
14747
+
14748
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
14749
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms)
14750
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
14751
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (61.2ms)
14752
+
14753
+
14754
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:38:44 +0900
14755
+ Processing by Nyauth::SessionsController#new as HTML
14756
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (246.8ms)
14757
+ Completed 200 OK in 275ms (Views: 270.2ms | ActiveRecord: 0.0ms)
14758
+
14759
+
14760
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:38:45 +0900
14761
+
14762
+
14763
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:38:45 +0900
14764
+
14765
+
14766
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:38:45 +0900
14767
+
14768
+
14769
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:38:45 +0900
14770
+
14771
+
14772
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:39:19 +0900
14773
+ Processing by Nyauth::SessionsController#new as HTML
14774
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (240.2ms)
14775
+ Completed 200 OK in 265ms (Views: 259.1ms | ActiveRecord: 0.0ms)
14776
+
14777
+
14778
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:39:20 +0900
14779
+
14780
+
14781
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:39:20 +0900
14782
+
14783
+
14784
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:39:20 +0900
14785
+
14786
+
14787
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:39:20 +0900
14788
+
14789
+
14790
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:39:23 +0900
14791
+ Processing by Nyauth::SessionsController#new as HTML
14792
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (8.7ms)
14793
+ Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.0ms)
14794
+
14795
+
14796
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:39:24 +0900
14797
+ Processing by Nyauth::SessionsController#new as HTML
14798
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (9.0ms)
14799
+ Completed 200 OK in 36ms (Views: 34.8ms | ActiveRecord: 0.0ms)
14800
+
14801
+
14802
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:39:25 +0900
14803
+ Processing by Nyauth::SessionsController#new as HTML
14804
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (9.3ms)
14805
+ Completed 200 OK in 27ms (Views: 26.4ms | ActiveRecord: 0.0ms)
14806
+
14807
+
14808
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:39:45 +0900
14809
+ Processing by Nyauth::SessionsController#new as HTML
14810
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (7.1ms)
14811
+ Completed 200 OK in 36ms (Views: 24.3ms | ActiveRecord: 0.0ms)
14812
+
14813
+
14814
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:39:45 +0900
14815
+
14816
+
14817
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:39:45 +0900
14818
+
14819
+
14820
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:39:45 +0900
14821
+
14822
+
14823
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:39:45 +0900
14824
+
14825
+
14826
+ Started GET "/reset_password_requests/new" for 127.0.0.1 at 2015-08-23 09:39:46 +0900
14827
+ Processing by Nyauth::ResetPasswordRequestsController#new as HTML
14828
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_password_requests/new.html.erb within layouts/application (10.7ms)
14829
+ Completed 200 OK in 37ms (Views: 34.4ms | ActiveRecord: 0.0ms)
14830
+
14831
+
14832
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:41:04 +0900
14833
+ Processing by Nyauth::SessionsController#new as HTML
14834
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (270.1ms)
14835
+ Completed 200 OK in 301ms (Views: 293.2ms | ActiveRecord: 0.0ms)
14836
+
14837
+
14838
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:41:05 +0900
14839
+
14840
+
14841
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:41:05 +0900
14842
+
14843
+
14844
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:41:05 +0900
14845
+
14846
+
14847
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:41:05 +0900
14848
+
14849
+
14850
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:41:12 +0900
14851
+ Processing by Nyauth::SessionsController#new as HTML
14852
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (6.6ms)
14853
+ Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.0ms)
14854
+
14855
+
14856
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:41:12 +0900
14857
+
14858
+
14859
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:41:12 +0900
14860
+
14861
+
14862
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:41:12 +0900
14863
+
14864
+
14865
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:41:12 +0900
14866
+
14867
+
14868
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:43:27 +0900
14869
+ Processing by Nyauth::SessionsController#new as HTML
14870
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (294.9ms)
14871
+ Completed 200 OK in 327ms (Views: 319.3ms | ActiveRecord: 0.0ms)
14872
+
14873
+
14874
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:43:27 +0900
14875
+
14876
+
14877
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:43:27 +0900
14878
+
14879
+
14880
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:43:27 +0900
14881
+
14882
+
14883
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:43:27 +0900
14884
+
14885
+
14886
+ Started POST "/session" for 127.0.0.1 at 2015-08-23 09:43:31 +0900
14887
+ Processing by Nyauth::SessionsController#create as HTML
14888
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"F1rOK76IaivgkO0OS2K7ntqhe6aHfp7h5XMbFM3uxZkyBnuOYlJcLwRf7Co7DWNNVPCEUVDP/8fA8UExIdofOQ==", "session"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
14889
+ User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
14890
+ Redirected to http://www.lvh.me:3000/
14891
+ Completed 302 Found in 67ms (ActiveRecord: 1.7ms)
14892
+
14893
+
14894
+ Started GET "/" for 127.0.0.1 at 2015-08-23 09:43:31 +0900
14895
+ Processing by PagesController#index as HTML
14896
+ Rendered pages/index.html.erb within layouts/application (9.4ms)
14897
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
14898
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14899
+ Completed 200 OK in 37ms (Views: 36.7ms | ActiveRecord: 0.2ms)
14900
+
14901
+
14902
+ Started GET "/" for 127.0.0.1 at 2015-08-23 09:44:23 +0900
14903
+ Processing by PagesController#index as HTML
14904
+ Rendered pages/index.html.erb within layouts/application (0.3ms)
14905
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
14906
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14907
+ Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.1ms)
14908
+
14909
+
14910
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:44:23 +0900
14911
+
14912
+
14913
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:44:23 +0900
14914
+
14915
+
14916
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:44:23 +0900
14917
+
14918
+
14919
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:44:23 +0900
14920
+
14921
+
14922
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:44:27 +0900
14923
+ Processing by Nyauth::SessionsController#new as HTML
14924
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (10.6ms)
14925
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
14926
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14927
+ Completed 200 OK in 37ms (Views: 35.2ms | ActiveRecord: 0.2ms)
14928
+
14929
+
14930
+ Started GET "/secret_page" for 127.0.0.1 at 2015-08-23 09:44:32 +0900
14931
+ Processing by SecretPagesController#show as HTML
14932
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
14933
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14934
+ Rendered secret_pages/show.html.erb within layouts/application (9.7ms)
14935
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14936
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14937
+ Completed 200 OK in 31ms (Views: 29.4ms | ActiveRecord: 0.2ms)
14938
+
14939
+
14940
+ Started GET "/secret_page" for 127.0.0.1 at 2015-08-23 09:45:07 +0900
14941
+ Processing by SecretPagesController#show as HTML
14942
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
14943
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14944
+ Rendered secret_pages/show.html.erb within layouts/application (279.5ms)
14945
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14946
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14947
+ Completed 200 OK in 315ms (Views: 300.0ms | ActiveRecord: 1.1ms)
14948
+
14949
+
14950
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:45:07 +0900
14951
+
14952
+
14953
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:45:07 +0900
14954
+
14955
+
14956
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:45:07 +0900
14957
+
14958
+
14959
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:45:07 +0900
14960
+
14961
+
14962
+ Started GET "/secret_page" for 127.0.0.1 at 2015-08-23 09:45:18 +0900
14963
+ Processing by SecretPagesController#show as HTML
14964
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
14965
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14966
+ Rendered secret_pages/show.html.erb within layouts/application (6.4ms)
14967
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14968
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14969
+ Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.2ms)
14970
+
14971
+
14972
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:45:18 +0900
14973
+
14974
+
14975
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:45:18 +0900
14976
+
14977
+
14978
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:45:18 +0900
14979
+
14980
+
14981
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:45:18 +0900
14982
+
14983
+
14984
+ Started GET "/password/edit" for 127.0.0.1 at 2015-08-23 09:45:20 +0900
14985
+ Processing by Nyauth::PasswordsController#edit as HTML
14986
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
14987
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14988
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14989
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
14990
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.erb within layouts/application (9.6ms)
14991
+ CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14992
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
14993
+ Completed 200 OK in 45ms (Views: 38.5ms | ActiveRecord: 0.6ms)
14994
+
14995
+
14996
+ Started GET "/secret_page" for 127.0.0.1 at 2015-08-23 09:46:25 +0900
14997
+ Processing by SecretPagesController#show as HTML
14998
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
14999
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15000
+ Rendered secret_pages/show.html.erb within layouts/application (291.4ms)
15001
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15002
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15003
+ Completed 200 OK in 329ms (Views: 315.6ms | ActiveRecord: 1.0ms)
15004
+
15005
+
15006
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:46:26 +0900
15007
+
15008
+
15009
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:46:26 +0900
15010
+
15011
+
15012
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:46:26 +0900
15013
+
15014
+
15015
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:46:26 +0900
15016
+
15017
+
15018
+ Started DELETE "/session" for 127.0.0.1 at 2015-08-23 09:46:26 +0900
15019
+ Processing by Nyauth::SessionsController#destroy as HTML
15020
+ Parameters: {"authenticity_token"=>"K+rypxuhzf7dvbx3lUONsGFHQyTAtHdtYxmM5WLQsAgOtkcCx3v7+jlyvVPlLFVj7xa80xcFFktGm9bAjuRqqA=="}
15021
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15022
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15023
+ Redirected to http://www.lvh.me:3000/session/new
15024
+ Completed 302 Found in 26ms (ActiveRecord: 0.4ms)
15025
+
15026
+
15027
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:46:26 +0900
15028
+ Processing by Nyauth::SessionsController#new as HTML
15029
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (11.7ms)
15030
+ Completed 200 OK in 40ms (Views: 39.0ms | ActiveRecord: 0.0ms)
15031
+
15032
+
15033
+ Started POST "/session" for 127.0.0.1 at 2015-08-23 09:47:01 +0900
15034
+ Processing by Nyauth::SessionsController#create as HTML
15035
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"JGP0gXzrZRT/am3AikbDO8SveD2KYv+k16PYvBirxtzNwGob/E6FIvbLnMuY+Xr4hqn3SSL314qho3lFVPx3qg==", "session"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
15036
+ User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
15037
+ Redirected to http://www.lvh.me:3000/
15038
+ Completed 302 Found in 19ms (ActiveRecord: 0.6ms)
15039
+
15040
+
15041
+ Started GET "/" for 127.0.0.1 at 2015-08-23 09:47:01 +0900
15042
+ Processing by PagesController#index as HTML
15043
+ Rendered pages/index.html.erb within layouts/application (0.4ms)
15044
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15045
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15046
+ Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.1ms)
15047
+
15048
+
15049
+ Started GET "/secret_page" for 127.0.0.1 at 2015-08-23 09:47:06 +0900
15050
+ Processing by SecretPagesController#show as HTML
15051
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15052
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15053
+ Rendered secret_pages/show.html.erb within layouts/application (7.7ms)
15054
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15055
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15056
+ Completed 200 OK in 33ms (Views: 29.3ms | ActiveRecord: 0.5ms)
15057
+
15058
+
15059
+ Started GET "/password/edit" for 127.0.0.1 at 2015-08-23 09:47:07 +0900
15060
+ Processing by Nyauth::PasswordsController#edit as HTML
15061
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15062
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15063
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15064
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15065
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.erb within layouts/application (8.5ms)
15066
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15067
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15068
+ Completed 200 OK in 38ms (Views: 32.5ms | ActiveRecord: 0.6ms)
15069
+
15070
+
15071
+ Started GET "/password/edit" for 127.0.0.1 at 2015-08-23 09:47:37 +0900
15072
+ Processing by Nyauth::PasswordsController#edit as HTML
15073
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15074
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15075
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15076
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15077
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/passwords/edit.html.erb within layouts/application (5.0ms)
15078
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15079
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15080
+ Completed 200 OK in 30ms (Views: 27.1ms | ActiveRecord: 0.2ms)
15081
+
15082
+
15083
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:47:37 +0900
15084
+
15085
+
15086
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:47:37 +0900
15087
+
15088
+
15089
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:47:37 +0900
15090
+
15091
+
15092
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:47:37 +0900
15093
+
15094
+
15095
+ Started DELETE "/session" for 127.0.0.1 at 2015-08-23 09:47:43 +0900
15096
+ Processing by Nyauth::SessionsController#destroy as HTML
15097
+ Parameters: {"authenticity_token"=>"7iLCwi8FCIrerYsmR+KljzGaEKT1waYO9wTn2//vscQHgVxYr6DovNcMei1VXRxMc5yf0F1UjiCBBEYis7gAsg=="}
15098
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15099
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15100
+ Redirected to http://www.lvh.me:3000/session/new
15101
+ Completed 302 Found in 14ms (ActiveRecord: 0.3ms)
15102
+
15103
+
15104
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:47:43 +0900
15105
+ Processing by Nyauth::SessionsController#new as HTML
15106
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (13.3ms)
15107
+ Completed 200 OK in 39ms (Views: 37.9ms | ActiveRecord: 0.0ms)
15108
+
15109
+
15110
+ Started GET "/reset_password_requests/new" for 127.0.0.1 at 2015-08-23 09:47:44 +0900
15111
+ Processing by Nyauth::ResetPasswordRequestsController#new as HTML
15112
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_password_requests/new.html.erb within layouts/application (7.1ms)
15113
+ Completed 200 OK in 33ms (Views: 31.1ms | ActiveRecord: 0.0ms)
15114
+
15115
+
15116
+ Started GET "/reset_password_requests/new" for 127.0.0.1 at 2015-08-23 09:49:24 +0900
15117
+ Processing by Nyauth::ResetPasswordRequestsController#new as HTML
15118
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_password_requests/new.html.erb within layouts/application (6.3ms)
15119
+ Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.0ms)
15120
+
15121
+
15122
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:49:24 +0900
15123
+
15124
+
15125
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:49:24 +0900
15126
+
15127
+
15128
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:49:24 +0900
15129
+
15130
+
15131
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:49:24 +0900
15132
+
15133
+
15134
+ Started POST "/reset_password_requests" for 127.0.0.1 at 2015-08-23 09:49:31 +0900
15135
+ Processing by Nyauth::ResetPasswordRequestsController#create as HTML
15136
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"iiNray1l4VycuHGUUJc0nvROnKwQ7D2YN8I86hacmKf1BhFZrCGHwr877nZDsiTv2MFxfhlC0S9W6XXhxzfHWA==", "reset_password_request"=>"[FILTERED]", "commit"=>"Send"}
15137
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "ppworks@example.com"]]
15138
+  (0.1ms) begin transaction
15139
+ SQL (0.6ms) UPDATE "users" SET "reset_password_key" = ?, "reset_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_key", "cb3331c67f5ae7ccddbd0eec2f135febdfd9191d8219f96fd9d86ad9f7f416d4"], ["reset_password_key_expired_at", "2015-08-23 01:49:31.764524"], ["updated_at", "2015-08-23 00:49:31.765456"], ["id", 1]]
15140
+  (3.9ms) commit transaction
15141
+ Redirected to http://www.lvh.me:3000/
15142
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.html.erb within layouts/nyauth/mailer (2.3ms)
15143
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.text.erb within layouts/nyauth/mailer (3.3ms)
15144
+
15145
+ Nyauth::RequestMailer#request_reset_password: processed outbound mail in 33.6ms
15146
+
15147
+ Sent mail to ppworks@example.com (15.9ms)
15148
+ Date: Sun, 23 Aug 2015 09:49:31 +0900
15149
+ From: from@example.com
15150
+ To: ppworks@example.com
15151
+ Message-ID: <55d9189bcabc4_8b6c3fbff6226190100134@mbpA1502.local.mail>
15152
+ Subject: Request reset password
15153
+ Mime-Version: 1.0
15154
+ Content-Type: multipart/alternative;
15155
+ boundary="--==_mimepart_55d9189bc90cf_8b6c3fbff6226190100066";
15156
+ charset=UTF-8
15157
+ Content-Transfer-Encoding: 7bit
15158
+
15159
+
15160
+ ----==_mimepart_55d9189bc90cf_8b6c3fbff6226190100066
15161
+ Content-Type: text/plain;
15162
+ charset=UTF-8
15163
+ Content-Transfer-Encoding: 7bit
15164
+
15165
+ Plese set your new password
15166
+
15167
+ http://localhost:3000/reset_passwords/cb3331c67f5ae7ccddbd0eec2f135febdfd9191d8219f96fd9d86ad9f7f416d4/edit
15168
+
15169
+
15170
+ ----==_mimepart_55d9189bc90cf_8b6c3fbff6226190100066
15171
+ Content-Type: text/html;
15172
+ charset=UTF-8
15173
+ Content-Transfer-Encoding: 7bit
15174
+
15175
+ <p>
15176
+ Plese set your new password
15177
+ </p>
15178
+ <p>
15179
+ <a href="http://localhost:3000/reset_passwords/cb3331c67f5ae7ccddbd0eec2f135febdfd9191d8219f96fd9d86ad9f7f416d4/edit">set new password</a>
15180
+ </p>
15181
+
15182
+
15183
+ ----==_mimepart_55d9189bc90cf_8b6c3fbff6226190100066--
15184
+
15185
+ Completed 302 Found in 83ms (ActiveRecord: 4.9ms)
15186
+
15187
+
15188
+ Started GET "/" for 127.0.0.1 at 2015-08-23 09:49:31 +0900
15189
+ Processing by PagesController#index as HTML
15190
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
15191
+ Completed 200 OK in 18ms (Views: 17.7ms | ActiveRecord: 0.0ms)
15192
+
15193
+
15194
+ Started GET "/reset_passwords/cb3331c67f5ae7ccddbd0eec2f135febdfd9191d8219f96fd9d86ad9f7f416d4/edit" for ::1 at 2015-08-23 09:49:37 +0900
15195
+ Processing by Nyauth::ResetPasswordsController#edit as HTML
15196
+ Parameters: {"reset_password_key"=>"[FILTERED]"}
15197
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."reset_password_key" = ? LIMIT 1 [["reset_password_key", "cb3331c67f5ae7ccddbd0eec2f135febdfd9191d8219f96fd9d86ad9f7f416d4"]]
15198
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_passwords/edit.html.erb within layouts/application (10.8ms)
15199
+ Completed 200 OK in 38ms (Views: 34.9ms | ActiveRecord: 0.2ms)
15200
+
15201
+
15202
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-08-23 09:49:38 +0900
15203
+
15204
+
15205
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-08-23 09:49:38 +0900
15206
+
15207
+
15208
+ Started GET "/" for 127.0.0.1 at 2015-08-23 09:51:14 +0900
15209
+ Processing by PagesController#index as HTML
15210
+ Rendered pages/index.html.erb within layouts/application (0.1ms)
15211
+ Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.0ms)
15212
+
15213
+
15214
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:51:14 +0900
15215
+
15216
+
15217
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:51:14 +0900
15218
+
15219
+
15220
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:51:14 +0900
15221
+
15222
+
15223
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:51:14 +0900
15224
+
15225
+
15226
+ Started GET "/secret_page" for 127.0.0.1 at 2015-08-23 09:51:16 +0900
15227
+ Processing by SecretPagesController#show as HTML
15228
+ Redirected to http://www.lvh.me:3000/session/new
15229
+ Filter chain halted as #<Proc:0x007f7ff3f6d928@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
15230
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
15231
+
15232
+
15233
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:51:16 +0900
15234
+ Processing by Nyauth::SessionsController#new as HTML
15235
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (9.6ms)
15236
+ Completed 200 OK in 38ms (Views: 37.0ms | ActiveRecord: 0.0ms)
15237
+
15238
+
15239
+ Started POST "/session" for 127.0.0.1 at 2015-08-23 09:51:19 +0900
15240
+ Processing by Nyauth::SessionsController#create as HTML
15241
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"A52+nvZGX9Msqs9N+yYNbQTQxrNtpgDRVOmGI6HOwCR8uMSsdwI5TQ8pUK/oAx0cKF8rYWQI7GY1ws8ocGWf2w==", "session"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
15242
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
15243
+ Redirected to http://www.lvh.me:3000/secret_page
15244
+ Completed 302 Found in 18ms (ActiveRecord: 0.3ms)
15245
+
15246
+
15247
+ Started GET "/secret_page" for 127.0.0.1 at 2015-08-23 09:51:19 +0900
15248
+ Processing by SecretPagesController#show as HTML
15249
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15250
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15251
+ Rendered secret_pages/show.html.erb within layouts/application (7.9ms)
15252
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15253
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15254
+ Completed 200 OK in 68ms (Views: 65.9ms | ActiveRecord: 0.2ms)
15255
+
15256
+
15257
+ Started DELETE "/session" for 127.0.0.1 at 2015-08-23 09:57:21 +0900
15258
+ Processing by Nyauth::SessionsController#destroy as HTML
15259
+ Parameters: {"authenticity_token"=>"ryKovgInp4RvJL4NvEkKi8AvQC0YqahilOIbslCcU4rQB9KMg2PBGkynIe+vbBr67KCt/xEHRNX1yVK5gTcMdQ=="}
15260
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15261
+ CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15262
+ Redirected to http://www.lvh.me:3000/session/new
15263
+ Completed 302 Found in 13ms (ActiveRecord: 0.3ms)
15264
+
15265
+
15266
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:57:21 +0900
15267
+ Processing by Nyauth::SessionsController#new as HTML
15268
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (9.9ms)
15269
+ Completed 200 OK in 37ms (Views: 36.6ms | ActiveRecord: 0.0ms)
15270
+
15271
+
15272
+ Started GET "/registraions/new" for 127.0.0.1 at 2015-08-23 09:57:28 +0900
15273
+
15274
+ ActionController::RoutingError (No route matches [GET] "/registraions/new"):
15275
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15276
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
15277
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
15278
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
15279
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
15280
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
15281
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
15282
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
15283
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
15284
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
15285
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
15286
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
15287
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
15288
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
15289
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
15290
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
15291
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
15292
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
15293
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
15294
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
15295
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
15296
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
15297
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
15298
+
15299
+
15300
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
15301
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms)
15302
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
15303
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.9ms)
15304
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
15305
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (94.3ms)
15306
+
15307
+
15308
+ Started GET "/registraion/new" for 127.0.0.1 at 2015-08-23 09:57:32 +0900
15309
+
15310
+ ActionController::RoutingError (No route matches [GET] "/registraion/new"):
15311
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15312
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
15313
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
15314
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
15315
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
15316
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
15317
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
15318
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
15319
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
15320
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
15321
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
15322
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
15323
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
15324
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
15325
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
15326
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
15327
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
15328
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
15329
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
15330
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
15331
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
15332
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
15333
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
15334
+
15335
+
15336
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
15337
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms)
15338
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
15339
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms)
15340
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
15341
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (71.2ms)
15342
+
15343
+
15344
+ Started GET "/registration/new" for 127.0.0.1 at 2015-08-23 09:57:36 +0900
15345
+ Processing by Nyauth::RegistrationsController#new as HTML
15346
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (35.9ms)
15347
+ Completed 200 OK in 67ms (Views: 64.1ms | ActiveRecord: 0.0ms)
15348
+
15349
+
15350
+ Started GET "/registration/new" for 127.0.0.1 at 2015-08-23 09:57:49 +0900
15351
+ Processing by Nyauth::RegistrationsController#new as HTML
15352
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (8.7ms)
15353
+ Completed 200 OK in 26ms (Views: 25.7ms | ActiveRecord: 0.0ms)
15354
+
15355
+
15356
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:57:49 +0900
15357
+
15358
+
15359
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:57:49 +0900
15360
+
15361
+
15362
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:57:49 +0900
15363
+
15364
+
15365
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:57:49 +0900
15366
+
15367
+
15368
+ Started GET "/registration/new" for 127.0.0.1 at 2015-08-23 09:58:14 +0900
15369
+ Processing by Nyauth::RegistrationsController#new as HTML
15370
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (6.8ms)
15371
+ Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.0ms)
15372
+
15373
+
15374
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:58:14 +0900
15375
+
15376
+
15377
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:58:14 +0900
15378
+
15379
+
15380
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:58:14 +0900
15381
+
15382
+
15383
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:58:14 +0900
15384
+
15385
+
15386
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:58:19 +0900
15387
+ Processing by Nyauth::SessionsController#new as HTML
15388
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (15.8ms)
15389
+ Completed 200 OK in 39ms (Views: 37.1ms | ActiveRecord: 0.0ms)
15390
+
15391
+
15392
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:58:19 +0900
15393
+
15394
+
15395
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:58:19 +0900
15396
+
15397
+
15398
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:58:19 +0900
15399
+
15400
+
15401
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:58:19 +0900
15402
+
15403
+
15404
+ Started GET "/registration/new" for 127.0.0.1 at 2015-08-23 09:58:21 +0900
15405
+ Processing by Nyauth::RegistrationsController#new as HTML
15406
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (8.1ms)
15407
+ Completed 200 OK in 44ms (Views: 43.7ms | ActiveRecord: 0.0ms)
15408
+
15409
+
15410
+ Started GET "/registration/new" for 127.0.0.1 at 2015-08-23 09:58:45 +0900
15411
+ Processing by Nyauth::RegistrationsController#new as HTML
15412
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (301.8ms)
15413
+ Completed 200 OK in 326ms (Views: 324.1ms | ActiveRecord: 0.0ms)
15414
+
15415
+
15416
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:58:45 +0900
15417
+
15418
+
15419
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:58:45 +0900
15420
+
15421
+
15422
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:58:45 +0900
15423
+
15424
+
15425
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:58:45 +0900
15426
+
15427
+
15428
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 09:58:48 +0900
15429
+ Processing by Nyauth::SessionsController#new as HTML
15430
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (10.7ms)
15431
+ Completed 200 OK in 34ms (Views: 30.4ms | ActiveRecord: 0.0ms)
15432
+
15433
+
15434
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 09:58:48 +0900
15435
+
15436
+
15437
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 09:58:48 +0900
15438
+
15439
+
15440
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 09:58:48 +0900
15441
+
15442
+
15443
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 09:58:48 +0900
15444
+
15445
+
15446
+ Started GET "/reset_password_requests/new" for 127.0.0.1 at 2015-08-23 09:59:49 +0900
15447
+ Processing by Nyauth::ResetPasswordRequestsController#new as HTML
15448
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_password_requests/new.html.erb within layouts/application (9.3ms)
15449
+ Completed 200 OK in 33ms (Views: 31.3ms | ActiveRecord: 0.0ms)
15450
+
15451
+
15452
+ Started GET "/reset_password_requests/new" for 127.0.0.1 at 2015-08-23 10:02:21 +0900
15453
+ Processing by Nyauth::ResetPasswordRequestsController#new as HTML
15454
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_password_requests/new.html.erb within layouts/application (338.3ms)
15455
+ Completed 200 OK in 370ms (Views: 367.7ms | ActiveRecord: 0.0ms)
15456
+
15457
+
15458
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 10:02:22 +0900
15459
+
15460
+
15461
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 10:02:22 +0900
15462
+
15463
+
15464
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 10:02:22 +0900
15465
+
15466
+
15467
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 10:02:22 +0900
15468
+
15469
+
15470
+ Started POST "/session" for 127.0.0.1 at 2015-08-23 10:03:28 +0900
15471
+ Processing by Nyauth::SessionsController#create as HTML
15472
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"C3zkfOFzqWd8ZEWH/bXTbBZtTN1UL5WrvBe/wAniwQpme4xBlQMxmJEKExxg8kkpyG1QkhjxEbVAUsHEnNF1Ig==", "session"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
15473
+ User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
15474
+ Redirected to http://www.lvh.me:3000/
15475
+ Completed 302 Found in 290ms (ActiveRecord: 1.4ms)
15476
+
15477
+
15478
+ Started GET "/" for 127.0.0.1 at 2015-08-23 10:03:29 +0900
15479
+ Processing by PagesController#index as HTML
15480
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
15481
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15482
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15483
+ Completed 200 OK in 27ms (Views: 26.7ms | ActiveRecord: 0.2ms)
15484
+
15485
+
15486
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 10:03:32 +0900
15487
+ Processing by Nyauth::SessionsController#new as HTML
15488
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (8.7ms)
15489
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15490
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15491
+ Completed 200 OK in 30ms (Views: 28.8ms | ActiveRecord: 0.1ms)
15492
+
15493
+
15494
+ Started GET "/secret_page" for 127.0.0.1 at 2015-08-23 10:03:33 +0900
15495
+ Processing by SecretPagesController#show as HTML
15496
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15497
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15498
+ Rendered secret_pages/show.html.erb within layouts/application (6.9ms)
15499
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15500
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15501
+ Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.2ms)
15502
+
15503
+
15504
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-08-23 10:03:37 +0900
15505
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
15506
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (8.3ms)
15507
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15508
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15509
+ Completed 200 OK in 36ms (Views: 33.4ms | ActiveRecord: 0.1ms)
15510
+
15511
+
15512
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-08-23 10:04:19 +0900
15513
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
15514
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (7.0ms)
15515
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15516
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15517
+ Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.2ms)
15518
+
15519
+
15520
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 10:04:19 +0900
15521
+
15522
+
15523
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 10:04:19 +0900
15524
+
15525
+
15526
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 10:04:19 +0900
15527
+
15528
+
15529
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 10:04:19 +0900
15530
+
15531
+
15532
+ Started GET "/secret_page" for 127.0.0.1 at 2015-08-23 10:04:42 +0900
15533
+ Processing by SecretPagesController#show as HTML
15534
+ User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15535
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15536
+ Rendered secret_pages/show.html.erb within layouts/application (224.2ms)
15537
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15538
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15539
+ Completed 200 OK in 256ms (Views: 242.5ms | ActiveRecord: 1.8ms)
15540
+
15541
+
15542
+ Started DELETE "/session" for 127.0.0.1 at 2015-08-23 10:04:44 +0900
15543
+ Processing by Nyauth::SessionsController#destroy as HTML
15544
+ Parameters: {"authenticity_token"=>"ePGVLNJSmWYSXipjZat+PEWJG1CRt2d25tKeSreJB/8V9v0RpiIBmf8wfPj47OR5m4kHH91p42gal+BOIrqz1w=="}
15545
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15546
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15547
+ Redirected to http://www.lvh.me:3000/session/new
15548
+ Completed 302 Found in 19ms (ActiveRecord: 0.1ms)
15549
+
15550
+
15551
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 10:04:44 +0900
15552
+ Processing by Nyauth::SessionsController#new as HTML
15553
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (8.3ms)
15554
+ Completed 200 OK in 30ms (Views: 29.0ms | ActiveRecord: 0.0ms)
15555
+
15556
+
15557
+ Started GET "/secret_page" for 127.0.0.1 at 2015-08-23 10:04:46 +0900
15558
+ Processing by SecretPagesController#show as HTML
15559
+ Redirected to http://www.lvh.me:3000/session/new
15560
+ Filter chain halted as #<Proc:0x007f7ff1a60e00@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
15561
+ Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
15562
+
15563
+
15564
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 10:04:46 +0900
15565
+ Processing by Nyauth::SessionsController#new as HTML
15566
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (8.9ms)
15567
+ Completed 200 OK in 26ms (Views: 24.8ms | ActiveRecord: 0.0ms)
15568
+
15569
+
15570
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 10:05:29 +0900
15571
+ Processing by Nyauth::SessionsController#new as HTML
15572
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (9.6ms)
15573
+ Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.0ms)
15574
+
15575
+
15576
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 10:05:29 +0900
15577
+
15578
+
15579
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 10:05:29 +0900
15580
+
15581
+
15582
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 10:05:29 +0900
15583
+
15584
+
15585
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 10:05:29 +0900
15586
+
15587
+
15588
+ Started GET "/secret_page" for 127.0.0.1 at 2015-08-23 10:05:36 +0900
15589
+ Processing by SecretPagesController#show as HTML
15590
+ Redirected to http://www.lvh.me:3000/session/new
15591
+ Filter chain halted as #<Proc:0x007f7ff1a60e00@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
15592
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
15593
+
15594
+
15595
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 10:05:36 +0900
15596
+ Processing by Nyauth::SessionsController#new as HTML
15597
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (24.5ms)
15598
+ Completed 200 OK in 45ms (Views: 44.3ms | ActiveRecord: 0.0ms)
15599
+
15600
+
15601
+ Started GET "/secret_page" for 127.0.0.1 at 2015-08-23 10:05:37 +0900
15602
+ Processing by SecretPagesController#show as HTML
15603
+ Redirected to http://www.lvh.me:3000/session/new
15604
+ Filter chain halted as #<Proc:0x007f7ff1a60e00@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
15605
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
15606
+
15607
+
15608
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 10:05:37 +0900
15609
+ Processing by Nyauth::SessionsController#new as HTML
15610
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (13.5ms)
15611
+ Completed 200 OK in 36ms (Views: 35.3ms | ActiveRecord: 0.0ms)
15612
+
15613
+
15614
+ Started POST "/session" for 127.0.0.1 at 2015-08-23 10:05:38 +0900
15615
+ Processing by Nyauth::SessionsController#create as HTML
15616
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Syu9yvim/9IwHA9/e695aklC1BsHEX3MrdfksViebVKMvNFzvdsULO+VdpQMUiEUvuTGVrvzrV+VWPWPlCSLlw==", "session"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
15617
+ User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
15618
+ Redirected to http://www.lvh.me:3000/secret_page
15619
+ Completed 302 Found in 20ms (ActiveRecord: 0.9ms)
15620
+
15621
+
15622
+ Started GET "/secret_page" for 127.0.0.1 at 2015-08-23 10:05:38 +0900
15623
+ Processing by SecretPagesController#show as HTML
15624
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15625
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15626
+ Rendered secret_pages/show.html.erb within layouts/application (10.5ms)
15627
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15628
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15629
+ Completed 200 OK in 38ms (Views: 35.3ms | ActiveRecord: 0.2ms)
15630
+
15631
+
15632
+ Started GET "/secret_page" for 127.0.0.1 at 2015-08-23 10:05:39 +0900
15633
+ Processing by SecretPagesController#show as HTML
15634
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15635
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15636
+ Rendered secret_pages/show.html.erb within layouts/application (12.1ms)
15637
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15638
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15639
+ Completed 200 OK in 36ms (Views: 32.7ms | ActiveRecord: 0.2ms)
15640
+
15641
+
15642
+ Started GET "/secret_page" for 127.0.0.1 at 2015-08-23 10:05:51 +0900
15643
+ Processing by SecretPagesController#show as HTML
15644
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15645
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15646
+ Rendered secret_pages/show.html.erb within layouts/application (5.9ms)
15647
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15648
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15649
+ Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.2ms)
15650
+
15651
+
15652
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-23 10:05:51 +0900
15653
+
15654
+
15655
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-23 10:05:51 +0900
15656
+
15657
+
15658
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-23 10:05:51 +0900
15659
+
15660
+
15661
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-23 10:05:51 +0900
15662
+
15663
+
15664
+ Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-08-23 10:05:58 +0900
15665
+ Processing by Nyauth::ConfirmationRequestsController#new as HTML
15666
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (11.2ms)
15667
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15668
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15669
+ Completed 200 OK in 41ms (Views: 38.7ms | ActiveRecord: 0.5ms)
15670
+
15671
+
15672
+ Started DELETE "/session" for 127.0.0.1 at 2015-08-23 10:06:01 +0900
15673
+ Processing by Nyauth::SessionsController#destroy as HTML
15674
+ Parameters: {"authenticity_token"=>"kgyhntNBc72ntepON8hN5iAltBOZYQvj+1nm6DTyh9xVm80nljyYQ3g8k6VANRWY14OmXiWD23DD1vfW+EhhGQ=="}
15675
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
15676
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]]
15677
+ Redirected to http://www.lvh.me:3000/session/new
15678
+ Completed 302 Found in 17ms (ActiveRecord: 0.3ms)
15679
+
15680
+
15681
+ Started GET "/session/new" for 127.0.0.1 at 2015-08-23 10:06:01 +0900
15682
+ Processing by Nyauth::SessionsController#new as HTML
15683
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (14.4ms)
15684
+ Completed 200 OK in 35ms (Views: 34.3ms | ActiveRecord: 0.0ms)
15685
+
15686
+
15687
+ Started GET "/" for ::1 at 2015-08-23 16:21:48 +0900
15688
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
15689
+ Processing by PagesController#index as HTML
15690
+ Rendered pages/index.html.erb within layouts/application (1.7ms)
15691
+ Completed 200 OK in 210ms (Views: 208.9ms | ActiveRecord: 0.0ms)
15692
+
15693
+
15694
+ Started GET "/" for ::1 at 2015-08-23 16:21:49 +0900
15695
+ Processing by PagesController#index as HTML
15696
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
15697
+ Completed 200 OK in 14ms (Views: 14.3ms | ActiveRecord: 0.0ms)
15698
+
15699
+
15700
+ Started GET "/groups/2/events/new" for ::1 at 2015-08-23 16:21:55 +0900
15701
+
15702
+ ActionController::RoutingError (No route matches [GET] "/groups/2/events/new"):
15703
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
15704
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
15705
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
15706
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
15707
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
15708
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
15709
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
15710
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
15711
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
15712
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
15713
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
15714
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
15715
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
15716
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
15717
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
15718
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
15719
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
15720
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
15721
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
15722
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
15723
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
15724
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
15725
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
15726
+
15727
+
15728
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
15729
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
15730
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
15731
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.1ms)
15732
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
15733
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (94.1ms)
15734
+
15735
+
15736
+ Started GET "/secret_page" for ::1 at 2015-08-23 16:21:58 +0900
15737
+ Processing by SecretPagesController#show as HTML
15738
+ Redirected to http://localhost:3000/session/new
15739
+ Filter chain halted as #<Proc:0x007fd1fd7dc158@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
15740
+ Completed 302 Found in 14ms (ActiveRecord: 0.0ms)
15741
+
15742
+
15743
+ Started GET "/session/new" for ::1 at 2015-08-23 16:21:58 +0900
15744
+ Processing by Nyauth::SessionsController#new as HTML
15745
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (308.9ms)
15746
+ Completed 200 OK in 351ms (Views: 341.5ms | ActiveRecord: 0.0ms)
15747
+
15748
+
15749
+ Started GET "/registration/new" for ::1 at 2015-08-23 16:22:02 +0900
15750
+ Processing by Nyauth::RegistrationsController#new as HTML
15751
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (13.8ms)
15752
+ Completed 200 OK in 45ms (Views: 42.2ms | ActiveRecord: 0.0ms)
15753
+
15754
+
15755
+ Started POST "/registration" for ::1 at 2015-08-23 16:22:10 +0900
15756
+ Processing by Nyauth::RegistrationsController#create as HTML
15757
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"KN5Oe7ZqMNQgEhmKKnbY81FXfbCgXo5/dEN962OOSbiHEaPgClfxNkhE786zysk9yhR0kBDb+DdGt/SjD6XISQ==", "registration"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
15758
+  (0.1ms) begin transaction
15759
+ SQL (1.9ms) INSERT INTO "users" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "naoto5959+test1@gmail.com"], ["password_salt", "1b6ee6f591bcd50c221c9c9052155655adf32340cc82f6773d5cbe0df987289ddcadec6405c1364ec76978e046e9156e184835438d0f93e71e88641226e4720a5f1a25cc4e1029391063d4fc422203a3a57161083e3dd74f9c39bef6990dd8714aa25d3aaafd5448f089b5e9fce498a297050a4ddd512282202564e490f2dd7d"], ["password_digest", "9f63e9da5a0b785113924704d4f8dc744b9c5bf3de5b3e7612a8f10661af82e9"], ["created_at", "2015-08-23 07:22:10.639921"], ["updated_at", "2015-08-23 07:22:10.639921"]]
15760
+  (5.8ms) commit transaction
15761
+ Redirected to http://localhost:3000/
15762
+ Completed 302 Found in 55ms (ActiveRecord: 8.1ms)
15763
+
15764
+
15765
+ Started GET "/" for ::1 at 2015-08-23 16:22:10 +0900
15766
+ Processing by PagesController#index as HTML
15767
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
15768
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
15769
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
15770
+ Completed 200 OK in 34ms (Views: 33.8ms | ActiveRecord: 0.2ms)
15771
+
15772
+
15773
+ Started DELETE "/session" for ::1 at 2015-08-23 16:22:20 +0900
15774
+ Processing by Nyauth::SessionsController#destroy as HTML
15775
+ Parameters: {"authenticity_token"=>"V12iBAO8vCHWWqKegeLvQ8tWCXUDB1uyRd62Goefd0/4kk+fv4F9w74MVNoYXv6NUBUAVbOCLfp3Kj9S67T2vg=="}
15776
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
15777
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
15778
+ Redirected to http://localhost:3000/session/new
15779
+ Completed 302 Found in 14ms (ActiveRecord: 0.1ms)
15780
+
15781
+
15782
+ Started GET "/session/new" for ::1 at 2015-08-23 16:22:20 +0900
15783
+ Processing by Nyauth::SessionsController#new as HTML
15784
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (16.6ms)
15785
+ Completed 200 OK in 38ms (Views: 36.8ms | ActiveRecord: 0.0ms)
15786
+
15787
+
15788
+ Started POST "/session" for ::1 at 2015-08-23 16:22:25 +0900
15789
+ Processing by Nyauth::SessionsController#create as HTML
15790
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"7UUl8NmUb8uDIcBoT4m0VnKhh1R2uzj3+BpJ6m9OeSuawRPKQHWlOgMx62hL5N+MIW32k8R3vNQr+HdZIWo3Eg==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
15791
+ User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
15792
+ Redirected to http://localhost:3000/
15793
+ Completed 302 Found in 24ms (ActiveRecord: 0.7ms)
15794
+
15795
+
15796
+ Started GET "/" for ::1 at 2015-08-23 16:22:25 +0900
15797
+ Processing by PagesController#index as HTML
15798
+ Rendered pages/index.html.erb within layouts/application (0.1ms)
15799
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
15800
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
15801
+ Completed 200 OK in 24ms (Views: 23.9ms | ActiveRecord: 0.2ms)
15802
+
15803
+
15804
+ Started DELETE "/session" for ::1 at 2015-08-23 16:22:27 +0900
15805
+ Processing by Nyauth::SessionsController#destroy as HTML
15806
+ Parameters: {"authenticity_token"=>"7I1gowKz4Cn4+hbWSVIDGzaoSRw+DzphQ8ouD53ExGSbCVaZm1Iq2HjqPdZNP2jBZWQ424zDvkKQKBC80+CKXQ=="}
15807
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
15808
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
15809
+ Redirected to http://localhost:3000/session/new
15810
+ Completed 302 Found in 19ms (ActiveRecord: 0.2ms)
15811
+
15812
+
15813
+ Started GET "/session/new" for ::1 at 2015-08-23 16:22:27 +0900
15814
+ Processing by Nyauth::SessionsController#new as HTML
15815
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (14.8ms)
15816
+ Completed 200 OK in 35ms (Views: 34.6ms | ActiveRecord: 0.0ms)
15817
+
15818
+
15819
+ Started POST "/session" for ::1 at 2015-08-23 16:22:46 +0900
15820
+ Processing by Nyauth::SessionsController#create as HTML
15821
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"XEBmuUrDvJQVFN8s1FoDrhcpu2qUFqev7bW8KCikm4FluVeZzKNbCgbr6Dx240fx/G67IBEJOZgJiGNlVfkW1g==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
15822
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
15823
+ Redirected to http://localhost:3000/
15824
+ Completed 302 Found in 108655ms (ActiveRecord: 0.6ms)
15825
+
15826
+
15827
+ Started GET "/" for ::1 at 2015-08-23 16:24:34 +0900
15828
+ Processing by PagesController#index as HTML
15829
+ Rendered pages/index.html.erb within layouts/application (0.1ms)
15830
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
15831
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
15832
+ Completed 200 OK in 30ms (Views: 29.6ms | ActiveRecord: 0.2ms)
15833
+
15834
+
15835
+ Started DELETE "/session" for ::1 at 2015-08-23 16:24:50 +0900
15836
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15837
+ Processing by Nyauth::SessionsController#destroy as HTML
15838
+ Parameters: {"authenticity_token"=>"wOlJeWzGqu2JNmyv0bfeQY7GbjipHvl+SsfQ3yuOYmj5EHhZ6qZNc5rJW79zDpoeZYFuciwBZ0mu+g+SVtPvPw=="}
15839
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
15840
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
15841
+ Redirected to http://localhost:3000/session/new
15842
+ Completed 302 Found in 298ms (ActiveRecord: 0.7ms)
15843
+
15844
+
15845
+ Started GET "/session/new" for ::1 at 2015-08-23 16:24:50 +0900
15846
+ Processing by Nyauth::SessionsController#new as HTML
15847
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (25.0ms)
15848
+ Completed 200 OK in 189ms (Views: 188.1ms | ActiveRecord: 0.0ms)
15849
+
15850
+
15851
+ Started POST "/session" for ::1 at 2015-08-23 16:24:54 +0900
15852
+ Processing by Nyauth::SessionsController#create as HTML
15853
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"orxlVY6beSxD5NmvEYzg2O8wGR5aRT9ibn2RxtNnjEvLk1wj/Bzq410y0S9LE/iyQKc2wI4tJd4mcWChVcWQdg==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
15854
+ User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
15855
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (7.6ms)
15856
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
15857
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
15858
+ Completed 200 OK in 22177ms (Views: 27.3ms | ActiveRecord: 0.9ms)
15859
+
15860
+
15861
+ Started POST "/session" for ::1 at 2015-08-23 16:25:17 +0900
15862
+ Processing by Nyauth::SessionsController#create as HTML
15863
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"orxlVY6beSxD5NmvEYzg2O8wGR5aRT9ibn2RxtNnjEvLk1wj/Bzq410y0S9LE/iyQKc2wI4tJd4mcWChVcWQdg==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
15864
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
15865
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (7.8ms)
15866
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
15867
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
15868
+ Completed 200 OK in 1984ms (Views: 57.6ms | ActiveRecord: 0.3ms)
15869
+
15870
+
15871
+ Started POST "/session" for ::1 at 2015-08-23 16:27:13 +0900
15872
+ Processing by Nyauth::SessionsController#create as HTML
15873
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"orxlVY6beSxD5NmvEYzg2O8wGR5aRT9ibn2RxtNnjEvLk1wj/Bzq410y0S9LE/iyQKc2wI4tJd4mcWChVcWQdg==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
15874
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
15875
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (8.8ms)
15876
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
15877
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
15878
+ Completed 200 OK in 6363ms (Views: 34.0ms | ActiveRecord: 0.8ms)
15879
+
15880
+
15881
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-08-23 16:27:19 +0900
15882
+
15883
+
15884
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-08-23 16:27:19 +0900
15885
+
15886
+
15887
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-08-23 16:27:19 +0900
15888
+
15889
+
15890
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-08-23 16:27:19 +0900