nyauth 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/app/controllers/concerns/nyauth/client_concern.rb +1 -0
  4. data/app/controllers/concerns/nyauth/session_concern.rb +13 -2
  5. data/app/controllers/nyauth/base_controller.rb +7 -0
  6. data/app/controllers/nyauth/confirmation_requests_controller.rb +2 -3
  7. data/app/controllers/nyauth/confirmations_controller.rb +2 -3
  8. data/app/controllers/nyauth/passwords_controller.rb +1 -5
  9. data/app/controllers/nyauth/registrations_controller.rb +1 -4
  10. data/app/controllers/nyauth/reset_password_requests_controller.rb +1 -4
  11. data/app/controllers/nyauth/reset_passwords_controller.rb +1 -4
  12. data/app/controllers/nyauth/sessions_controller.rb +2 -5
  13. data/app/helpers/nyauth/application_helper.rb +4 -0
  14. data/app/models/concerns/nyauth/authenticatable.rb +1 -1
  15. data/lib/generators/nyauth/templates/nyauth_install_initializer.rb +1 -0
  16. data/lib/nyauth/configuration.rb +3 -1
  17. data/lib/nyauth/middleware.rb +1 -0
  18. data/lib/nyauth/nyan.rb +1 -0
  19. data/lib/nyauth/session_serializer.rb +2 -1
  20. data/lib/nyauth/version.rb +1 -1
  21. data/spec/dummy/config/initializers/nyauth.rb +1 -0
  22. data/spec/dummy/db/test.sqlite3 +0 -0
  23. data/spec/dummy/log/development.log +1279 -0
  24. data/spec/dummy/log/test.log +5024 -0
  25. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/1SgsiPCC0_OqwmFFIeO-NDjvo5Cj0FU348WFcY_2j6c.cache +1 -0
  26. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/2NBqGhntP-vkXcqELAsDTzmnheGw93xJN_VGA0pgaRE.cache +2 -0
  27. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache +2 -0
  28. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/9i_17ApHgLHXHlwXbU9QEfNrNMgVPjAoAk0EfGS-cWw.cache +1 -0
  29. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/CNXGLOU1u3FFzGFDMg_4iNcdCDd2iAmoOaiRROni8Tk.cache +2 -0
  30. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/IWK3eA3Xg7xhMT1dZKZVm3upMCwIJ0SQ9OSvgr5EQSQ.cache +1 -0
  31. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/M-01bce3-wk7ejaA8vPEwUWCLHoDDBrUXjHsxjmvj5M.cache +0 -0
  32. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/M7oa-ssP0ThBOv3o2FcsdNgXY3vxnpfs-rW3tIOkwkU.cache +2 -0
  33. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/MjbfHEk5fL4HFRCXVVkwYMHu5guRcO-FGLFU485dMV8.cache +0 -0
  34. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/NeJ0a8W4OrDx7L-0PPkc484TRX7ReOk8iMHFUA96r8c.cache +1 -0
  35. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache +3 -0
  36. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/PefL8G86ueryC3XcvIG9eI1OB29lP3VNB-BdcF-kisA.cache +1 -0
  37. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/RDcmknHrxZY-Yz12bLt6TFfj9Wn_F4np3vZaysEl0nQ.cache +1 -0
  38. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/TCPOmqTgyNFovZmHXHUPPumf8jHDXCMHIu91bxyq_qM.cache +1 -0
  39. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/TbwAyWIHAKNshn19Q4B2Ukz3T5mduRykZjm3fove1I0.cache +0 -0
  40. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/cD-xX85wEbUx0FzXhj4CwiGLwYA65KFOABy8pO7xa2s.cache +0 -0
  41. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/jd_OAtZU3_tKwIEXznG0fpajbw6aSC6FZbPI4_OI3Qs.cache +1 -0
  42. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/q67E19uacbtvHmcq693Fj-LzCJhNHm5-fXCKhuCOqos.cache +0 -0
  43. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/qNepDmbIi_nFZX0KJF-zUvTl9CohiLBxTD-P97k1Cs4.cache +1 -0
  44. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/rZS2dSuZR3CGbChyMtQnJmfrHS-eYItGdlz8HLRVRP4.cache +0 -0
  45. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/t1OSyz8ZOkqn7HP_G1--JL_iLGWUQs2V9NzsmGgQbuc.cache +0 -0
  46. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/vwm1k9Bq-HwABJMegaJmccXR8JXBcp7a46peIjalZug.cache +1 -0
  47. data/spec/dummy/tmp/cache/assets/development/sprockets/v3.0/xNxWjlD2nQ_nHrl6FvGZ5mhn4F5A5XJAlz029Se49y4.cache +2 -0
  48. metadata +49 -2
@@ -15888,3 +15888,1282 @@ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e
15888
15888
 
15889
15889
 
15890
15890
  Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-08-23 16:27:19 +0900
