nyauth 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3848,3 +3848,484 @@ Processing by Nyauth::SessionsController#create as HTML
3848
3848
  Completed 200 OK in 51ms (Views: 34.4ms | ActiveRecord: 0.4ms)
3849
3849
  User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1
3850
3850
  Admin Load (0.1ms) SELECT "admins".* FROM "admins" ORDER BY "admins"."id" DESC LIMIT 1
3851
+
3852
+
3853
+ Started GET "/" for 127.0.0.1 at 2015-07-03 21:17:40 +0900
3854
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
3855
+ Processing by PagesController#index as HTML
3856
+ Rendered pages/index.html.erb within layouts/application (1.6ms)
3857
+ Completed 500 Internal Server Error in 266ms
3858
+
3859
+ ActionView::Template::Error (undefined local variable or method `nyauth' for #<#<Class:0x007fb120db1b58>:0x007fb120de11f0>):
3860
+ 16: <%= flash[:alert] %>
3861
+ 17: <% end %>
3862
+ 18: <%= link_to "URL helper on application", posts_path %>
3863
+ 19: <%= link_to 'Sign out', nyauth.session_path, class: 'pure-menu-link', method: :delete %>
3864
+ 20: </body>
3865
+ 21: </html>
3866
+ app/views/layouts/application.html.erb:19:in `_app_views_layouts_application_html_erb___2762898106769142026_70199368943040'
3867
+
3868
+
3869
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms)
3870
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
3871
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
3872
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (49.3ms)
3873
+
3874
+
3875
+ Started GET "/admin/session/new" for 127.0.0.1 at 2015-07-03 21:17:55 +0900
3876
+ Processing by Nyauth::SessionsController#new as HTML
3877
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (28.8ms)
3878
+ Completed 500 Internal Server Error in 74ms
3879
+
3880
+ ActionView::Template::Error (undefined local variable or method `nyauth' for #<#<Class:0x007fb11daa31a8>:0x007fb11bb1f3e0>):
3881
+ 16: <%= flash[:alert] %>
3882
+ 17: <% end %>
3883
+ 18: <%= link_to "URL helper on application", posts_path %>
3884
+ 19: <%= link_to 'Sign out', nyauth.session_path, class: 'pure-menu-link', method: :delete %>
3885
+ 20: </body>
3886
+ 21: </html>
3887
+ app/views/layouts/application.html.erb:19:in `_app_views_layouts_application_html_erb___2762898106769142026_70199368943040'
3888
+
3889
+
3890
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms)
3891
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
3892
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
3893
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (41.2ms)
3894
+
3895
+
3896
+ Started GET "/admin/session/new" for 127.0.0.1 at 2015-07-03 21:18:31 +0900
3897
+ Processing by Nyauth::SessionsController#new as HTML
3898
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (4.6ms)
3899
+ Completed 200 OK in 22ms (Views: 21.7ms | ActiveRecord: 0.0ms)
3900
+
3901
+
3902
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-07-03 21:18:31 +0900
3903
+
3904
+
3905
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-07-03 21:18:31 +0900
3906
+
3907
+
3908
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-07-03 21:18:31 +0900
3909
+
3910
+
3911
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-07-03 21:18:31 +0900
3912
+
3913
+
3914
+ Started POST "/admin/session" for 127.0.0.1 at 2015-07-03 21:18:33 +0900
3915
+ Processing by Nyauth::SessionsController#create as HTML
3916
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"T0n4BTqKB7jXlPF4bq9ajHOX3XcYrhyngvZrYVh5iAZWJiQcPUk0TwNLL2utv8jYm+bDiQg5/kzon+o/fD8e7A==", "session_service"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
3917
+ Admin Load (0.5ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? ORDER BY "admins"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
3918
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (7.7ms)
3919
+ Completed 200 OK in 349ms (Views: 25.7ms | ActiveRecord: 0.6ms)
3920
+ Admin Load (0.5ms) SELECT "admins".* FROM "admins" ORDER BY "admins"."id" DESC LIMIT 1
3921
+  (0.1ms) begin transaction
3922
+ SQL (1.5ms) INSERT INTO "admins" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "admin@example.com"], ["password_salt", "b3a7c505c24c45c5dc07d764124377746b9e7ebc272cc7197593de4a964572d800c9232d62f1d31281cb2f266a1ea486591af211def9f799b7a270e8bfb71fed3223ba6a18cd35914868875bc13d4049edd803ae9863f8436f75730dc07c0497e04bba773f803f161c6ae286076b707687534305342e3d13675f1b2479605f9e"], ["password_digest", "41aad0dffa8441fd3128d341b625e93a7c31a6b281ee675fec463161ba5aaa91"], ["created_at", "2015-07-03 12:21:34.570596"], ["updated_at", "2015-07-03 12:21:34.570596"]]
3923
+  (3.3ms) commit transaction
3924
+
3925
+
3926
+ Started POST "/admin/session" for 127.0.0.1 at 2015-07-03 21:21:51 +0900
3927
+ Processing by Nyauth::SessionsController#create as HTML
3928
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"J53lh/Zg4cicaltqjrSsKKFo/tJwQemYwJ4HipR6C8w+8jme8aPSP0i1hXlNpD58SRngLGDWC3Oq94bUsDydJg==", "session_service"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
3929
+ Admin Load (0.1ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? ORDER BY "admins"."id" DESC LIMIT 1 [["email", "admin@example.com"]]
3930
+ Redirected to http://www.lvh.me:3000/
3931
+ Completed 302 Found in 14ms (ActiveRecord: 0.1ms)
3932
+
3933
+
3934
+ Started GET "/" for 127.0.0.1 at 2015-07-03 21:21:51 +0900
3935
+ Processing by PagesController#index as HTML
3936
+ Rendered pages/index.html.erb within layouts/application (0.1ms)
3937
+ Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms)
3938
+
3939
+
3940
+ Started POST "/admin/session" for 127.0.0.1 at 2015-07-03 21:44:28 +0900
3941
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
3942
+ Processing by Nyauth::SessionsController#create as HTML
3943
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"J53lh/Zg4cicaltqjrSsKKFo/tJwQemYwJ4HipR6C8w+8jme8aPSP0i1hXlNpD58SRngLGDWC3Oq94bUsDydJg==", "session_service"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
3944
+ Admin Load (0.2ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? ORDER BY "admins"."id" DESC LIMIT 1 [["email", "admin@example.com"]]
3945
+ Redirected to http://www.lvh.me:3000/hoge
3946
+ Completed 302 Found in 268ms (ActiveRecord: 0.4ms)
3947
+
3948
+
3949
+ Started GET "/hoge" for 127.0.0.1 at 2015-07-03 21:44:29 +0900
3950
+
3951
+ ActionController::RoutingError (No route matches [GET] "/hoge"):
3952
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
3953
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
3954
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
3955
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
3956
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
3957
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
3958
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
3959
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
3960
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
3961
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
3962
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
3963
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
3964
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
3965
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
3966
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
3967
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
3968
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
3969
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
3970
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
3971
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
3972
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
3973
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
3974
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
3975
+
3976
+
3977
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
3978
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms)
3979
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.6ms)
3980
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
3981
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (72.2ms)
3982
+
3983
+
3984
+ Started GET "/" for 127.0.0.1 at 2015-07-03 23:13:44 +0900
3985
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
3986
+ Processing by PagesController#index as HTML
3987
+ Rendered pages/index.html.erb within layouts/application (2.4ms)
3988
+ Completed 200 OK in 397ms (Views: 395.2ms | ActiveRecord: 0.0ms)
3989
+
3990
+
3991
+ Started GET "/" for 127.0.0.1 at 2015-07-03 23:13:45 +0900
3992
+ Processing by PagesController#index as HTML
3993
+ Rendered pages/index.html.erb within layouts/application (0.1ms)
3994
+ Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.0ms)
3995
+
3996
+
3997
+ Started DELETE "/session" for 127.0.0.1 at 2015-07-03 23:13:49 +0900
3998
+ Processing by Nyauth::SessionsController#destroy as HTML
3999
+ Parameters: {"authenticity_token"=>"dU13oIJAw/SlTieEt7cl2QcuqcmWTHTiqfABZ6Cbb1BsIqu5hYPwA3GR+Zd0p7eN71+3N4bblgnDmYA5hN35ug=="}
4000
+ Redirected to http://www.lvh.me:3000/session/new
4001
+ Completed 302 Found in 275ms (ActiveRecord: 0.0ms)
4002
+
4003
+
4004
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-03 23:13:50 +0900
4005
+ Processing by Nyauth::SessionsController#new as HTML
4006
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (26.1ms)
4007
+ Completed 200 OK in 53ms (Views: 52.7ms | ActiveRecord: 0.0ms)
4008
+
4009
+
4010
+ Started POST "/session" for 127.0.0.1 at 2015-07-03 23:13:55 +0900
4011
+ Processing by Nyauth::SessionsController#create as HTML
4012
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"AWaEkFNsw9qzhvPOUR+gobH8LMwCe+Mldvd08bIwF2u0++n51Nt15Ib6yha2Q0N1wwGIDZp5lGr3eU8fNrplhg==", "session_service"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
4013
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
4014
+ Completed 500 Internal Server Error in 20ms
4015
+
4016
+ ArgumentError (wrong number of arguments (1 for 0)):
4017
+ /Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/sessions_controller.rb:14:in `create'
4018
+ actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
4019
+ actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
4020
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
4021
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
4022
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
4023
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
4024
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
4025
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
4026
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
4027
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
4028
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
4029
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
4030
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
4031
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
4032
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
4033
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
4034
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
4035
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
4036
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
4037
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
4038
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
4039
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
4040
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
4041
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
4042
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
4043
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
4044
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
4045
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
4046
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
4047
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
4048
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
4049
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
4050
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
4051
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
4052
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
4053
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
4054
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
4055
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
4056
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
4057
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
4058
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
4059
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
4060
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
4061
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
4062
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
4063
+ rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
4064
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
4065
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
4066
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
4067
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
4068
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
4069
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
4070
+ activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
4071
+ activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
4072
+ activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
4073
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
4074
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
4075
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
4076
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
4077
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
4078
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
4079
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
4080
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
4081
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
4082
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
4083
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
4084
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
4085
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
4086
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
4087
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
4088
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
4089
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
4090
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
4091
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
4092
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
4093
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
4094
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
4095
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
4096
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
4097
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
4098
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
4099
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
4100
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
4101
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
4102
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
4103
+ /Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
4104
+
4105
+
4106
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.1ms)
4107
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
4108
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
4109
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (47.3ms)
4110
+
4111
+
4112
+ Started POST "/session" for 127.0.0.1 at 2015-07-03 23:16:17 +0900
4113
+ Processing by Nyauth::SessionsController#create as HTML
4114
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"AWaEkFNsw9qzhvPOUR+gobH8LMwCe+Mldvd08bIwF2u0++n51Nt15Ib6yha2Q0N1wwGIDZp5lGr3eU8fNrplhg==", "session_service"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
4115
+ User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
4116
+ Completed 500 Internal Server Error in 94354ms
4117
+
4118
+ NoMethodError (undefined method `admin_secret_notes_path' for #<Nyauth::UrlHelper:0x007fe9e813a658 @_routes=nil>):
4119
+ config/initializers/nyauth.rb:5:in `block (3 levels) in <top (required)>'
4120
+
4121
+
4122
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms)
4123
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
4124
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
4125
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (48.0ms)
4126
+
4127
+
4128
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-03 23:18:02 +0900
4129
+ Processing by Nyauth::SessionsController#new as HTML
4130
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (8.3ms)
4131
+ Completed 200 OK in 41ms (Views: 40.7ms | ActiveRecord: 0.0ms)
4132
+
4133
+
4134
+ Started POST "/session" for 127.0.0.1 at 2015-07-03 23:18:05 +0900
4135
+ Processing by Nyauth::SessionsController#create as HTML
4136
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"fWB5wkXdRVycUmvT/NoaIYpBGZ9i0Vq1CTf3gDwsc1HI/RSrwmrzYqkuUgsbhvn1+Ly9XvrTLfqIucxuuKYBvA==", "session_service"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
4137
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
4138
+ Completed 500 Internal Server Error in 6920ms
4139
+
4140
+ NoMethodError (undefined method `admin_secret_notes_path' for #<Nyauth::UrlHelper:0x007fe9e813a658 @_routes=nil>):
4141
+ config/initializers/nyauth.rb:5:in `block (3 levels) in <top (required)>'
4142
+
4143
+
4144
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms)
4145
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms)
4146
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
4147
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (45.0ms)
4148
+
4149
+
4150
+ Started POST "/session" for 127.0.0.1 at 2015-07-03 23:18:52 +0900
4151
+ Processing by Nyauth::SessionsController#create as HTML
4152
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"fWB5wkXdRVycUmvT/NoaIYpBGZ9i0Vq1CTf3gDwsc1HI/RSrwmrzYqkuUgsbhvn1+Ly9XvrTLfqIucxuuKYBvA==", "session_service"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
4153
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
4154
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (5.4ms)
4155
+ Completed 200 OK in 42ms (Views: 25.8ms | ActiveRecord: 0.9ms)
4156
+
4157
+
4158
+ Started POST "/session" for 127.0.0.1 at 2015-07-03 23:18:56 +0900
4159
+ Processing by Nyauth::SessionsController#create as HTML
4160
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"fWB5wkXdRVycUmvT/NoaIYpBGZ9i0Vq1CTf3gDwsc1HI/RSrwmrzYqkuUgsbhvn1+Ly9XvrTLfqIucxuuKYBvA==", "session_service"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
4161
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
4162
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (4.5ms)
4163
+ Completed 200 OK in 32ms (Views: 25.9ms | ActiveRecord: 0.1ms)
4164
+
4165
+
4166
+ Started POST "/session" for 127.0.0.1 at 2015-07-03 23:19:00 +0900
4167
+ Processing by Nyauth::SessionsController#create as HTML
4168
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"N/bNQ0EQlHdfg4yxgT0Cliv3LSy7waDvMZ7zA0LXdeuCa6AqxqciSWr/tWlmYeFCWQqJ7SPD16CwEMjtxl0HBg==", "session_service"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
4169
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
4170
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (6.2ms)
4171
+ Completed 200 OK in 35ms (Views: 28.4ms | ActiveRecord: 0.2ms)
4172
+
4173
+
4174
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-03 23:23:07 +0900
4175
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
4176
+ Processing by Nyauth::SessionsController#new as HTML
4177
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (37.9ms)
4178
+ Completed 200 OK in 192ms (Views: 188.8ms | ActiveRecord: 0.0ms)
4179
+
4180
+
4181
+ Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-07-03 23:23:07 +0900
4182
+
4183
+
4184
+ Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-07-03 23:23:07 +0900
4185
+
4186
+
4187
+ Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-07-03 23:23:07 +0900
4188
+
4189
+
4190
+ Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-07-03 23:23:07 +0900
4191
+
4192
+
4193
+ Started POST "/session" for 127.0.0.1 at 2015-07-03 23:23:09 +0900
4194
+ Processing by Nyauth::SessionsController#create as HTML
4195
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ybo2tddM6mXDEb1lvE0wTrIo1pr8BepA6ckSpCqGcnPUJ1vcUPtcW/ZthL1bEdOawNVyW2QHnQ9oRylKrgwAng==", "session_service"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
4196
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
4197
+ Completed 500 Internal Server Error in 18147ms
4198
+
4199
+ SystemExit (exit):
4200
+ config/initializers/nyauth.rb:4:in `block (3 levels) in <top (required)>'
4201
+
4202
+
4203
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.6ms)
4204
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
4205
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
4206
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (47.7ms)
4207
+
4208
+
4209
+ Started POST "/session" for 127.0.0.1 at 2015-07-03 23:24:02 +0900
4210
+ Processing by Nyauth::SessionsController#create as HTML
4211
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ybo2tddM6mXDEb1lvE0wTrIo1pr8BepA6ckSpCqGcnPUJ1vcUPtcW/ZthL1bEdOawNVyW2QHnQ9oRylKrgwAng==", "session_service"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
4212
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
4213
+ Completed 500 Internal Server Error in 9292ms
4214
+
4215
+ NoMethodError (undefined method `post_path' for #<Nyauth::UrlHelper:0x007f81ec440a50 @_routes=nil>):
4216
+ config/initializers/nyauth.rb:5:in `block (3 levels) in <top (required)>'
4217
+
4218
+
4219
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms)
4220
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
4221
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
4222
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.5ms)
4223
+
4224
+
4225
+ Started POST "/session" for 127.0.0.1 at 2015-07-03 23:25:14 +0900
4226
+ Processing by Nyauth::SessionsController#create as HTML
4227
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ybo2tddM6mXDEb1lvE0wTrIo1pr8BepA6ckSpCqGcnPUJ1vcUPtcW/ZthL1bEdOawNVyW2QHnQ9oRylKrgwAng==", "session_service"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
4228
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
4229
+ Completed 500 Internal Server Error in 28020ms
4230
+
4231
+ NoMethodError (undefined method `post_path' for #<Nyauth::UrlHelper:0x007f81ef8a25c8 @_routes=nil>):
4232
+ config/initializers/nyauth.rb:5:in `block (3 levels) in <top (required)>'
4233
+
4234
+
4235
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.9ms)
4236
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
4237
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
4238
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (47.7ms)
4239
+ User Load (0.4ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1
4240
+  (0.2ms) begin transaction
4241
+ SQL (1.0ms) INSERT INTO "users" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["email", "ppworks@example.com"], ["password_salt", "d3b08c3617312bc64e0945d3c9e70e988e94b402b687d50521c8ac080da9d7fbb9950b74dcdb532a8d07efb56587e7240680eef1b70424ce6c2e7aa19971f5b6d635ea48451f3d8d6ce1097baea27685bedef5f9b74141edc5ce46ddbe84c0c6001860e34620704004dcb2e6e2261a866523e4e1f2e876e5f1e9bfb801e0d700"], ["password_digest", "97fdcae29d5a6fcfc45c636b97b8b7b5a40c794bf7cf5d69793995135ec6976e"], ["created_at", "2015-07-03 14:26:27.981631"], ["updated_at", "2015-07-03 14:26:27.981631"]]
4242
+  (6.4ms) commit transaction
4243
+
4244
+
4245
+ Started POST "/session" for 127.0.0.1 at 2015-07-03 23:26:36 +0900
4246
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
4247
+ Processing by Nyauth::SessionsController#create as HTML
4248
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ybo2tddM6mXDEb1lvE0wTrIo1pr8BepA6ckSpCqGcnPUJ1vcUPtcW/ZthL1bEdOawNVyW2QHnQ9oRylKrgwAng==", "session_service"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
4249
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
4250
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
4251
+ Redirected to http://www.lvh.me:3000/posts
4252
+ Completed 302 Found in 9498ms (ActiveRecord: 0.7ms)
4253
+
4254
+
4255
+ Started GET "/posts" for 127.0.0.1 at 2015-07-03 23:26:46 +0900
4256
+ Processing by PostsController#index as HTML
4257
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
4258
+
4259
+
4260
+ Started POST "/session" for 127.0.0.1 at 2015-07-03 23:26:51 +0900
4261
+ Processing by Nyauth::SessionsController#create as HTML
4262
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ybo2tddM6mXDEb1lvE0wTrIo1pr8BepA6ckSpCqGcnPUJ1vcUPtcW/ZthL1bEdOawNVyW2QHnQ9oRylKrgwAng==", "session_service"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
4263
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
4264
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
4265
+ Completed in 350943ms
4266
+
4267
+
4268
+ Started POST "/session" for 127.0.0.1 at 2015-07-03 23:34:35 +0900
4269
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
4270
+ Processing by Nyauth::SessionsController#create as HTML
4271
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ybo2tddM6mXDEb1lvE0wTrIo1pr8BepA6ckSpCqGcnPUJ1vcUPtcW/ZthL1bEdOawNVyW2QHnQ9oRylKrgwAng==", "session_service"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
4272
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
4273
+ Redirected to http://www.lvh.me:3000/posts
4274
+ Completed 302 Found in 56ms (ActiveRecord: 0.4ms)
4275
+
4276
+
4277
+ Started GET "/posts" for 127.0.0.1 at 2015-07-03 23:34:35 +0900
4278
+ Processing by PostsController#index as HTML
4279
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
4280
+
4281
+
4282
+ Started GET "/" for 127.0.0.1 at 2015-07-03 23:34:42 +0900
4283
+ Processing by PagesController#index as HTML
4284
+ Rendered pages/index.html.erb within layouts/application (1.8ms)
4285
+ Completed 200 OK in 149ms (Views: 148.9ms | ActiveRecord: 0.0ms)
4286
+
4287
+
4288
+ Started DELETE "/session" for 127.0.0.1 at 2015-07-03 23:34:44 +0900
4289
+ Processing by Nyauth::SessionsController#destroy as HTML
4290
+ Parameters: {"authenticity_token"=>"+NwKW6OEszzO+e4EEC7NTt0oW3PCX60cVe6JWKr8XyFNQWcyJDMFAvuF19z3ci6ar9X/slpd2lPUYLK2LnYtzA=="}
4291
+ Redirected to http://www.lvh.me:3000/session/new
4292
+ Completed 302 Found in 284ms (ActiveRecord: 0.0ms)
4293
+
4294
+
4295
+ Started GET "/session/new" for 127.0.0.1 at 2015-07-03 23:34:44 +0900
4296
+ Processing by Nyauth::SessionsController#new as HTML
4297
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (19.3ms)
4298
+ Completed 200 OK in 44ms (Views: 43.4ms | ActiveRecord: 0.0ms)
4299
+
4300
+
4301
+ Started POST "/session" for 127.0.0.1 at 2015-07-03 23:35:55 +0900
4302
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
4303
+ Processing by Nyauth::SessionsController#create as HTML
4304
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"maSC7yjh/CDMP3O+vdBaHhh+TRlaQGKMozVZt0AuPSXJsuSmijFxQxNKkPcUIlBGXTLrm+fPtSxwLgKbXsxYGw==", "session_service"=>{"email"=>"ppworks@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
4305
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = ? ORDER BY "users"."id" DESC LIMIT 1 [["email", "ppworks@example.com"]]
4306
+ Redirected to http://www.lvh.me:3000/posts
4307
+ Completed 302 Found in 11254ms (ActiveRecord: 0.5ms)
4308
+
4309
+
4310
+ Started GET "/posts" for 127.0.0.1 at 2015-07-03 23:36:06 +0900
4311
+ Processing by PostsController#index as HTML
4312
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
4313
+
4314
+
4315
+ Started GET "/admin/session/new" for 127.0.0.1 at 2015-07-03 23:36:11 +0900
4316
+ Processing by Nyauth::SessionsController#new as HTML
4317
+ Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (25.6ms)
4318
+ Completed 200 OK in 194ms (Views: 193.6ms | ActiveRecord: 0.0ms)
4319
+
4320
+
4321
+ Started POST "/admin/session" for 127.0.0.1 at 2015-07-03 23:36:13 +0900
4322
+ Processing by Nyauth::SessionsController#create as HTML
4323
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"QqVCorAAP0dlQLkS9owLafuOOlHsKZVDpOo9R6QRkVUSsyTrEtCyJLo1WltffgExvsKc01GmQuN38WZruvP0aw==", "session_service"=>{"email"=>"admin@example.com", "password"=>"[FILTERED]"}, "commit"=>"Sign in"}
4324
+ Admin Load (0.5ms) SELECT "admins".* FROM "admins" WHERE "admins"."email" = ? ORDER BY "admins"."id" DESC LIMIT 1 [["email", "admin@example.com"]]
4325
+ Redirected to http://www.lvh.me:3000/posts
4326
+ Completed 302 Found in 6607ms (ActiveRecord: 0.6ms)
4327
+
4328
+
4329
+ Started GET "/posts" for 127.0.0.1 at 2015-07-03 23:36:20 +0900
4330
+ Processing by PostsController#index as HTML
4331
+ Completed 200 OK in 0ms (ActiveRecord: 0.0ms)