15891
+
15892
+
15893
+ Started GET "/" for ::1 at 2015-09-26 21:16:45 +0900
15894
+ ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"
15895
+ Processing by PagesController#index as HTML
15896
+ Rendered pages/index.html.erb within layouts/application (2.1ms)
15897
+ Completed 200 OK in 314ms (Views: 313.9ms | ActiveRecord: 0.0ms)
15898
+
15899
+
15900
+ Started GET "/" for ::1 at 2015-09-26 21:16:46 +0900
15901
+ Processing by PagesController#index as HTML
15902
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
15903
+ Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.0ms)
15904
+
15905
+
15906
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:16:46 +0900
15907
+
15908
+
15909
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:16:46 +0900
15910
+
15911
+
15912
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:16:46 +0900
15913
+
15914
+
15915
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:16:46 +0900
15916
+
15917
+
15918
+ Started GET "/" for ::1 at 2015-09-26 21:16:58 +0900
15919
+ Processing by PagesController#index as HTML
15920
+ Rendered pages/index.html.erb within layouts/application (0.1ms)
15921
+ Completed 200 OK in 17ms (Views: 17.0ms | ActiveRecord: 0.0ms)
15922
+
15923
+
15924
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:16:58 +0900
15925
+
15926
+
15927
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:16:58 +0900
15928
+
15929
+
15930
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:16:58 +0900
15931
+
15932
+
15933
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:16:58 +0900
15934
+
15935
+
15936
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:16:59 +0900
15937
+ Processing by SecretPagesController#show as HTML
15938
+ Redirected to http://localhost:3000/session/new
15939
+ Filter chain halted as #<Proc:0x007fa408368428@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
15940
+ Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
15941
+
15942
+
15943
+ Started GET "/session/new" for ::1 at 2015-09-26 21:16:59 +0900
15944
+ Processing by Nyauth::SessionsController#new as HTML
15945
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (358.8ms)
15946
+ Completed 200 OK in 390ms (Views: 383.8ms | ActiveRecord: 0.0ms)
15947
+
15948
+
15949
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:17:00 +0900
15950
+
15951
+
15952
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:17:00 +0900
15953
+
15954
+
15955
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:17:00 +0900
15956
+
15957
+
15958
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:17:00 +0900
15959
+
15960
+
15961
+ Started POST "/session" for ::1 at 2015-09-26 21:17:10 +0900
15962
+ Processing by Nyauth::SessionsController#create as HTML
15963
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ArQxcrXqF98gM3BRPmfDAYMkALS/tsZ39LyOL5dkz1bbjnlsOymLDy8OQDUk8f51mIHSUzQMvTV5fo5tRr0VyQ==", "session"=>{"email"=>"koshikawa@ppworks.jp", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
15964
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "koshikawa@ppworks.jp"]]
15965
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.6ms)
15966
+ Completed 200 OK in 54ms (Views: 32.4ms | ActiveRecord: 0.9ms)
15967
+
15968
+
15969
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:17:10 +0900
15970
+
15971
+
15972
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:17:10 +0900
15973
+
15974
+
15975
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:17:10 +0900
15976
+
15977
+
15978
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:17:10 +0900
15979
+
15980
+
15981
+ Started GET "/registration/new" for ::1 at 2015-09-26 21:17:13 +0900
15982
+ Processing by Nyauth::RegistrationsController#new as HTML
15983
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (3.5ms)
15984
+ Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.0ms)
15985
+
15986
+
15987
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:17:13 +0900
15988
+
15989
+
15990
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:17:13 +0900
15991
+
15992
+
15993
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:17:13 +0900
15994
+
15995
+
15996
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:17:13 +0900
15997
+
15998
+
15999
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:17:18 +0900
16000
+ Processing by SecretPagesController#show as HTML
16001
+ Redirected to http://localhost:3000/session/new
16002
+ Filter chain halted as #<Proc:0x007fa408368428@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
16003
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
16004
+
16005
+
16006
+ Started GET "/session/new" for ::1 at 2015-09-26 21:17:18 +0900
16007
+ Processing by Nyauth::SessionsController#new as HTML
16008
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.5ms)
16009
+ Completed 200 OK in 26ms (Views: 24.8ms | ActiveRecord: 0.0ms)
16010
+
16011
+
16012
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:17:18 +0900
16013
+
16014
+
16015
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:17:18 +0900
16016
+
16017
+
16018
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:17:19 +0900
16019
+
16020
+
16021
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:17:19 +0900
16022
+
16023
+
16024
+ Started POST "/session" for ::1 at 2015-09-26 21:17:21 +0900
16025
+ Processing by Nyauth::SessionsController#create as HTML
16026
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"9A1YSs/qU3ypM6qqHuHAMDdzxJuFQ35hZuvcvZZN+ZQtNxBUQSnPrKYOms4Ed/1ELNYWfA75BSPrKdz/R5QjCw==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
16027
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
16028
+ Redirected to http://localhost:3000/secret_page
16029
+ Completed 302 Found in 19ms (ActiveRecord: 0.4ms)
16030
+
16031
+
16032
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:17:21 +0900
16033
+ Processing by SecretPagesController#show as HTML
16034
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
16035
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
16036
+ Rendered secret_pages/show.html.erb within layouts/application (2.5ms)
16037
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
16038
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
16039
+ Completed 200 OK in 33ms (Views: 28.7ms | ActiveRecord: 0.4ms)
16040
+
16041
+
16042
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:17:21 +0900
16043
+
16044
+
16045
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:17:21 +0900
16046
+
16047
+
16048
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:17:21 +0900
16049
+
16050
+
16051
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:17:21 +0900
16052
+
16053
+
16054
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:17:26 +0900
16055
+ Processing by SecretPagesController#show as HTML
16056
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
16057
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
16058
+ Rendered secret_pages/show.html.erb within layouts/application (1.3ms)
16059
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
16060
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
16061
+ Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.1ms)
16062
+
16063
+
16064
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:17:26 +0900
16065
+
16066
+
16067
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:17:26 +0900
16068
+
16069
+
16070
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:17:26 +0900
16071
+
16072
+
16073
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:17:26 +0900
16074
+
16075
+
16076
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:18:24 +0900
16077
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
16078
+ Processing by SecretPagesController#show as HTML
16079
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
16080
+
16081
+ NameError (uninitialized constant Nyauth::CookieSerializer):
16082
+ app/controllers/secret_pages_controller.rb:2:in `block in <class:SecretPagesController>'
16083
+
16084
+
16085
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms)
16086
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
16087
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.5ms)
16088
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.5ms)
16089
+
16090
+
16091
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:18:53 +0900
16092
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
16093
+ Processing by SecretPagesController#show as HTML
16094
+ Redirected to http://localhost:3000/session/new
16095
+ Filter chain halted as #<Proc:0x007fcfb7000800@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
16096
+ Completed 302 Found in 17ms (ActiveRecord: 0.0ms)
16097
+
16098
+
16099
+ Started GET "/session/new" for ::1 at 2015-09-26 21:18:53 +0900
16100
+ Processing by Nyauth::SessionsController#new as HTML
16101
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (283.9ms)
16102
+ Completed 200 OK in 476ms (Views: 467.8ms | ActiveRecord: 0.0ms)
16103
+
16104
+
16105
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:18:53 +0900
16106
+
16107
+
16108
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:18:53 +0900
16109
+
16110
+
16111
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:18:53 +0900
16112
+
16113
+
16114
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:18:53 +0900
16115
+
16116
+
16117
+ Started GET "/session/new" for ::1 at 2015-09-26 21:18:57 +0900
16118
+ Processing by Nyauth::SessionsController#new as HTML
16119
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.6ms)
16120
+ Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.0ms)
16121
+
16122
+
16123
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:18:57 +0900
16124
+
16125
+
16126
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:18:57 +0900
16127
+
16128
+
16129
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:18:57 +0900
16130
+
16131
+
16132
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:18:57 +0900
16133
+
16134
+
16135
+ Started POST "/session" for ::1 at 2015-09-26 21:19:05 +0900
16136
+ Processing by Nyauth::SessionsController#create as HTML
16137
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ORxBYPGvuPvzz6z7OJTaGgauWr4+pEXMYG4C+HYG49h1nIlKFtYZBGbLbi55EMcmJxbzfFZJZCitFIq+cuZPng==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
16138
+ User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
16139
+ Redirected to http://localhost:3000/
16140
+ Completed 302 Found in 25ms (ActiveRecord: 1.1ms)
16141
+
16142
+
16143
+ Started GET "/" for ::1 at 2015-09-26 21:19:05 +0900
16144
+ Processing by PagesController#index as HTML
16145
+ Rendered pages/index.html.erb within layouts/application (0.5ms)
16146
+ Completed 200 OK in 26ms (Views: 26.1ms | ActiveRecord: 0.0ms)
16147
+
16148
+
16149
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:19:05 +0900
16150
+
16151
+
16152
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:19:05 +0900
16153
+
16154
+
16155
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:19:05 +0900
16156
+
16157
+
16158
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:19:05 +0900
16159
+
16160
+
16161
+ Started GET "/" for ::1 at 2015-09-26 21:19:07 +0900
16162
+ Processing by PagesController#index as HTML
16163
+ Rendered pages/index.html.erb within layouts/application (0.1ms)
16164
+ Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.0ms)
16165
+
16166
+
16167
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:19:07 +0900
16168
+
16169
+
16170
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:19:07 +0900
16171
+
16172
+
16173
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:19:07 +0900
16174
+
16175
+
16176
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:19:07 +0900
16177
+
16178
+
16179
+ Started GET "/" for ::1 at 2015-09-26 21:19:33 +0900
16180
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
16181
+ Processing by PagesController#index as HTML
16182
+ Rendered pages/index.html.erb within layouts/application (1.6ms)
16183
+ Completed 200 OK in 7059ms (Views: 7058.2ms | ActiveRecord: 0.0ms)
16184
+
16185
+
16186
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:19:40 +0900
16187
+
16188
+
16189
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:19:40 +0900
16190
+
16191
+
16192
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:19:40 +0900
16193
+
16194
+
16195
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:19:40 +0900
16196
+
16197
+
16198
+ Started GET "/" for ::1 at 2015-09-26 21:20:18 +0900
16199
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
16200
+ Processing by PagesController#index as HTML
16201
+ Rendered pages/index.html.erb within layouts/application (1.4ms)
16202
+ Completed 200 OK in 168ms (Views: 167.4ms | ActiveRecord: 0.0ms)
16203
+
16204
+
16205
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:20:19 +0900
16206
+
16207
+
16208
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:20:19 +0900
16209
+
16210
+
16211
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:20:19 +0900
16212
+
16213
+
16214
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:20:19 +0900
16215
+
16216
+
16217
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:20:23 +0900
16218
+ Processing by SecretPagesController#show as HTML
16219
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
16220
+
16221
+ NameError (uninitialized constant Nyauth::CookieSerializer::Utils):
16222
+ app/controllers/secret_pages_controller.rb:2:in `block in <class:SecretPagesController>'
16223
+
16224
+
16225
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms)
16226
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
16227
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
16228
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.2ms)
16229
+
16230
+
16231
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:21:43 +0900
16232
+ ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"
16233
+ Processing by SecretPagesController#show as HTML
16234
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
16235
+
16236
+ NameError (uninitialized constant Rack::Request::Utils):
16237
+ app/controllers/secret_pages_controller.rb:2:in `block in <class:SecretPagesController>'
16238
+
16239
+
16240
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
16241
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
16242
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.3ms)
16243
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.4ms)
16244
+
16245
+
16246
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:22:35 +0900
16247
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
16248
+ Processing by SecretPagesController#show as HTML
16249
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
16250
+
16251
+ NameError (uninitialized constant Nyauth::CookieSerializer::Utils):
16252
+ app/controllers/secret_pages_controller.rb:2:in `block in <class:SecretPagesController>'
16253
+
16254
+
16255
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.7ms)
16256
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
16257
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.7ms)
16258
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.5ms)
16259
+
16260
+
16261
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:22:52 +0900
16262
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
16263
+ Processing by SecretPagesController#show as HTML
16264
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
16265
+
16266
+ NameError (uninitialized constant Nyauth::CookieSerializer::Utils):
16267
+ app/controllers/secret_pages_controller.rb:2:in `block in <class:SecretPagesController>'
16268
+
16269
+
16270
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
16271
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
16272
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.0ms)
16273
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (52.6ms)
16274
+
16275
+
16276
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:23:40 +0900
16277
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
16278
+ Processing by SecretPagesController#show as HTML
16279
+ Redirected to http://localhost:3000/session/new
16280
+ Filter chain halted as #<Proc:0x007ff25594fc60@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
16281
+ Completed 302 Found in 20ms (ActiveRecord: 0.0ms)
16282
+
16283
+
16284
+ Started GET "/session/new" for ::1 at 2015-09-26 21:23:41 +0900
16285
+ Processing by Nyauth::SessionsController#new as HTML
16286
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (383.7ms)
16287
+ Completed 200 OK in 590ms (Views: 573.0ms | ActiveRecord: 0.0ms)
16288
+
16289
+
16290
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:23:41 +0900
16291
+
16292
+
16293
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:23:41 +0900
16294
+
16295
+
16296
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:23:41 +0900
16297
+
16298
+
16299
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:23:41 +0900
16300
+
16301
+
16302
+ Started POST "/session" for ::1 at 2015-09-26 21:23:48 +0900
16303
+ Processing by Nyauth::SessionsController#create as HTML
16304
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"tBGQQboO1/1v7SeZX3VEDl2iYnqAR3kRNkkFdjPGRifa/DYRjuQDe1CvsldQqTi5kmYcd1viYrRbydSEO9DnOw==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
16305
+ User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
16306
+ Redirected to http://localhost:3000/secret_page
16307
+ Completed 302 Found in 32ms (ActiveRecord: 2.0ms)
16308
+
16309
+
16310
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:23:48 +0900
16311
+ Processing by SecretPagesController#show as HTML
16312
+ Redirected to http://localhost:3000/session/new
16313
+ Filter chain halted as #<Proc:0x007ff25594fc60@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
16314
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
16315
+
16316
+
16317
+ Started GET "/session/new" for ::1 at 2015-09-26 21:23:48 +0900
16318
+ Processing by Nyauth::SessionsController#new as HTML
16319
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (2.0ms)
16320
+ Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.0ms)
16321
+
16322
+
16323
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:23:48 +0900
16324
+
16325
+
16326
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:23:48 +0900
16327
+
16328
+
16329
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:23:48 +0900
16330
+
16331
+
16332
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:23:48 +0900
16333
+
16334
+
16335
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:23:51 +0900
16336
+ Processing by SecretPagesController#show as HTML
16337
+ Redirected to http://localhost:3000/session/new
16338
+ Filter chain halted as #<Proc:0x007ff25594fc60@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
16339
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
16340
+
16341
+
16342
+ Started GET "/session/new" for ::1 at 2015-09-26 21:23:51 +0900
16343
+ Processing by Nyauth::SessionsController#new as HTML
16344
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (6.9ms)
16345
+ Completed 200 OK in 41ms (Views: 38.9ms | ActiveRecord: 0.0ms)
16346
+
16347
+
16348
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:23:51 +0900
16349
+
16350
+
16351
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:23:51 +0900
16352
+
16353
+
16354
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:23:51 +0900
16355
+
16356
+
16357
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:23:51 +0900
16358
+
16359
+
16360
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:23:53 +0900
16361
+ Processing by SecretPagesController#show as HTML
16362
+ Redirected to http://localhost:3000/session/new
16363
+ Filter chain halted as #<Proc:0x007ff25594fc60@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
16364
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
16365
+
16366
+
16367
+ Started GET "/session/new" for ::1 at 2015-09-26 21:23:53 +0900
16368
+ Processing by Nyauth::SessionsController#new as HTML
16369
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.5ms)
16370
+ Completed 200 OK in 30ms (Views: 29.3ms | ActiveRecord: 0.0ms)
16371
+
16372
+
16373
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:23:53 +0900
16374
+
16375
+
16376
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:23:53 +0900
16377
+
16378
+
16379
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:23:53 +0900
16380
+
16381
+
16382
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:23:53 +0900
16383
+
16384
+
16385
+ Started GET "/session/new" for ::1 at 2015-09-26 21:24:20 +0900
16386
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16387
+ Processing by Nyauth::SessionsController#new as HTML
16388
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (281.2ms)
16389
+ Completed 200 OK in 453ms (Views: 443.3ms | ActiveRecord: 0.0ms)
16390
+
16391
+
16392
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:24:20 +0900
16393
+
16394
+
16395
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:24:20 +0900
16396
+
16397
+
16398
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:24:20 +0900
16399
+
16400
+
16401
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:24:20 +0900
16402
+
16403
+
16404
+ Started POST "/session" for ::1 at 2015-09-26 21:24:25 +0900
16405
+ Processing by Nyauth::SessionsController#create as HTML
16406
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"/istaw9NlixDTR4YQ1z9GVEv3laxoAG9FrvP0MoAlyOQxos7O6dCqnwPi9ZMgIGunuugW2oFGhh7Ox4iwhY2Pw==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
16407
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
16408
+ Redirected to http://localhost:3000/secret_page
16409
+ Completed 302 Found in 27ms (ActiveRecord: 0.6ms)
16410
+
16411
+
16412
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:24:25 +0900
16413
+ Processing by SecretPagesController#show as HTML
16414
+ Redirected to http://localhost:3000/session/new
16415
+ Filter chain halted as #<Proc:0x007f96ca60bc70@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
16416
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
16417
+
16418
+
16419
+ Started GET "/session/new" for ::1 at 2015-09-26 21:24:25 +0900
16420
+ Processing by Nyauth::SessionsController#new as HTML
16421
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.5ms)
16422
+ Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.0ms)
16423
+
16424
+
16425
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:24:25 +0900
16426
+
16427
+
16428
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:24:25 +0900
16429
+
16430
+
16431
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:24:25 +0900
16432
+
16433
+
16434
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:24:25 +0900
16435
+
16436
+
16437
+ Started POST "/session" for ::1 at 2015-09-26 21:24:30 +0900
16438
+ Processing by Nyauth::SessionsController#create as HTML
16439
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"2LEzcuZuddIofThgQPmHrT/RrKJWM1d70JE0jTdLcia2XJUi0oShVBc/ra5PJfsa8BXSr42WTN69EeV/P13TOg==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
16440
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
16441
+ Redirected to http://localhost:3000/secret_page
16442
+ Completed 302 Found in 13ms (ActiveRecord: 0.2ms)
16443
+
16444
+
16445
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:24:30 +0900
16446
+ Processing by SecretPagesController#show as HTML
16447
+ Redirected to http://localhost:3000/session/new
16448
+ Filter chain halted as #<Proc:0x007f96ca60bc70@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
16449
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
16450
+
16451
+
16452
+ Started GET "/session/new" for ::1 at 2015-09-26 21:24:30 +0900
16453
+ Processing by Nyauth::SessionsController#new as HTML
16454
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (2.1ms)
16455
+ Completed 200 OK in 65ms (Views: 51.8ms | ActiveRecord: 0.0ms)
16456
+
16457
+
16458
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:24:30 +0900
16459
+
16460
+
16461
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:24:30 +0900
16462
+
16463
+
16464
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:24:30 +0900
16465
+
16466
+
16467
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:24:30 +0900
16468
+
16469
+
16470
+ Started GET "/session/new" for ::1 at 2015-09-26 21:24:45 +0900
16471
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16472
+ Processing by Nyauth::SessionsController#new as HTML
16473
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (271.3ms)
16474
+ Completed 200 OK in 55074ms (Views: 55064.0ms | ActiveRecord: 0.3ms)
16475
+
16476
+
16477
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:25:41 +0900
16478
+
16479
+
16480
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:25:41 +0900
16481
+
16482
+
16483
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:25:41 +0900
16484
+
16485
+
16486
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:25:41 +0900
16487
+
16488
+
16489
+ Started GET "/session/new" for ::1 at 2015-09-26 21:25:48 +0900
16490
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16491
+ Processing by Nyauth::SessionsController#new as HTML
16492
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (323.3ms)
16493
+ Completed 200 OK in 536ms (Views: 521.2ms | ActiveRecord: 0.0ms)
16494
+
16495
+
16496
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:25:49 +0900
16497
+
16498
+
16499
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:25:49 +0900
16500
+
16501
+
16502
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:25:49 +0900
16503
+
16504
+
16505
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:25:49 +0900
16506
+
16507
+
16508
+ Started POST "/session" for ::1 at 2015-09-26 21:25:52 +0900
16509
+ Processing by Nyauth::SessionsController#create as HTML
16510
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"RdIOsxGqIxexpJTxRMkVa3qF0zzEhELseeQoIPlK/cIrP6jjJUD3kY7mAT9LFWnctUGtMR8hWUkUZPnS8Vxc3g==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
16511
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
16512
+ Redirected to http://localhost:3000/secret_page
16513
+ Completed 302 Found in 156881ms (ActiveRecord: 0.9ms)
16514
+
16515
+
16516
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:28:29 +0900
16517
+ Processing by SecretPagesController#show as HTML
16518
+ Redirected to http://localhost:3000/session/new
16519
+ Filter chain halted as #<Proc:0x007fe5daf2bad0@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
16520
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
16521
+
16522
+
16523
+ Started GET "/session/new" for ::1 at 2015-09-26 21:28:29 +0900
16524
+ Processing by Nyauth::SessionsController#new as HTML
16525
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (50.3ms)
16526
+ Completed 200 OK in 99ms (Views: 96.7ms | ActiveRecord: 0.0ms)
16527
+
16528
+
16529
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:28:29 +0900
16530
+
16531
+
16532
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:28:29 +0900
16533
+
16534
+
16535
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:28:29 +0900
16536
+
16537
+
16538
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:28:29 +0900
16539
+
16540
+
16541
+ Started GET "/session/new" for ::1 at 2015-09-26 21:32:37 +0900
16542
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
16543
+ Processing by Nyauth::SessionsController#new as HTML
16544
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (510.8ms)
16545
+ Completed 500 Internal Server Error in 871ms (ActiveRecord: 0.0ms)
16546
+
16547
+ ActionView::Template::Error (undefined method `signed' for #<Hash:0x007fc6b7194738>):
16548
+ 15: <%= flash[:alert] %>
16549
+ 16: <% end %>
16550
+ 17: <%= link_to "Secret page(URL helper on application)", secret_page_path %>
16551
+ 18: <% if signed_in?(as: :user) %>
16552
+ 19: <%= link_to t('nav.nyauth.sessions.destroy'), session_path_for(:user), class: 'pure-menu-link', method: :delete %>
16553
+ 20: <% end %>
16554
+ 21: <% if signed_in?(as: :admin) %>
16555
+ app/views/layouts/application.html.erb:18:in `_app_views_layouts_application_html_erb__889599116241028024_70245709972000'
16556
+
16557
+
16558
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (14.0ms)
16559
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms)
16560
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
16561
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (109.8ms)
16562
+
16563
+
16564
+ Started GET "/session/new" for ::1 at 2015-09-26 21:33:14 +0900
16565
+ ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
16566
+ Processing by Nyauth::SessionsController#new as HTML
16567
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (781.0ms)
16568
+ Completed 200 OK in 1185ms (Views: 1163.6ms | ActiveRecord: 0.0ms)
16569
+
16570
+
16571
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:33:16 +0900
16572
+
16573
+
16574
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:33:16 +0900
16575
+
16576
+
16577
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:33:16 +0900
16578
+
16579
+
16580
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:33:16 +0900
16581
+
16582
+
16583
+ Started POST "/session" for ::1 at 2015-09-26 21:33:23 +0900
16584
+ Processing by Nyauth::SessionsController#create as HTML
16585
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"zNjsdfZk3V1WzfFlumKhXW6YV0yS+HAtOuBsZhpVJ4qiNUolwo4J22mPZKu1vt3qoVwpQUlda4hXYL2UEkOGlg==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
16586
+ User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
16587
+ Redirected to http://localhost:3000/secret_page
16588
+ Completed 302 Found in 58ms (ActiveRecord: 1.1ms)
16589
+
16590
+
16591
+ Started GET "/secret_page" for ::1 at 2015-09-26 21:33:23 +0900
16592
+ Processing by SecretPagesController#show as HTML
16593
+ Redirected to http://localhost:3000/session/new
16594
+ Filter chain halted as #<Proc:0x007fdc3f84c448@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
16595
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
16596
+
16597
+
16598
+ Started GET "/session/new" for ::1 at 2015-09-26 21:33:23 +0900
16599
+ Processing by Nyauth::SessionsController#new as HTML
16600
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (3.4ms)
16601
+ Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.0ms)
16602
+
16603
+
16604
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-26 21:33:23 +0900
16605
+
16606
+
16607
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-26 21:33:23 +0900
16608
+
16609
+
16610
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-26 21:33:23 +0900
16611
+
16612
+
16613
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-26 21:33:23 +0900
16614
+
16615
+
16616
+ Started GET "/" for ::1 at 2015-09-27 23:42:35 +0900
16617
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
16618
+ Processing by PagesController#index as HTML
16619
+ Rendered pages/index.html.erb within layouts/application (1.8ms)
16620
+ Completed 200 OK in 178ms (Views: 177.5ms | ActiveRecord: 0.0ms)
16621
+
16622
+
16623
+ Started GET "/" for ::1 at 2015-09-27 23:42:35 +0900
16624
+ Processing by PagesController#index as HTML
16625
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
16626
+ Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms)
16627
+
16628
+
16629
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-27 23:42:36 +0900
16630
+
16631
+
16632
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-27 23:42:36 +0900
16633
+
16634
+
16635
+ Started GET "/secret_page" for ::1 at 2015-09-27 23:42:40 +0900
16636
+ Processing by SecretPagesController#show as HTML
16637
+ Redirected to http://localhost:3000/session/new
16638
+ Filter chain halted as #<Proc:0x007f967f550ad8@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/secret_pages_controller.rb:2 (lambda)> rendered or redirected
16639
+ Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
16640
+
16641
+
16642
+ Started GET "/session/new" for ::1 at 2015-09-27 23:42:40 +0900
16643
+ Processing by Nyauth::SessionsController#new as HTML
16644
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (340.6ms)
16645
+ Completed 200 OK in 372ms (Views: 362.2ms | ActiveRecord: 0.0ms)
16646
+
16647
+
16648
+ Started POST "/session" for ::1 at 2015-09-27 23:42:44 +0900
16649
+ Processing by Nyauth::SessionsController#create as HTML
16650
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Bba3Y3PM/VhUZ8163oxyRWd7fWuqJLb7ueNsznc8ka4kYKdUoy6U2fplJAMUMH5698HKw5Ni0uAyA5NXvynQTw==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
16651
+ User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
16652
+ Completed 500 Internal Server Error in 31ms (ActiveRecord: 1.2ms)
16653
+
16654
+ ArgumentError (wrong number of arguments (1 for 0)):
16655
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/concerns/nyauth/client_concern.rb:28:in `nyauth_client_name'
16656
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/concerns/nyauth/session_concern.rb:52:in `store_signed_in_status'
16657
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/concerns/nyauth/session_concern.rb:16:in `sign_in'
16658
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/sessions_controller.rb:11:in `create'
16659
+ actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
16660
+ actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
16661
+ actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
16662
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
16663
+ activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
16664
+ activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
16665
+ activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
16666
+ activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
16667
+ activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
16668
+ activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
16669
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
16670
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
16671
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
16672
+ actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
16673
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
16674
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
16675
+ activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16676
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
16677
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
16678
+ actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
16679
+ activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
16680
+ actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
16681
+ actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
16682
+ actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
16683
+ actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
16684
+ actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
16685
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
16686
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
16687
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
16688
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16689
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
16690
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
16691
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
16692
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
16693
+ railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
16694
+ railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
16695
+ actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
16696
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16697
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
16698
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
16699
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
16700
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:14:in `block in call'
16701
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:21:in `run_callback'
16702
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `call'
16703
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
16704
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
16705
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
16706
+ actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
16707
+ actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
16708
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
16709
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
16710
+ actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
16711
+ activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
16712
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
16713
+ activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
16714
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
16715
+ activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
16716
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
16717
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
16718
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
16719
+ actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
16720
+ actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
16721
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
16722
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16723
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
16724
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
16725
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16726
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
16727
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
16728
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
16729
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16730
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
16731
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
16732
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
16733
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
16734
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
16735
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
16736
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
16737
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
16738
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
16739
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
16740
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
16741
+ /Users/koshikawa/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
16742
+ /Users/koshikawa/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
16743
+ /Users/koshikawa/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
16744
+
16745
+
16746
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.7ms)
16747
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
16748
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
16749
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (45.2ms)
16750
+
16751
+
16752
+ Started POST "/session" for ::1 at 2015-09-27 23:44:18 +0900
16753
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
16754
+ Processing by Nyauth::SessionsController#create as HTML
16755
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Bba3Y3PM/VhUZ8163oxyRWd7fWuqJLb7ueNsznc8ka4kYKdUoy6U2fplJAMUMH5698HKw5Ni0uAyA5NXvynQTw==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
16756
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
16757
+ Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.7ms)
16758
+
16759
+ NameError (undefined local variable or method `cookie' for #<Nyauth::SessionsController:0x007f86959427f8>):
16760
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/app/helpers/nyauth/application_helper.rb:9:in `method_missing'
16761
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/concerns/nyauth/session_concern.rb:56:in `store_signed_in_status'
16762
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/concerns/nyauth/session_concern.rb:16:in `sign_in'
16763
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/sessions_controller.rb:11:in `create'
16764
+ actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
16765
+ actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
16766
+ actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
16767
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
16768
+ activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
16769
+ activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
16770
+ activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
16771
+ activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
16772
+ activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
16773
+ activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
16774
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
16775
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
16776
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
16777
+ actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
16778
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
16779
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
16780
+ activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16781
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
16782
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
16783
+ actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
16784
+ activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
16785
+ actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
16786
+ actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
16787
+ actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
16788
+ actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
16789
+ actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
16790
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
16791
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
16792
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
16793
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16794
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
16795
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
16796
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
16797
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
16798
+ railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
16799
+ railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
16800
+ actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
16801
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16802
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
16803
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
16804
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
16805
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:14:in `block in call'
16806
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:21:in `run_callback'
16807
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `call'
16808
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
16809
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
16810
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
16811
+ actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
16812
+ actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
16813
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
16814
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
16815
+ actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
16816
+ activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
16817
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
16818
+ activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
16819
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
16820
+ activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
16821
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
16822
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
16823
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
16824
+ actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
16825
+ actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
16826
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
16827
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16828
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
16829
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
16830
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16831
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
16832
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
16833
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
16834
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16835
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
16836
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
16837
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
16838
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
16839
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
16840
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
16841
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
16842
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
16843
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
16844
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
16845
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
16846
+ /Users/koshikawa/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
16847
+ /Users/koshikawa/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
16848
+ /Users/koshikawa/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
16849
+
16850
+
16851
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
16852
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
16853
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
16854
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (47.6ms)
16855
+
16856
+
16857
+ Started POST "/session" for ::1 at 2015-09-27 23:44:57 +0900
16858
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16859
+ Processing by Nyauth::SessionsController#create as HTML
16860
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Bba3Y3PM/VhUZ8163oxyRWd7fWuqJLb7ueNsznc8ka4kYKdUoy6U2fplJAMUMH5698HKw5Ni0uAyA5NXvynQTw==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
16861
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
16862
+ Redirected to http://localhost:3000/secret_page
16863
+ Completed 302 Found in 288ms (ActiveRecord: 0.7ms)
16864
+
16865
+
16866
+ Started GET "/secret_page" for ::1 at 2015-09-27 23:44:57 +0900
16867
+ Processing by SecretPagesController#show as HTML
16868
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
16869
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
16870
+ Rendered secret_pages/show.html.erb within layouts/application (4.0ms)
16871
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
16872
+ CACHE (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
16873
+ Completed 200 OK in 151ms (Views: 146.7ms | ActiveRecord: 0.3ms)
16874
+
16875
+
16876
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-27 23:44:58 +0900
16877
+
16878
+
16879
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-27 23:44:58 +0900
16880
+
16881
+
16882
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-27 23:44:58 +0900
16883
+
16884
+
16885
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-27 23:44:58 +0900
16886
+
16887
+
16888
+ Started GET "/secret_page" for ::1 at 2015-09-27 23:47:59 +0900
16889
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
16890
+ Processing by SecretPagesController#show as HTML
16891
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
16892
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
16893
+ Rendered secret_pages/show.html.erb within layouts/application (246.4ms)
16894
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
16895
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
16896
+ Completed 200 OK in 416ms (Views: 391.2ms | ActiveRecord: 0.6ms)
16897
+
16898
+
16899
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-27 23:48:00 +0900
16900
+
16901
+
16902
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-27 23:48:00 +0900
16903
+
16904
+
16905
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-27 23:48:00 +0900
16906
+
16907
+
16908
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-27 23:48:00 +0900
16909
+
16910
+
16911
+ Started DELETE "/session" for ::1 at 2015-09-27 23:48:02 +0900
16912
+ Processing by Nyauth::SessionsController#destroy as HTML
16913
+ Parameters: {"authenticity_token"=>"49YKlH6PIwQNg1mJ+XQulgX9LSJ6JRp0s7iwo5LTYk7CABqjrm1KhaOBsPAzyCKplUeaikNjfm84WE86WsYjrw=="}
16914
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
16915
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
16916
+ Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.3ms)
16917
+
16918
+ NameError (undefined local variable or method `client' for #<Nyauth::SessionsController:0x007f85da295060>):
16919
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/app/helpers/nyauth/application_helper.rb:9:in `method_missing'
16920
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/concerns/nyauth/session_concern.rb:34:in `sign_out'
16921
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/sessions_controller.rb:20:in `destroy'
16922
+ actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
16923
+ actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action'
16924
+ actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action'
16925
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
16926
+ activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
16927
+ activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call'
16928
+ activesupport (4.2.4) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
16929
+ activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
16930
+ activesupport (4.2.4) lib/active_support/callbacks.rb:505:in `call'
16931
+ activesupport (4.2.4) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
16932
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
16933
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
16934
+ actionpack (4.2.4) lib/abstract_controller/callbacks.rb:19:in `process_action'
16935
+ actionpack (4.2.4) lib/action_controller/metal/rescue.rb:29:in `process_action'
16936
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
16937
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `block in instrument'
16938
+ activesupport (4.2.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16939
+ activesupport (4.2.4) lib/active_support/notifications.rb:164:in `instrument'
16940
+ actionpack (4.2.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
16941
+ actionpack (4.2.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
16942
+ activerecord (4.2.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
16943
+ actionpack (4.2.4) lib/abstract_controller/base.rb:137:in `process'
16944
+ actionview (4.2.4) lib/action_view/rendering.rb:30:in `process'
16945
+ actionpack (4.2.4) lib/action_controller/metal.rb:196:in `dispatch'
16946
+ actionpack (4.2.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
16947
+ actionpack (4.2.4) lib/action_controller/metal.rb:237:in `block in action'
16948
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `call'
16949
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:76:in `dispatch'
16950
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:45:in `serve'
16951
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16952
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
16953
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
16954
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
16955
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
16956
+ railties (4.2.4) lib/rails/railtie.rb:194:in `public_send'
16957
+ railties (4.2.4) lib/rails/railtie.rb:194:in `method_missing'
16958
+ actionpack (4.2.4) lib/action_dispatch/routing/mapper.rb:51:in `serve'
16959
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16960
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
16961
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
16962
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
16963
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:14:in `block in call'
16964
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:21:in `run_callback'
16965
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `call'
16966
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
16967
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
16968
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
16969
+ actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
16970
+ actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
16971
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
16972
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
16973
+ actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
16974
+ activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
16975
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
16976
+ activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
16977
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
16978
+ activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
16979
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
16980
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
16981
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
16982
+ actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
16983
+ actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
16984
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
16985
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16986
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
16987
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
16988
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16989
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
16990
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
16991
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
16992
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16993
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
16994
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
16995
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
16996
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
16997
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
16998
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
16999
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
17000
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
17001
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
17002
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
17003
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
17004
+ /Users/koshikawa/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
17005
+ /Users/koshikawa/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
17006
+ /Users/koshikawa/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
17007
+
17008
+
17009
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
17010
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
17011
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
17012
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (46.6ms)
17013
+
17014
+
17015
+ Started DELETE "/session" for ::1 at 2015-09-27 23:49:59 +0900
17016
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17017
+ Processing by Nyauth::SessionsController#destroy as HTML
17018
+ Parameters: {"authenticity_token"=>"49YKlH6PIwQNg1mJ+XQulgX9LSJ6JRp0s7iwo5LTYk7CABqjrm1KhaOBsPAzyCKplUeaikNjfm84WE86WsYjrw=="}
17019
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
17020
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
17021
+ Redirected to http://localhost:3000/session/new
17022
+ Completed 302 Found in 314ms (ActiveRecord: 0.6ms)
17023
+
17024
+
17025
+ Started GET "/session/new" for ::1 at 2015-09-27 23:49:59 +0900
17026
+ Processing by Nyauth::SessionsController#new as HTML
17027
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (10.1ms)
17028
+ Completed 200 OK in 162ms (Views: 160.1ms | ActiveRecord: 0.0ms)
17029
+
17030
+
17031
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-27 23:49:59 +0900
17032
+
17033
+
17034
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-27 23:49:59 +0900
17035
+
17036
+
17037
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-27 23:49:59 +0900
17038
+
17039
+
17040
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-27 23:49:59 +0900
17041
+
17042
+
17043
+ Started POST "/session" for ::1 at 2015-09-27 23:50:08 +0900
17044
+ Processing by Nyauth::SessionsController#create as HTML
17045
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"KYw1XE+zA2GbMzLS8y6qPKlUFTP+/rahTroTht7NRtzKYvKLJy3GBIw5916OifXGzjLmLGoF4FUVi2PqHfHq4Q==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
17046
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
17047
+ Redirected to http://localhost:3000/
17048
+ Completed 302 Found in 13ms (ActiveRecord: 0.2ms)
17049
+
17050
+
17051
+ Started GET "/" for ::1 at 2015-09-27 23:50:08 +0900
17052
+ Processing by PagesController#index as HTML
17053
+ Rendered pages/index.html.erb within layouts/application (0.3ms)
17054
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
17055
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
17056
+ Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.2ms)
17057
+
17058
+
17059
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-27 23:50:08 +0900
17060
+
17061
+
17062
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-27 23:50:08 +0900
17063
+
17064
+
17065
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-27 23:50:08 +0900
17066
+
17067
+
17068
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-27 23:50:08 +0900
17069
+
17070
+
17071
+ Started DELETE "/session" for ::1 at 2015-09-27 23:50:10 +0900
17072
+ Processing by Nyauth::SessionsController#destroy as HTML
17073
+ Parameters: {"authenticity_token"=>"9/OXQaXFAhHTVW8YXQjDfzP7qKYh7sv1XBVqjsupyx0UHVCWzVvHdMRfqpQgr5yFVJ1bubUVnQEHJBriCJVnIA=="}
17074
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
17075
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
17076
+ Redirected to http://localhost:3000/session/new
17077
+ Completed 302 Found in 9ms (ActiveRecord: 0.2ms)
17078
+
17079
+
17080
+ Started GET "/session/new" for ::1 at 2015-09-27 23:50:10 +0900
17081
+ Processing by Nyauth::SessionsController#new as HTML
17082
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.5ms)
17083
+ Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.0ms)
17084
+
17085
+
17086
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-27 23:50:10 +0900
17087
+
17088
+
17089
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-27 23:50:10 +0900
17090
+
17091
+
17092
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-27 23:50:10 +0900
17093
+
17094
+
17095
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-27 23:50:10 +0900
17096
+
17097
+
17098
+ Started GET "/session/new" for ::1 at 2015-09-27 23:50:16 +0900
17099
+ Processing by Nyauth::SessionsController#new as HTML
17100
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (1.8ms)
17101
+ Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.0ms)
17102
+
17103
+
17104
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-27 23:50:16 +0900
17105
+
17106
+
17107
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-27 23:50:16 +0900
17108
+
17109
+
17110
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-27 23:50:16 +0900
17111
+
17112
+
17113
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-27 23:50:16 +0900
17114
+
17115
+
17116
+ Started POST "/session" for ::1 at 2015-09-27 23:51:08 +0900
17117
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
17118
+ Processing by Nyauth::SessionsController#create as HTML
17119
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZC9caF/rBYOpYvUGxoZYiXeO5enwS6PRYTOh/QEiFcOOiwM4TdI9r39Q8wn2hrbXSJWu0kNN2jX4T2vny9YpaQ==", "session"=>{"email"=>"naoto5959+test1@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
17120
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "naoto5959+test1@gmail.com"]]
17121
+ Redirected to http://localhost:3000/
17122
+ Completed 302 Found in 299ms (ActiveRecord: 0.7ms)
17123
+
17124
+
17125
+ Started GET "/" for ::1 at 2015-09-27 23:51:09 +0900
17126
+ Processing by PagesController#index as HTML
17127
+ Rendered pages/index.html.erb within layouts/application (1.0ms)
17128
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
17129
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
17130
+ Completed 200 OK in 142ms (Views: 141.8ms | ActiveRecord: 0.2ms)
17131
+
17132
+
17133
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-27 23:51:09 +0900
17134
+
17135
+
17136
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-27 23:51:09 +0900
17137
+
17138
+
17139
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-27 23:51:09 +0900
17140
+
17141
+
17142
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-27 23:51:09 +0900
17143
+
17144
+
17145
+ Started DELETE "/session" for ::1 at 2015-09-27 23:51:11 +0900
17146
+ Processing by Nyauth::SessionsController#destroy as HTML
17147
+ Parameters: {"authenticity_token"=>"HpWIUk8LFvC/0Z08s5Ko0sazVAo8wesIyDk5+UIohJn0MdcCXTIu3GnjmzODkkaM+agfMY/HkuxRRfPjiNy4Mw=="}
17148
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 4]]
17149
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "4"]]
17150
+ Redirected to http://localhost:3000/session/new
17151
+ Completed 302 Found in 11ms (ActiveRecord: 0.1ms)
17152
+
17153
+
17154
+ Started GET "/session/new" for ::1 at 2015-09-27 23:51:11 +0900
17155
+ Processing by Nyauth::SessionsController#new as HTML
17156
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (7.8ms)
17157
+ Completed 200 OK in 28ms (Views: 27.3ms | ActiveRecord: 0.0ms)
17158
+
17159
+
17160
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2015-09-27 23:51:11 +0900
17161
+
17162
+
17163
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for ::1 at 2015-09-27 23:51:11 +0900
17164
+
17165
+
17166
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for ::1 at 2015-09-27 23:51:11 +0900
17167
+
17168
+
17169
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for ::1 at 2015-09-27 23:51:11 +0900