nyauth 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/nyauth/confirmation_requests_controller.rb +12 -9
- data/app/controllers/nyauth/registrations_controller.rb +7 -7
- data/app/controllers/nyauth/reset_password_requests_controller.rb +12 -9
- data/app/controllers/nyauth/sessions_controller.rb +7 -7
- data/app/services/nyauth/confirmation_request.rb +19 -0
- data/app/services/nyauth/registration.rb +22 -0
- data/app/services/nyauth/reset_password_request.rb +19 -0
- data/app/services/nyauth/{session_service.rb → session.rb} +4 -4
- data/app/views/nyauth/confirmation_requests/new.html.erb +1 -1
- data/app/views/nyauth/registrations/new.html.erb +1 -1
- data/app/views/nyauth/reset_password_requests/new.html.erb +1 -1
- data/app/views/nyauth/sessions/new.html.erb +1 -1
- data/config/locales/en.yml +1 -0
- data/config/locales/ja.yml +1 -0
- data/lib/nyauth/version.rb +1 -1
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +3645 -0
- data/spec/dummy/log/test.log +10449 -0
- data/spec/dummy/tmp/pids/server.pid +1 -0
- data/spec/featrues/nyauth/confirmation_requests_spec.rb +2 -2
- data/spec/featrues/nyauth/registrations_spec.rb +3 -3
- data/spec/featrues/nyauth/reset_password_requests_spec.rb +2 -2
- data/spec/featrues/nyauth/sessions_spec.rb +6 -6
- data/spec/lib/generators/nyauth/tmp/app/views/nyauth/confirmation_requests/new.html.erb +1 -1
- data/spec/lib/generators/nyauth/tmp/app/views/nyauth/registrations/new.html.erb +1 -1
- data/spec/lib/generators/nyauth/tmp/app/views/nyauth/reset_password_requests/new.html.erb +1 -1
- data/spec/lib/generators/nyauth/tmp/app/views/nyauth/sessions/new.html.erb +1 -1
- metadata +8 -4
- data/app/services/nyauth/confirmation_request_service.rb +0 -15
@@ -10678,3 +10678,3648 @@ Started GET "/session/new" for 127.0.0.1 at 2015-08-01 02:09:03 +0900
|
|
10678
10678
|
Processing by Nyauth::SessionsController#new as HTML
|
10679
10679
|
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (5.3ms)
|
10680
10680
|
Completed 200 OK in 23ms (Views: 22.4ms | ActiveRecord: 0.0ms)
|
10681
|
+
|
10682
|
+
|
10683
|
+
Started GET "/" for 127.0.0.1 at 2015-08-17 23:02:15 +0900
|
10684
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
10685
|
+
Processing by PagesController#index as HTML
|
10686
|
+
Rendered pages/index.html.erb within layouts/application (3.7ms)
|
10687
|
+
Completed 200 OK in 223ms (Views: 222.1ms | ActiveRecord: 0.0ms)
|
10688
|
+
|
10689
|
+
|
10690
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-17 23:02:16 +0900
|
10691
|
+
|
10692
|
+
|
10693
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-17 23:02:16 +0900
|
10694
|
+
|
10695
|
+
|
10696
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-17 23:02:16 +0900
|
10697
|
+
|
10698
|
+
|
10699
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-17 23:02:16 +0900
|
10700
|
+
|
10701
|
+
|
10702
|
+
Started GET "/registration/new" for 127.0.0.1 at 2015-08-17 23:05:07 +0900
|
10703
|
+
Processing by Nyauth::RegistrationsController#new as HTML
|
10704
|
+
Completed 500 Internal Server Error in 1ms
|
10705
|
+
|
10706
|
+
NameError (uninitialized constant Nyauth::RegistrationsController::Nyauh):
|
10707
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/registrations_controller.rb:20:in `set_registration_service'
|
10708
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:427:in `block in make_lambda'
|
10709
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:163:in `call'
|
10710
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:163:in `block in halting'
|
10711
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
10712
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
10713
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
10714
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
10715
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
10716
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
10717
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
10718
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
10719
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
10720
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
10721
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
10722
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
10723
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
10724
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
10725
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
10726
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
10727
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
10728
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
10729
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
10730
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
10731
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
10732
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
10733
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
10734
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
10735
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
10736
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
10737
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
10738
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
10739
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
10740
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
10741
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
10742
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
10743
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
10744
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
10745
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
10746
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
10747
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
10748
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
10749
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
10750
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
10751
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
10752
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
10753
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
10754
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
10755
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
10756
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
10757
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
10758
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
10759
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
10760
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
10761
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
10762
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
10763
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
10764
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
10765
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
10766
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
10767
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
10768
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
10769
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
10770
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
10771
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
10772
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
10773
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
10774
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
10775
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
10776
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
10777
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
10778
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
10779
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
10780
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
10781
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
10782
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
10783
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
10784
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
10785
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
10786
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
10787
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
10788
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
10789
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
10790
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
10791
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
10792
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
10793
|
+
|
10794
|
+
|
10795
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
|
10796
|
+
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)
|
10797
|
+
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)
|
10798
|
+
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 (52.0ms)
|
10799
|
+
|
10800
|
+
|
10801
|
+
Started GET "/registration/new" for 127.0.0.1 at 2015-08-17 23:05:46 +0900
|
10802
|
+
Processing by Nyauth::RegistrationsController#new as HTML
|
10803
|
+
Completed 500 Internal Server Error in 1ms
|
10804
|
+
|
10805
|
+
NameError (uninitialized constant Nyauth::RegistrationsController::Nyauh):
|
10806
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/registrations_controller.rb:20:in `set_registration_service'
|
10807
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:427:in `block in make_lambda'
|
10808
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:163:in `call'
|
10809
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:163:in `block in halting'
|
10810
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
10811
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
10812
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
10813
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
10814
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
10815
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
10816
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
10817
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
10818
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
10819
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
10820
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
10821
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
10822
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
10823
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
10824
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
10825
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
10826
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
10827
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
10828
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
10829
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
10830
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
10831
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
10832
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
10833
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
10834
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
10835
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
10836
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
10837
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
10838
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
10839
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
10840
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
10841
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
10842
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
10843
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
10844
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
10845
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
10846
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
10847
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
10848
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
10849
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
10850
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
10851
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
10852
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
10853
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
10854
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
10855
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
10856
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
10857
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
10858
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
10859
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
10860
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
10861
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
10862
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
10863
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
10864
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
10865
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
10866
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
10867
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
10868
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
10869
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
10870
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
10871
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
10872
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
10873
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
10874
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
10875
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
10876
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
10877
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
10878
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
10879
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
10880
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
10881
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
10882
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
10883
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
10884
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
10885
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
10886
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
10887
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
10888
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
10889
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
10890
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
10891
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
10892
|
+
|
10893
|
+
|
10894
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
|
10895
|
+
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)
|
10896
|
+
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.1ms)
|
10897
|
+
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.5ms)
|
10898
|
+
|
10899
|
+
|
10900
|
+
Started GET "/registration/new" for 127.0.0.1 at 2015-08-17 23:06:15 +0900
|
10901
|
+
Processing by Nyauth::RegistrationsController#new as HTML
|
10902
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (39.3ms)
|
10903
|
+
Completed 500 Internal Server Error in 51ms
|
10904
|
+
|
10905
|
+
ActionView::Template::Error (undefined method `email' for #<Nyauth::RegistrationService:0x007f9e33c069e8>):
|
10906
|
+
1: <%= form_for @registration_service, url: registration_path_for(nyauth_client_name) do |f| %>
|
10907
|
+
2: <%= f.object.errors.full_messages.join ',' %>
|
10908
|
+
3: <%= f.email_field :email %>
|
10909
|
+
4: <%= f.password_field :password %>
|
10910
|
+
5: <%= f.password_field :password_confirmation %>
|
10911
|
+
6: <%= f.submit 'Sign up' %>
|
10912
|
+
actionview (4.2.0) lib/action_view/helpers/tags/base.rb:28:in `public_send'
|
10913
|
+
actionview (4.2.0) lib/action_view/helpers/tags/base.rb:28:in `value'
|
10914
|
+
actionview (4.2.0) lib/action_view/helpers/tags/base.rb:37:in `value_before_type_cast'
|
10915
|
+
actionview (4.2.0) lib/action_view/helpers/tags/text_field.rb:13:in `block in render'
|
10916
|
+
actionview (4.2.0) lib/action_view/helpers/tags/text_field.rb:13:in `fetch'
|
10917
|
+
actionview (4.2.0) lib/action_view/helpers/tags/text_field.rb:13:in `render'
|
10918
|
+
actionview (4.2.0) lib/action_view/helpers/form_helper.rb:1178:in `email_field'
|
10919
|
+
actionview (4.2.0) lib/action_view/helpers/form_helper.rb:1322:in `email_field'
|
10920
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb:3:in `block in ___sers_koshikawa_repository_github_com_ppworks_nyauth_app_views_nyauth_registrations_new_html_erb__1657592645186752285_70158725031500'
|
10921
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
|
10922
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
|
10923
|
+
actionview (4.2.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
|
10924
|
+
actionview (4.2.0) lib/action_view/helpers/form_helper.rb:444:in `form_for'
|
10925
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb:1:in `___sers_koshikawa_repository_github_com_ppworks_nyauth_app_views_nyauth_registrations_new_html_erb__1657592645186752285_70158725031500'
|
10926
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
10927
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
10928
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
10929
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
10930
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
|
10931
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
|
10932
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
10933
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
10934
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
10935
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
|
10936
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
|
10937
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
10938
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
10939
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
10940
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
10941
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
10942
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
10943
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
10944
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
10945
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
10946
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
10947
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
10948
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
10949
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
10950
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
10951
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
|
10952
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
10953
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
10954
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
10955
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
10956
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
10957
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
10958
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
10959
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
10960
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
10961
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
10962
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
10963
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
10964
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
10965
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
10966
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
10967
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
10968
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
10969
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
10970
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
10971
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
10972
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
10973
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
10974
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
10975
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
10976
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
10977
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
10978
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
10979
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
10980
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
10981
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
10982
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
10983
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
10984
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
10985
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
10986
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
10987
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
10988
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
10989
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
10990
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
10991
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
10992
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
10993
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
10994
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
10995
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
10996
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
10997
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
10998
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
10999
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
11000
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
11001
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
11002
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
11003
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
11004
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
11005
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
11006
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
11007
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
11008
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
11009
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
11010
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
11011
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
11012
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
11013
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
11014
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
11015
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
11016
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
11017
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
11018
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
11019
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
11020
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
11021
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
11022
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
11023
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
11024
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
11025
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
11026
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
11027
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
11028
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
11029
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
11030
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
11031
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
11032
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
11033
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
11034
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
11035
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
11036
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11037
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
11038
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
11039
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
11040
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
11041
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11042
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
11043
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
11044
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
11045
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
11046
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
11047
|
+
|
11048
|
+
|
11049
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms)
|
11050
|
+
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.9ms)
|
11051
|
+
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.0ms)
|
11052
|
+
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 (48.3ms)
|
11053
|
+
|
11054
|
+
|
11055
|
+
Started GET "/registration/new" for 127.0.0.1 at 2015-08-17 23:07:36 +0900
|
11056
|
+
Processing by Nyauth::RegistrationsController#new as HTML
|
11057
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (9.8ms)
|
11058
|
+
Completed 200 OK in 34ms (Views: 33.0ms | ActiveRecord: 0.0ms)
|
11059
|
+
|
11060
|
+
|
11061
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-17 23:07:36 +0900
|
11062
|
+
|
11063
|
+
|
11064
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-17 23:07:36 +0900
|
11065
|
+
|
11066
|
+
|
11067
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-17 23:07:36 +0900
|
11068
|
+
|
11069
|
+
|
11070
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-17 23:07:36 +0900
|
11071
|
+
|
11072
|
+
|
11073
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:07:51 +0900
|
11074
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11075
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kh4VofLUVVd3eiweLWO23BrHoBxlD3dzNPv8Ja+BsxwRDURL8iBX5O/9d8G01GY5qArlX+p70hL8x/IxvShnWA==", "registration_service"=>{"email"=>"ppworks2@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11076
|
+
Completed 500 Internal Server Error in 3ms
|
11077
|
+
|
11078
|
+
NoMethodError (undefined method `add' for nil:NilClass):
|
11079
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/registration_service.rb:21:in `rescue in save'
|
11080
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/registration_service.rb:13:in `save'
|
11081
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/registrations_controller.rb:13:in `create'
|
11082
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
11083
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
11084
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
11085
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
11086
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
11087
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
11088
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
11089
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
11090
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
11091
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
11092
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
11093
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
11094
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
11095
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
11096
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
11097
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
11098
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
11099
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
11100
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
11101
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
11102
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
11103
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
11104
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
11105
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
11106
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
11107
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
11108
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
11109
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
11110
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
11111
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
11112
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
11113
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
11114
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
11115
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
11116
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
11117
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
11118
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
11119
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
11120
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
11121
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
11122
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
11123
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
11124
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
11125
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
11126
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
11127
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
11128
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
11129
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
11130
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
11131
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
11132
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
11133
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
11134
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
11135
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
11136
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
11137
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
11138
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
11139
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
11140
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
11141
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
11142
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
11143
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
11144
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
11145
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
11146
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
11147
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
11148
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
11149
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
11150
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
11151
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
11152
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
11153
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
11154
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
11155
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
11156
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
11157
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
11158
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
11159
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
11160
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11161
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
11162
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
11163
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
11164
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
11165
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11166
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
11167
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
11168
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
11169
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
11170
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
11171
|
+
|
11172
|
+
|
11173
|
+
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)
|
11174
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms)
|
11175
|
+
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.0ms)
|
11176
|
+
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.8ms)
|
11177
|
+
|
11178
|
+
|
11179
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:07:59 +0900
|
11180
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11181
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kh4VofLUVVd3eiweLWO23BrHoBxlD3dzNPv8Ja+BsxwRDURL8iBX5O/9d8G01GY5qArlX+p70hL8x/IxvShnWA==", "registration_service"=>{"email"=>"ppworks2@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11182
|
+
Completed 500 Internal Server Error in 10ms
|
11183
|
+
|
11184
|
+
NoMethodError (undefined method `save' for #<Class:0x007f9e37632cc0>):
|
11185
|
+
activerecord (4.2.0) lib/active_record/dynamic_matchers.rb:26:in `method_missing'
|
11186
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/registration_service.rb:15:in `save'
|
11187
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/registrations_controller.rb:13:in `create'
|
11188
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
11189
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
11190
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
11191
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
11192
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
11193
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
11194
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
11195
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
11196
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
11197
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
11198
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
11199
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
11200
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
11201
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
11202
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
11203
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
11204
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
11205
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
11206
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
11207
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
11208
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
11209
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
11210
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
11211
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
11212
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
11213
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
11214
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
11215
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
11216
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
11217
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
11218
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
11219
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
11220
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
11221
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
11222
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
11223
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
11224
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
11225
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
11226
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
11227
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
11228
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
11229
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
11230
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
11231
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
11232
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
11233
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
11234
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
11235
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
11236
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
11237
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
11238
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
11239
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
11240
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
11241
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
11242
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
11243
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
11244
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
11245
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
11246
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
11247
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
11248
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
11249
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
11250
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
11251
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
11252
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
11253
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
11254
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
11255
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
11256
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
11257
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
11258
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
11259
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
11260
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
11261
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
11262
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
11263
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
11264
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
11265
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
11266
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11267
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
11268
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
11269
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
11270
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
11271
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11272
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
11273
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
11274
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
11275
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
11276
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
11277
|
+
|
11278
|
+
|
11279
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
|
11280
|
+
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.9ms)
|
11281
|
+
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)
|
11282
|
+
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.5ms)
|
11283
|
+
|
11284
|
+
|
11285
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:08:38 +0900
|
11286
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11287
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kh4VofLUVVd3eiweLWO23BrHoBxlD3dzNPv8Ja+BsxwRDURL8iBX5O/9d8G01GY5qArlX+p70hL8x/IxvShnWA==", "registration_service"=>{"email"=>"ppworks2@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11288
|
+
Completed 500 Internal Server Error in 9350ms
|
11289
|
+
|
11290
|
+
NoMethodError (undefined method `save' for #<Class:0x007f9e385bf9e0>):
|
11291
|
+
activerecord (4.2.0) lib/active_record/dynamic_matchers.rb:26:in `method_missing'
|
11292
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/registration_service.rb:16:in `save'
|
11293
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/registrations_controller.rb:13:in `create'
|
11294
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
11295
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
11296
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
11297
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
11298
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
11299
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
11300
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
11301
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
11302
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
11303
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
11304
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
11305
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
11306
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
11307
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
11308
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
11309
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
11310
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
11311
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
11312
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
11313
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
11314
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
11315
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
11316
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
11317
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
11318
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
11319
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
11320
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
11321
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
11322
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
11323
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
11324
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
11325
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
11326
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
11327
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
11328
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
11329
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
11330
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
11331
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
11332
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
11333
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
11334
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
11335
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
11336
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
11337
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
11338
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
11339
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
11340
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
11341
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
11342
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
11343
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
11344
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
11345
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
11346
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
11347
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
11348
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
11349
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
11350
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
11351
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
11352
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
11353
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
11354
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
11355
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
11356
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
11357
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
11358
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
11359
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
11360
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
11361
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
11362
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
11363
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
11364
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
11365
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
11366
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
11367
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
11368
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
11369
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
11370
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
11371
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
11372
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11373
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
11374
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
11375
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
11376
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
11377
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11378
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
11379
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
11380
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
11381
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
11382
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
11383
|
+
|
11384
|
+
|
11385
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms)
|
11386
|
+
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.3ms)
|
11387
|
+
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.0ms)
|
11388
|
+
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.4ms)
|
11389
|
+
|
11390
|
+
|
11391
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:09:19 +0900
|
11392
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11393
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kh4VofLUVVd3eiweLWO23BrHoBxlD3dzNPv8Ja+BsxwRDURL8iBX5O/9d8G01GY5qArlX+p70hL8x/IxvShnWA==", "registration_service"=>{"email"=>"ppworks2@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11394
|
+
Completed 500 Internal Server Error in 12ms
|
11395
|
+
|
11396
|
+
NoMethodError (undefined method `save' for #<Class:0x007f9e33279bf0>):
|
11397
|
+
activerecord (4.2.0) lib/active_record/dynamic_matchers.rb:26:in `method_missing'
|
11398
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/registration_service.rb:15:in `save'
|
11399
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/registrations_controller.rb:13:in `create'
|
11400
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
11401
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
11402
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
11403
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
11404
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
11405
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
11406
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
11407
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
11408
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
11409
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
11410
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
11411
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
11412
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
11413
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
11414
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
11415
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
11416
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
11417
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
11418
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
11419
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
11420
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
11421
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
11422
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
11423
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
11424
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
11425
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
11426
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
11427
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
11428
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
11429
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
11430
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
11431
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
11432
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
11433
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
11434
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
11435
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
11436
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
11437
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
11438
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
11439
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
11440
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
11441
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
11442
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
11443
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
11444
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
11445
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
11446
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
11447
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
11448
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
11449
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
11450
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
11451
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
11452
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
11453
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
11454
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
11455
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
11456
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
11457
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
11458
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
11459
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
11460
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
11461
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
11462
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
11463
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
11464
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
11465
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
11466
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
11467
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
11468
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
11469
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
11470
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
11471
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
11472
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
11473
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
11474
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
11475
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
11476
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
11477
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
11478
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11479
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
11480
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
11481
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
11482
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
11483
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11484
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
11485
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
11486
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
11487
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
11488
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
11489
|
+
|
11490
|
+
|
11491
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
|
11492
|
+
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)
|
11493
|
+
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 (2.0ms)
|
11494
|
+
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 (52.0ms)
|
11495
|
+
|
11496
|
+
|
11497
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:10:30 +0900
|
11498
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11499
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kh4VofLUVVd3eiweLWO23BrHoBxlD3dzNPv8Ja+BsxwRDURL8iBX5O/9d8G01GY5qArlX+p70hL8x/IxvShnWA==", "registration_service"=>{"email"=>"ppworks2@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11500
|
+
Completed 500 Internal Server Error in 8ms
|
11501
|
+
|
11502
|
+
NoMethodError (undefined method `attributes=' for nil:NilClass):
|
11503
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/registration_service.rb:15:in `save'
|
11504
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/registrations_controller.rb:13:in `create'
|
11505
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
11506
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
11507
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
11508
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
11509
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
11510
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
11511
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
11512
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
11513
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
11514
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
11515
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
11516
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
11517
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
11518
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
11519
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
11520
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
11521
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
11522
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
11523
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
11524
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
11525
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
11526
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
11527
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
11528
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
11529
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
11530
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
11531
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
11532
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
11533
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
11534
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
11535
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
11536
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
11537
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
11538
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
11539
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
11540
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
11541
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
11542
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
11543
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
11544
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
11545
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
11546
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
11547
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
11548
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
11549
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
11550
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
11551
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
11552
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
11553
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
11554
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
11555
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
11556
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
11557
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
11558
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
11559
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
11560
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
11561
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
11562
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
11563
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
11564
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
11565
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
11566
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
11567
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
11568
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
11569
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
11570
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
11571
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
11572
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
11573
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
11574
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
11575
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
11576
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
11577
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
11578
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
11579
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
11580
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
11581
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
11582
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
11583
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11584
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
11585
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
11586
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
11587
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
11588
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11589
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
11590
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
11591
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
11592
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
11593
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
11594
|
+
|
11595
|
+
|
11596
|
+
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)
|
11597
|
+
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.3ms)
|
11598
|
+
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)
|
11599
|
+
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 (50.1ms)
|
11600
|
+
|
11601
|
+
|
11602
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:11:05 +0900
|
11603
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11604
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"kh4VofLUVVd3eiweLWO23BrHoBxlD3dzNPv8Ja+BsxwRDURL8iBX5O/9d8G01GY5qArlX+p70hL8x/IxvShnWA==", "registration_service"=>{"email"=>"ppworks2@example.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11605
|
+
[1m[35m (0.2ms)[0m begin transaction
|
11606
|
+
[1m[36mSQL (1.3ms)[0m [1mINSERT INTO "users" ("email", "password_salt", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["email", "ppworks2@example.com"], ["password_salt", "5b608240fea63e9c19fd8cfdf94b07e6e2986274195ef6ff06bd33c2ed520925bfdca332d462cedd56ccc62d2670fe22d741142a91a98b82226a8d7d32e632a6c72c88598fcb99b37c6305e2c667b3ac4de417a3f7b96d7be829a2d3880d3ed01c9cae9952f08c94a053dbc43f16a77d083151a35e2d4198bbc929c962de034a"], ["password_digest", "576807d6833076ef2e3ca71828e26190f5aa1d4cb575be448e90d1681d4b1988"], ["created_at", "2015-08-17 14:11:05.505438"], ["updated_at", "2015-08-17 14:11:05.505438"]]
|
11607
|
+
[1m[35m (2.5ms)[0m commit transaction
|
11608
|
+
Redirected to http://www.lvh.me:3000/
|
11609
|
+
Completed 302 Found in 424ms (ActiveRecord: 4.4ms)
|
11610
|
+
|
11611
|
+
|
11612
|
+
Started GET "/" for 127.0.0.1 at 2015-08-17 23:11:05 +0900
|
11613
|
+
Processing by PagesController#index as HTML
|
11614
|
+
Rendered pages/index.html.erb within layouts/application (0.3ms)
|
11615
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 3]]
|
11616
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "3"]]
|
11617
|
+
Completed 200 OK in 61ms (Views: 59.9ms | ActiveRecord: 0.3ms)
|
11618
|
+
|
11619
|
+
|
11620
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-17 23:11:06 +0900
|
11621
|
+
|
11622
|
+
|
11623
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-17 23:11:06 +0900
|
11624
|
+
|
11625
|
+
|
11626
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-17 23:11:06 +0900
|
11627
|
+
|
11628
|
+
|
11629
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-17 23:11:06 +0900
|
11630
|
+
|
11631
|
+
|
11632
|
+
Started DELETE "/session" for 127.0.0.1 at 2015-08-17 23:11:08 +0900
|
11633
|
+
Processing by Nyauth::SessionsController#destroy as HTML
|
11634
|
+
Parameters: {"authenticity_token"=>"ipOWuLaT/81bImtf+w7S4UdmSR81qUcFI5x2smu8c2MJgMdStmf9fsOlMIBiuQIE9asMXLrd4mTroHimeRWnJw=="}
|
11635
|
+
[1m[36mUser Load (0.4ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 3]]
|
11636
|
+
[1m[35mCACHE (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "3"]]
|
11637
|
+
Redirected to http://www.lvh.me:3000/session/new
|
11638
|
+
Completed 302 Found in 22ms (ActiveRecord: 0.4ms)
|
11639
|
+
|
11640
|
+
|
11641
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-17 23:11:08 +0900
|
11642
|
+
Processing by Nyauth::SessionsController#new as HTML
|
11643
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (6.6ms)
|
11644
|
+
Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.0ms)
|
11645
|
+
|
11646
|
+
|
11647
|
+
Started GET "/posts" for 127.0.0.1 at 2015-08-17 23:11:11 +0900
|
11648
|
+
Processing by PostsController#index as HTML
|
11649
|
+
Redirected to http://www.lvh.me:3000/session/new
|
11650
|
+
Filter chain halted as #<Proc:0x007f9e33585470@/Users/koshikawa/repository/github.com/ppworks/nyauth/spec/dummy/app/controllers/posts_controller.rb:2 (lambda)> rendered or redirected
|
11651
|
+
Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
|
11652
|
+
|
11653
|
+
|
11654
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-17 23:11:11 +0900
|
11655
|
+
Processing by Nyauth::SessionsController#new as HTML
|
11656
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (7.2ms)
|
11657
|
+
Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.0ms)
|
11658
|
+
|
11659
|
+
|
11660
|
+
Started GET "/regisrations/new" for 127.0.0.1 at 2015-08-17 23:11:16 +0900
|
11661
|
+
|
11662
|
+
ActionController::RoutingError (No route matches [GET] "/regisrations/new"):
|
11663
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
11664
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
11665
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
11666
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
11667
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
11668
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
11669
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
11670
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
11671
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
11672
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
11673
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
11674
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
11675
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11676
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
11677
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
11678
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
11679
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
11680
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11681
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
11682
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
11683
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
11684
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
11685
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
11686
|
+
|
11687
|
+
|
11688
|
+
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)
|
11689
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms)
|
11690
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms)
|
11691
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.8ms)
|
11692
|
+
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)
|
11693
|
+
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 (92.4ms)
|
11694
|
+
|
11695
|
+
|
11696
|
+
Started GET "/registration/new" for 127.0.0.1 at 2015-08-17 23:11:22 +0900
|
11697
|
+
Processing by Nyauth::RegistrationsController#new as HTML
|
11698
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (6.3ms)
|
11699
|
+
Completed 200 OK in 23ms (Views: 22.9ms | ActiveRecord: 0.0ms)
|
11700
|
+
|
11701
|
+
|
11702
|
+
Started GET "/registrations/new" for 127.0.0.1 at 2015-08-17 23:11:23 +0900
|
11703
|
+
|
11704
|
+
ActionController::RoutingError (No route matches [GET] "/registrations/new"):
|
11705
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
11706
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
11707
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
11708
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
11709
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
11710
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
11711
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
11712
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
11713
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
11714
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
11715
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
11716
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
11717
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11718
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
11719
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
11720
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
11721
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
11722
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
11723
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
11724
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
11725
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
11726
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
11727
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
11728
|
+
|
11729
|
+
|
11730
|
+
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.8ms)
|
11731
|
+
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.1ms)
|
11732
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
|
11733
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
|
11734
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
|
11735
|
+
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 (85.4ms)
|
11736
|
+
|
11737
|
+
|
11738
|
+
Started GET "/registration/new" for 127.0.0.1 at 2015-08-17 23:11:26 +0900
|
11739
|
+
Processing by Nyauth::RegistrationsController#new as HTML
|
11740
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (13.0ms)
|
11741
|
+
Completed 200 OK in 36ms (Views: 36.1ms | ActiveRecord: 0.0ms)
|
11742
|
+
|
11743
|
+
|
11744
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:11:28 +0900
|
11745
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11746
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4e5trD2YC//PxlEsj5ORabWkjccvKLug1Y2tP9lz93LguJhW0kwaB7Zil+cjHTKl7yhPZCCK/imWcF8sdrU+Gg==", "registration_service"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11747
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
11748
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11749
|
+
Redirected to http://www.lvh.me:3000/
|
11750
|
+
Completed 302 Found in 16ms (ActiveRecord: 0.3ms)
|
11751
|
+
|
11752
|
+
|
11753
|
+
Started GET "/" for 127.0.0.1 at 2015-08-17 23:11:28 +0900
|
11754
|
+
Processing by PagesController#index as HTML
|
11755
|
+
Rendered pages/index.html.erb within layouts/application (0.1ms)
|
11756
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1[0m
|
11757
|
+
Completed 200 OK in 22ms (Views: 21.1ms | ActiveRecord: 0.2ms)
|
11758
|
+
|
11759
|
+
|
11760
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:11:32 +0900
|
11761
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11762
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4e5trD2YC//PxlEsj5ORabWkjccvKLug1Y2tP9lz93LguJhW0kwaB7Zil+cjHTKl7yhPZCCK/imWcF8sdrU+Gg==", "registration_service"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11763
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11764
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
11765
|
+
Redirected to http://www.lvh.me:3000/
|
11766
|
+
Completed 302 Found in 11ms (ActiveRecord: 0.1ms)
|
11767
|
+
|
11768
|
+
|
11769
|
+
Started GET "/" for 127.0.0.1 at 2015-08-17 23:11:32 +0900
|
11770
|
+
Processing by PagesController#index as HTML
|
11771
|
+
Rendered pages/index.html.erb within layouts/application (0.0ms)
|
11772
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
|
11773
|
+
Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.1ms)
|
11774
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "users"[0m
|
11775
|
+
|
11776
|
+
|
11777
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:12:00 +0900
|
11778
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11779
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4e5trD2YC//PxlEsj5ORabWkjccvKLug1Y2tP9lz93LguJhW0kwaB7Zil+cjHTKl7yhPZCCK/imWcF8sdrU+Gg==", "registration_service"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11780
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11781
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
11782
|
+
Redirected to http://www.lvh.me:3000/
|
11783
|
+
Completed 302 Found in 25ms (ActiveRecord: 0.7ms)
|
11784
|
+
|
11785
|
+
|
11786
|
+
Started GET "/" for 127.0.0.1 at 2015-08-17 23:12:00 +0900
|
11787
|
+
Processing by PagesController#index as HTML
|
11788
|
+
Rendered pages/index.html.erb within layouts/application (0.1ms)
|
11789
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1[0m
|
11790
|
+
Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.2ms)
|
11791
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "users"
|
11792
|
+
|
11793
|
+
|
11794
|
+
Started GET "/" for 127.0.0.1 at 2015-08-17 23:12:46 +0900
|
11795
|
+
Processing by PagesController#index as HTML
|
11796
|
+
Rendered pages/index.html.erb within layouts/application (0.0ms)
|
11797
|
+
Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.0ms)
|
11798
|
+
|
11799
|
+
|
11800
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-17 23:12:46 +0900
|
11801
|
+
|
11802
|
+
|
11803
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-17 23:12:46 +0900
|
11804
|
+
|
11805
|
+
|
11806
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-17 23:12:46 +0900
|
11807
|
+
|
11808
|
+
|
11809
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-17 23:12:46 +0900
|
11810
|
+
|
11811
|
+
|
11812
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:12:49 +0900
|
11813
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11814
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4e5trD2YC//PxlEsj5ORabWkjccvKLug1Y2tP9lz93LguJhW0kwaB7Zil+cjHTKl7yhPZCCK/imWcF8sdrU+Gg==", "registration_service"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11815
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11816
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
11817
|
+
Redirected to http://www.lvh.me:3000/
|
11818
|
+
Completed 302 Found in 26ms (ActiveRecord: 0.6ms)
|
11819
|
+
|
11820
|
+
|
11821
|
+
Started GET "/" for 127.0.0.1 at 2015-08-17 23:12:49 +0900
|
11822
|
+
Processing by PagesController#index as HTML
|
11823
|
+
Rendered pages/index.html.erb within layouts/application (0.0ms)
|
11824
|
+
Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.0ms)
|
11825
|
+
|
11826
|
+
|
11827
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:13:06 +0900
|
11828
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11829
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4e5trD2YC//PxlEsj5ORabWkjccvKLug1Y2tP9lz93LguJhW0kwaB7Zil+cjHTKl7yhPZCCK/imWcF8sdrU+Gg==", "registration_service"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11830
|
+
[1m[35m (0.0ms)[0m begin transaction
|
11831
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
11832
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11833
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
11834
|
+
Redirected to http://www.lvh.me:3000/
|
11835
|
+
Completed 302 Found in 112839ms (ActiveRecord: 0.7ms)
|
11836
|
+
|
11837
|
+
|
11838
|
+
Started GET "/" for 127.0.0.1 at 2015-08-17 23:14:59 +0900
|
11839
|
+
Processing by PagesController#index as HTML
|
11840
|
+
Rendered pages/index.html.erb within layouts/application (0.1ms)
|
11841
|
+
Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms)
|
11842
|
+
|
11843
|
+
|
11844
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:15:02 +0900
|
11845
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11846
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4e5trD2YC//PxlEsj5ORabWkjccvKLug1Y2tP9lz93LguJhW0kwaB7Zil+cjHTKl7yhPZCCK/imWcF8sdrU+Gg==", "registration_service"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11847
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11848
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
11849
|
+
Redirected to http://www.lvh.me:3000/
|
11850
|
+
Completed 302 Found in 34038ms (ActiveRecord: 0.6ms)
|
11851
|
+
|
11852
|
+
|
11853
|
+
Started GET "/" for 127.0.0.1 at 2015-08-17 23:15:36 +0900
|
11854
|
+
Processing by PagesController#index as HTML
|
11855
|
+
Rendered pages/index.html.erb within layouts/application (0.0ms)
|
11856
|
+
Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms)
|
11857
|
+
|
11858
|
+
|
11859
|
+
Started GET "/" for 127.0.0.1 at 2015-08-17 23:15:48 +0900
|
11860
|
+
Processing by PagesController#index as HTML
|
11861
|
+
Rendered pages/index.html.erb within layouts/application (0.0ms)
|
11862
|
+
Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms)
|
11863
|
+
|
11864
|
+
|
11865
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-17 23:15:48 +0900
|
11866
|
+
|
11867
|
+
|
11868
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-17 23:15:48 +0900
|
11869
|
+
|
11870
|
+
|
11871
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-17 23:15:48 +0900
|
11872
|
+
|
11873
|
+
|
11874
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-17 23:15:48 +0900
|
11875
|
+
|
11876
|
+
|
11877
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:15:51 +0900
|
11878
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11879
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4e5trD2YC//PxlEsj5ORabWkjccvKLug1Y2tP9lz93LguJhW0kwaB7Zil+cjHTKl7yhPZCCK/imWcF8sdrU+Gg==", "registration_service"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11880
|
+
[1m[35m (0.2ms)[0m begin transaction
|
11881
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
11882
|
+
Redirected to http://www.lvh.me:3000/
|
11883
|
+
Completed 302 Found in 44440ms (ActiveRecord: 0.3ms)
|
11884
|
+
|
11885
|
+
|
11886
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:16:35 +0900
|
11887
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11888
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"4e5trD2YC//PxlEsj5ORabWkjccvKLug1Y2tP9lz93LguJhW0kwaB7Zil+cjHTKl7yhPZCCK/imWcF8sdrU+Gg==", "registration_service"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11889
|
+
[1m[35m (0.0ms)[0m begin transaction
|
11890
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
11891
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (7.4ms)
|
11892
|
+
Completed 200 OK in 56ms (Views: 29.6ms | ActiveRecord: 0.6ms)
|
11893
|
+
|
11894
|
+
|
11895
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:16:41 +0900
|
11896
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11897
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"p0OOsIaTDmbNZ2ztslM68GdCc47zkmqKmU13pyeJH02mFXtKaUcfnrTDqiYe3Zk8Pc6xLfwwLwPasIW0iE/WJQ==", "registration_service"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11898
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11899
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
11900
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (5.7ms)
|
11901
|
+
Completed 200 OK in 46ms (Views: 27.1ms | ActiveRecord: 0.2ms)
|
11902
|
+
|
11903
|
+
|
11904
|
+
Started POST "/registration" for 127.0.0.1 at 2015-08-17 23:16:41 +0900
|
11905
|
+
Processing by Nyauth::RegistrationsController#create as HTML
|
11906
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"jpshN97jkvsFpafalu/F/LM8YxQeB+nA9PTXiXPA97KPzdTNMTeDA3wBYRE6YWYw6bChtxGlrEm3CSWa3AY+2g==", "registration_service"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
|
11907
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11908
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
11909
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/registrations/new.html.erb within layouts/application (9.0ms)
|
11910
|
+
Completed 200 OK in 45ms (Views: 32.3ms | ActiveRecord: 0.1ms)
|
11911
|
+
|
11912
|
+
|
11913
|
+
Started GET "/" for 127.0.0.1 at 2015-08-17 23:41:47 +0900
|
11914
|
+
Processing by PagesController#index as HTML
|
11915
|
+
Rendered pages/index.html.erb within layouts/application (0.2ms)
|
11916
|
+
Completed 200 OK in 35ms (Views: 34.3ms | ActiveRecord: 0.0ms)
|
11917
|
+
|
11918
|
+
|
11919
|
+
Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-08-17 23:41:51 +0900
|
11920
|
+
Processing by Nyauth::ConfirmationRequestsController#new as HTML
|
11921
|
+
Completed 500 Internal Server Error in 2ms
|
11922
|
+
|
11923
|
+
LoadError (Unable to autoload constant Nyauth::ConfirmationRequestService, expected /Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/confirmation_request_service.rb to define it):
|
11924
|
+
activesupport (4.2.0) lib/active_support/dependencies.rb:495:in `load_missing_constant'
|
11925
|
+
activesupport (4.2.0) lib/active_support/dependencies.rb:184:in `const_missing'
|
11926
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/confirmation_requests_controller.rb:21:in `set_confirmation_request_service'
|
11927
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:427:in `block in make_lambda'
|
11928
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:163:in `call'
|
11929
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:163:in `block in halting'
|
11930
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
11931
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
11932
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
11933
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
11934
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
11935
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
11936
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
11937
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
11938
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
11939
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
11940
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
11941
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
11942
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
11943
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
11944
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
11945
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
11946
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
11947
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
11948
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
11949
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
11950
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
11951
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
11952
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
11953
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
11954
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
11955
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
11956
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
11957
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
11958
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
11959
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
11960
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
11961
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
11962
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
11963
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
11964
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
11965
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
11966
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
11967
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
11968
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
11969
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
11970
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
11971
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
11972
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
11973
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
11974
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
11975
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
11976
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
11977
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
11978
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
11979
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
11980
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
11981
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
11982
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
11983
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
11984
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
11985
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
11986
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
11987
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
11988
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
11989
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
11990
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
11991
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
11992
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
11993
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
11994
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
11995
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
11996
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
11997
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
11998
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
11999
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
12000
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
12001
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12002
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
12003
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
12004
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12005
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
12006
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12007
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
12008
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
12009
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
12010
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
12011
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
12012
|
+
|
12013
|
+
|
12014
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms)
|
12015
|
+
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)
|
12016
|
+
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)
|
12017
|
+
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.6ms)
|
12018
|
+
|
12019
|
+
|
12020
|
+
Started GET "/confirmation_requests/new" for 127.0.0.1 at 2015-08-17 23:42:13 +0900
|
12021
|
+
Processing by Nyauth::ConfirmationRequestsController#new as HTML
|
12022
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (16.0ms)
|
12023
|
+
Completed 200 OK in 42ms (Views: 40.8ms | ActiveRecord: 0.0ms)
|
12024
|
+
|
12025
|
+
|
12026
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-17 23:42:13 +0900
|
12027
|
+
|
12028
|
+
|
12029
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-17 23:42:13 +0900
|
12030
|
+
|
12031
|
+
|
12032
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-17 23:42:13 +0900
|
12033
|
+
|
12034
|
+
|
12035
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-17 23:42:14 +0900
|
12036
|
+
|
12037
|
+
|
12038
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:42:15 +0900
|
12039
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
12040
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AdyC1SF6z1ycEpTMpphX/kdZVRncT1ltkxcSnka1HCYAincvzq7epOW2UgcKFvQyHdWXutPtHOTQ6uCN6XPVTg==", "confirmation_request_service"=>{"email"=>""}, "commit"=>"request confirmation"}
|
12041
|
+
Completed 500 Internal Server Error in 2ms
|
12042
|
+
|
12043
|
+
NoMethodError (undefined method `save' for nil:NilClass):
|
12044
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/confirmation_requests_controller.rb:14:in `create'
|
12045
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
12046
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
12047
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
12048
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
12049
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
12050
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
12051
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:219:in `block in halting_and_conditional'
|
12052
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12053
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12054
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
12055
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
12056
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12057
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12058
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
12059
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
12060
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
12061
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12062
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
12063
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
12064
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
12065
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
12066
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
12067
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
12068
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
12069
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
12070
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
12071
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
12072
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
12073
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
12074
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
12075
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
12076
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
12077
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
12078
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
12079
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12080
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12081
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12082
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12083
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12084
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
12085
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
12086
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
12087
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12088
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12089
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12090
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12091
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
12092
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
12093
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
12094
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
12095
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
12096
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
12097
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
12098
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
12099
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
12100
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
12101
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
12102
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
12103
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
12104
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
12105
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
12106
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
12107
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
12108
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
12109
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12110
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
12111
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
12112
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
12113
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
12114
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
12115
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
12116
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
12117
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
12118
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
12119
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
12120
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
12121
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
12122
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
12123
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
12124
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
12125
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12126
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
12127
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
12128
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12129
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
12130
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12131
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
12132
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
12133
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
12134
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
12135
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
12136
|
+
|
12137
|
+
|
12138
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.9ms)
|
12139
|
+
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)
|
12140
|
+
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)
|
12141
|
+
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 (49.6ms)
|
12142
|
+
|
12143
|
+
|
12144
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:42:43 +0900
|
12145
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
12146
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AdyC1SF6z1ycEpTMpphX/kdZVRncT1ltkxcSnka1HCYAincvzq7epOW2UgcKFvQyHdWXutPtHOTQ6uCN6XPVTg==", "confirmation_request_service"=>{"email"=>""}, "commit"=>"request confirmation"}
|
12147
|
+
[1m[35mUser Load (0.4ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
12148
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (6.0ms)
|
12149
|
+
Completed 500 Internal Server Error in 40ms
|
12150
|
+
|
12151
|
+
NoMethodError (undefined method `confirmation_key' for nil:NilClass):
|
12152
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/confirmation_requests_controller.rb:8:in `block in <class:ConfirmationRequestsController>'
|
12153
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:441:in `instance_exec'
|
12154
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:441:in `block in make_lambda'
|
12155
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:224:in `call'
|
12156
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:224:in `block (2 levels) in halting_and_conditional'
|
12157
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:224:in `each'
|
12158
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:224:in `all?'
|
12159
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:224:in `block in halting_and_conditional'
|
12160
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12161
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12162
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
12163
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
12164
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12165
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12166
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
12167
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
12168
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
12169
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12170
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
12171
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
12172
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
12173
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
12174
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
12175
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
12176
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
12177
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
12178
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
12179
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
12180
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
12181
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
12182
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
12183
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
12184
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
12185
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
12186
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
12187
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12188
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12189
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12190
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12191
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12192
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
12193
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
12194
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
12195
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12196
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12197
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12198
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12199
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
12200
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
12201
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
12202
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
12203
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
12204
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
12205
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
12206
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
12207
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
12208
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
12209
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
12210
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
12211
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
12212
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
12213
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
12214
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
12215
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
12216
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
12217
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12218
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
12219
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
12220
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
12221
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
12222
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
12223
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
12224
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
12225
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
12226
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
12227
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
12228
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
12229
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
12230
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
12231
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
12232
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
12233
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12234
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
12235
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
12236
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12237
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
12238
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12239
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
12240
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
12241
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
12242
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
12243
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
12244
|
+
|
12245
|
+
|
12246
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
|
12247
|
+
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.0ms)
|
12248
|
+
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.7ms)
|
12249
|
+
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 (52.7ms)
|
12250
|
+
|
12251
|
+
|
12252
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:43:29 +0900
|
12253
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
12254
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AdyC1SF6z1ycEpTMpphX/kdZVRncT1ltkxcSnka1HCYAincvzq7epOW2UgcKFvQyHdWXutPtHOTQ6uCN6XPVTg==", "confirmation_request_service"=>{"email"=>""}, "commit"=>"request confirmation"}
|
12255
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
12256
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (5.7ms)
|
12257
|
+
|
12258
|
+
Nyauth::RequestMailer#request_confirmation: processed outbound mail in 0.3ms
|
12259
|
+
Completed 500 Internal Server Error in 58ms
|
12260
|
+
|
12261
|
+
NoMethodError (undefined method `email' for nil:NilClass):
|
12262
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/mailers/nyauth/request_mailer.rb:7:in `request_confirmation'
|
12263
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
12264
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
12265
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
12266
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
12267
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
12268
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12269
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
12270
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
12271
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
12272
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:596:in `block in process'
|
12273
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
12274
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
12275
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
12276
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:593:in `process'
|
12277
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:584:in `initialize'
|
12278
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:25:in `new'
|
12279
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:25:in `__getobj__'
|
12280
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:34:in `message'
|
12281
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:85:in `deliver_now'
|
12282
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/confirmation_requests_controller.rb:30:in `send_mail'
|
12283
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:427:in `block in make_lambda'
|
12284
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:225:in `call'
|
12285
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:225:in `block in halting_and_conditional'
|
12286
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12287
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12288
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
12289
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
12290
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12291
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12292
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
12293
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
12294
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
12295
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12296
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
12297
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
12298
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
12299
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
12300
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
12301
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
12302
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
12303
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
12304
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
12305
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
12306
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
12307
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
12308
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
12309
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
12310
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
12311
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
12312
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
12313
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12314
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12315
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12316
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12317
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12318
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
12319
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
12320
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
12321
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12322
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12323
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12324
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12325
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
12326
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
12327
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
12328
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
12329
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
12330
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
12331
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
12332
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
12333
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
12334
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
12335
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
12336
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
12337
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
12338
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
12339
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
12340
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
12341
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
12342
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
12343
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12344
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
12345
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
12346
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
12347
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
12348
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
12349
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
12350
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
12351
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
12352
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
12353
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
12354
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
12355
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
12356
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
12357
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
12358
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
12359
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12360
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
12361
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
12362
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12363
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
12364
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12365
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
12366
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
12367
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
12368
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
12369
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
12370
|
+
|
12371
|
+
|
12372
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.2ms)
|
12373
|
+
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.7ms)
|
12374
|
+
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.0ms)
|
12375
|
+
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 (49.3ms)
|
12376
|
+
|
12377
|
+
|
12378
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:43:58 +0900
|
12379
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
12380
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AdyC1SF6z1ycEpTMpphX/kdZVRncT1ltkxcSnka1HCYAincvzq7epOW2UgcKFvQyHdWXutPtHOTQ6uCN6XPVTg==", "confirmation_request_service"=>{"email"=>""}, "commit"=>"request confirmation"}
|
12381
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
12382
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (5.6ms)
|
12383
|
+
|
12384
|
+
Nyauth::RequestMailer#request_confirmation: processed outbound mail in 0.4ms
|
12385
|
+
Completed 500 Internal Server Error in 56ms
|
12386
|
+
|
12387
|
+
NoMethodError (undefined method `email' for nil:NilClass):
|
12388
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/mailers/nyauth/request_mailer.rb:7:in `request_confirmation'
|
12389
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
12390
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
12391
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
12392
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
12393
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
12394
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12395
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
12396
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
12397
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
12398
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:596:in `block in process'
|
12399
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
12400
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
12401
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
12402
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:593:in `process'
|
12403
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:584:in `initialize'
|
12404
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:25:in `new'
|
12405
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:25:in `__getobj__'
|
12406
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:34:in `message'
|
12407
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:85:in `deliver_now'
|
12408
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/confirmation_requests_controller.rb:30:in `send_mail'
|
12409
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:427:in `block in make_lambda'
|
12410
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:225:in `call'
|
12411
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:225:in `block in halting_and_conditional'
|
12412
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12413
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12414
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
12415
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
12416
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12417
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12418
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
12419
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
12420
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
12421
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12422
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
12423
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
12424
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
12425
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
12426
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
12427
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
12428
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
12429
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
12430
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
12431
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
12432
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
12433
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
12434
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
12435
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
12436
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
12437
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
12438
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
12439
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12440
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12441
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12442
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12443
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12444
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
12445
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
12446
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
12447
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12448
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12449
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12450
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12451
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
12452
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
12453
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
12454
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
12455
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
12456
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
12457
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
12458
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
12459
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
12460
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
12461
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
12462
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
12463
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
12464
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
12465
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
12466
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
12467
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
12468
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
12469
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12470
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
12471
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
12472
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
12473
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
12474
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
12475
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
12476
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
12477
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
12478
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
12479
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
12480
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
12481
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
12482
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
12483
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
12484
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
12485
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12486
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
12487
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
12488
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12489
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
12490
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12491
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
12492
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
12493
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
12494
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
12495
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
12496
|
+
|
12497
|
+
|
12498
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.1ms)
|
12499
|
+
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)
|
12500
|
+
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)
|
12501
|
+
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 (53.4ms)
|
12502
|
+
|
12503
|
+
|
12504
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:44:27 +0900
|
12505
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
12506
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AdyC1SF6z1ycEpTMpphX/kdZVRncT1ltkxcSnka1HCYAincvzq7epOW2UgcKFvQyHdWXutPtHOTQ6uCN6XPVTg==", "confirmation_request_service"=>{"email"=>""}, "commit"=>"request confirmation"}
|
12507
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
12508
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (10.0ms)
|
12509
|
+
|
12510
|
+
Nyauth::RequestMailer#request_confirmation: processed outbound mail in 0.2ms
|
12511
|
+
Completed 500 Internal Server Error in 59ms
|
12512
|
+
|
12513
|
+
NoMethodError (undefined method `email' for nil:NilClass):
|
12514
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/mailers/nyauth/request_mailer.rb:7:in `request_confirmation'
|
12515
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
12516
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
12517
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
12518
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
12519
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
12520
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12521
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
12522
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
12523
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
12524
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:596:in `block in process'
|
12525
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
12526
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
12527
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
12528
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:593:in `process'
|
12529
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:584:in `initialize'
|
12530
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:25:in `new'
|
12531
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:25:in `__getobj__'
|
12532
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:34:in `message'
|
12533
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:85:in `deliver_now'
|
12534
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/confirmation_requests_controller.rb:30:in `send_mail'
|
12535
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:427:in `block in make_lambda'
|
12536
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:225:in `call'
|
12537
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:225:in `block in halting_and_conditional'
|
12538
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12539
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12540
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
12541
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
12542
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12543
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12544
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
12545
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
12546
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
12547
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12548
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
12549
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
12550
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
12551
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
12552
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
12553
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
12554
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
12555
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
12556
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
12557
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
12558
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
12559
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
12560
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
12561
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
12562
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
12563
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
12564
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
12565
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12566
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12567
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12568
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12569
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12570
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
12571
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
12572
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
12573
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12574
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12575
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12576
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12577
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
12578
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
12579
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
12580
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
12581
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
12582
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
12583
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
12584
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
12585
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
12586
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
12587
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
12588
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
12589
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
12590
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
12591
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
12592
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
12593
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
12594
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
12595
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12596
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
12597
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
12598
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
12599
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
12600
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
12601
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
12602
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
12603
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
12604
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
12605
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
12606
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
12607
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
12608
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
12609
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
12610
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
12611
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12612
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
12613
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
12614
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12615
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
12616
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12617
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
12618
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
12619
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
12620
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
12621
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
12622
|
+
|
12623
|
+
|
12624
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.4ms)
|
12625
|
+
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)
|
12626
|
+
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.0ms)
|
12627
|
+
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 (50.4ms)
|
12628
|
+
|
12629
|
+
|
12630
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:45:04 +0900
|
12631
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
12632
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AdyC1SF6z1ycEpTMpphX/kdZVRncT1ltkxcSnka1HCYAincvzq7epOW2UgcKFvQyHdWXutPtHOTQ6uCN6XPVTg==", "confirmation_request_service"=>{"email"=>""}, "commit"=>"request confirmation"}
|
12633
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
12634
|
+
Redirected to http://www.lvh.me:3000/
|
12635
|
+
|
12636
|
+
Nyauth::RequestMailer#request_confirmation: processed outbound mail in 0.2ms
|
12637
|
+
Completed 500 Internal Server Error in 181162ms
|
12638
|
+
|
12639
|
+
NoMethodError (undefined method `email' for nil:NilClass):
|
12640
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/mailers/nyauth/request_mailer.rb:7:in `request_confirmation'
|
12641
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
12642
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
12643
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
12644
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
12645
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
12646
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12647
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
12648
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
12649
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
12650
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:596:in `block in process'
|
12651
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
12652
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
12653
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
12654
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:593:in `process'
|
12655
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:584:in `initialize'
|
12656
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:25:in `new'
|
12657
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:25:in `__getobj__'
|
12658
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:34:in `message'
|
12659
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:85:in `deliver_now'
|
12660
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/confirmation_requests_controller.rb:31:in `send_mail'
|
12661
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:427:in `block in make_lambda'
|
12662
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:225:in `call'
|
12663
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:225:in `block in halting_and_conditional'
|
12664
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12665
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12666
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
12667
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
12668
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12669
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12670
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
12671
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
12672
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
12673
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12674
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
12675
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
12676
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
12677
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
12678
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
12679
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
12680
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
12681
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
12682
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
12683
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
12684
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
12685
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
12686
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
12687
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
12688
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
12689
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
12690
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
12691
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12692
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12693
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12694
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12695
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12696
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
12697
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
12698
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
12699
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12700
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12701
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12702
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12703
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
12704
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
12705
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
12706
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
12707
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
12708
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
12709
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
12710
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
12711
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
12712
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
12713
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
12714
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
12715
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
12716
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
12717
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
12718
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
12719
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
12720
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
12721
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12722
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
12723
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
12724
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
12725
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
12726
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
12727
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
12728
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
12729
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
12730
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
12731
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
12732
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
12733
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
12734
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
12735
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
12736
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
12737
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12738
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
12739
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
12740
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12741
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
12742
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12743
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
12744
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
12745
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
12746
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
12747
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
12748
|
+
|
12749
|
+
|
12750
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
|
12751
|
+
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.3ms)
|
12752
|
+
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)
|
12753
|
+
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 (44.6ms)
|
12754
|
+
|
12755
|
+
|
12756
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:48:05 +0900
|
12757
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
12758
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AdyC1SF6z1ycEpTMpphX/kdZVRncT1ltkxcSnka1HCYAincvzq7epOW2UgcKFvQyHdWXutPtHOTQ6uCN6XPVTg==", "confirmation_request_service"=>{"email"=>""}, "commit"=>"request confirmation"}
|
12759
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
12760
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (4.9ms)
|
12761
|
+
|
12762
|
+
Nyauth::RequestMailer#request_confirmation: processed outbound mail in 0.3ms
|
12763
|
+
Completed 500 Internal Server Error in 49ms
|
12764
|
+
|
12765
|
+
NoMethodError (undefined method `email' for nil:NilClass):
|
12766
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/mailers/nyauth/request_mailer.rb:7:in `request_confirmation'
|
12767
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
12768
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
12769
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
12770
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
12771
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
12772
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12773
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
12774
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
12775
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
12776
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:596:in `block in process'
|
12777
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
12778
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
12779
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
12780
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:593:in `process'
|
12781
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:584:in `initialize'
|
12782
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:25:in `new'
|
12783
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:25:in `__getobj__'
|
12784
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:34:in `message'
|
12785
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:85:in `deliver_now'
|
12786
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/confirmation_requests_controller.rb:30:in `send_mail'
|
12787
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:427:in `block in make_lambda'
|
12788
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:225:in `call'
|
12789
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:225:in `block in halting_and_conditional'
|
12790
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12791
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12792
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
12793
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
12794
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12795
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12796
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
12797
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
12798
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
12799
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12800
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
12801
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
12802
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
12803
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
12804
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
12805
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
12806
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
12807
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
12808
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
12809
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
12810
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
12811
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
12812
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
12813
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
12814
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
12815
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
12816
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
12817
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12818
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12819
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12820
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12821
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12822
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
12823
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
12824
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
12825
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12826
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12827
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12828
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12829
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
12830
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
12831
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
12832
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
12833
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
12834
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
12835
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
12836
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
12837
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
12838
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
12839
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
12840
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
12841
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
12842
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
12843
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
12844
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
12845
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
12846
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
12847
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12848
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
12849
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
12850
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
12851
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
12852
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
12853
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
12854
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
12855
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
12856
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
12857
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
12858
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
12859
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
12860
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
12861
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
12862
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
12863
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12864
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
12865
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
12866
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12867
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
12868
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12869
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
12870
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
12871
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
12872
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
12873
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
12874
|
+
|
12875
|
+
|
12876
|
+
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)
|
12877
|
+
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.8ms)
|
12878
|
+
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.7ms)
|
12879
|
+
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 (41.6ms)
|
12880
|
+
|
12881
|
+
|
12882
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:48:08 +0900
|
12883
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
12884
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AdyC1SF6z1ycEpTMpphX/kdZVRncT1ltkxcSnka1HCYAincvzq7epOW2UgcKFvQyHdWXutPtHOTQ6uCN6XPVTg==", "confirmation_request_service"=>{"email"=>""}, "commit"=>"request confirmation"}
|
12885
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
12886
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (3.8ms)
|
12887
|
+
|
12888
|
+
Nyauth::RequestMailer#request_confirmation: processed outbound mail in 0.4ms
|
12889
|
+
Completed 500 Internal Server Error in 29ms
|
12890
|
+
|
12891
|
+
NoMethodError (undefined method `email' for nil:NilClass):
|
12892
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/mailers/nyauth/request_mailer.rb:7:in `request_confirmation'
|
12893
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
12894
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
12895
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
12896
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
12897
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
12898
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12899
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
12900
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
12901
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
12902
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:596:in `block in process'
|
12903
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
12904
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
12905
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
12906
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:593:in `process'
|
12907
|
+
actionmailer (4.2.0) lib/action_mailer/base.rb:584:in `initialize'
|
12908
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:25:in `new'
|
12909
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:25:in `__getobj__'
|
12910
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:34:in `message'
|
12911
|
+
actionmailer (4.2.0) lib/action_mailer/message_delivery.rb:85:in `deliver_now'
|
12912
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/confirmation_requests_controller.rb:30:in `send_mail'
|
12913
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:427:in `block in make_lambda'
|
12914
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:225:in `call'
|
12915
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:225:in `block in halting_and_conditional'
|
12916
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12917
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12918
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
12919
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
12920
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
12921
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
12922
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
12923
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
12924
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
12925
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12926
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
12927
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
12928
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
12929
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
12930
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
12931
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
12932
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
12933
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
12934
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
12935
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
12936
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
12937
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
12938
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
12939
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
12940
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
12941
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
12942
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
12943
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12944
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12945
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12946
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12947
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12948
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
12949
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
12950
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
12951
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
12952
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
12953
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
12954
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
12955
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
12956
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
12957
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
12958
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
12959
|
+
rack (1.6.0) lib/rack/conditionalget.rb:38:in `call'
|
12960
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
12961
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
12962
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
12963
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
12964
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
12965
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
12966
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
12967
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
12968
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
12969
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
12970
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
12971
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
12972
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
12973
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
12974
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
12975
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
12976
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
12977
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
12978
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
12979
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
12980
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
12981
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
12982
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
12983
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
12984
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
12985
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
12986
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
12987
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
12988
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
12989
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12990
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
12991
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
12992
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
12993
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
12994
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
12995
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
12996
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
12997
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
12998
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
12999
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
13000
|
+
|
13001
|
+
|
13002
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms)
|
13003
|
+
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.5ms)
|
13004
|
+
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)
|
13005
|
+
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)
|
13006
|
+
|
13007
|
+
|
13008
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:48:19 +0900
|
13009
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
13010
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"AdyC1SF6z1ycEpTMpphX/kdZVRncT1ltkxcSnka1HCYAincvzq7epOW2UgcKFvQyHdWXutPtHOTQ6uCN6XPVTg==", "confirmation_request_service"=>{"email"=>""}, "commit"=>"request confirmation"}
|
13011
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
13012
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (4.2ms)
|
13013
|
+
Completed 200 OK in 37ms (Views: 20.3ms | ActiveRecord: 0.4ms)
|
13014
|
+
|
13015
|
+
|
13016
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-17 23:48:19 +0900
|
13017
|
+
|
13018
|
+
|
13019
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-17 23:48:19 +0900
|
13020
|
+
|
13021
|
+
|
13022
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-17 23:48:19 +0900
|
13023
|
+
|
13024
|
+
|
13025
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-17 23:48:19 +0900
|
13026
|
+
|
13027
|
+
|
13028
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:48:21 +0900
|
13029
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
13030
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"cxbUnMBDc5kKob3RaHDRihG9cLmg3oKOgrKKAGu3koxyQCFmL5diYXMFexrE/nJGSzGyGq98xwfBT3gTxHFb5A==", "confirmation_request_service"=>{"email"=>""}, "commit"=>"request confirmation"}
|
13031
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
13032
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (6.2ms)
|
13033
|
+
Completed 200 OK in 39ms (Views: 26.5ms | ActiveRecord: 0.2ms)
|
13034
|
+
|
13035
|
+
|
13036
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:49:12 +0900
|
13037
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
13038
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"cxbUnMBDc5kKob3RaHDRihG9cLmg3oKOgrKKAGu3koxyQCFmL5diYXMFexrE/nJGSzGyGq98xwfBT3gTxHFb5A==", "confirmation_request_service"=>{"email"=>""}, "commit"=>"request confirmation"}
|
13039
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
13040
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (3.8ms)
|
13041
|
+
Completed 200 OK in 270ms (Views: 19.2ms | ActiveRecord: 0.4ms)
|
13042
|
+
|
13043
|
+
|
13044
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-17 23:49:12 +0900
|
13045
|
+
|
13046
|
+
|
13047
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-17 23:49:12 +0900
|
13048
|
+
|
13049
|
+
|
13050
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-17 23:49:13 +0900
|
13051
|
+
|
13052
|
+
|
13053
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-17 23:49:13 +0900
|
13054
|
+
|
13055
|
+
|
13056
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:49:14 +0900
|
13057
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
13058
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"BGZDcXIk84FgcR4yUg7e7jIFRT0m04BkRqZDwLHP2YsFMLaLnfDieRnV2Pn+gH0iaImHnilxxe0FW7HTHgkQ4w==", "confirmation_request_service"=>{"email"=>""}, "commit"=>"request confirmation"}
|
13059
|
+
[1m[35mUser Load (0.5ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
13060
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (19.0ms)
|
13061
|
+
Completed 200 OK in 44ms (Views: 34.9ms | ActiveRecord: 0.5ms)
|
13062
|
+
|
13063
|
+
|
13064
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:49:15 +0900
|
13065
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
13066
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"nZb8SbPiGU26afhsxNc6WneFz9v2SuYZDgf2bSdtY32cwAmzXDYItcPNPqdoWZmWLQkNePnoo5BN+gR+iKuqFQ==", "confirmation_request_service"=>{"email"=>""}, "commit"=>"request confirmation"}
|
13067
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
13068
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (4.9ms)
|
13069
|
+
Completed 200 OK in 35ms (Views: 24.1ms | ActiveRecord: 0.2ms)
|
13070
|
+
|
13071
|
+
|
13072
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:49:15 +0900
|
13073
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
13074
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"mxEqi0rl8r8LnFJt5kTswoboSWcoo3p9cxmHMHwqV0CaR99xpTHjR3I4lKZKyk8O3GSLxCcBP/Qw5HUj0+yeKA==", "confirmation_request_service"=>{"email"=>""}, "commit"=>"request confirmation"}
|
13075
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
13076
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (7.3ms)
|
13077
|
+
Completed 200 OK in 36ms (Views: 26.0ms | ActiveRecord: 0.2ms)
|
13078
|
+
|
13079
|
+
|
13080
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:49:15 +0900
|
13081
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
13082
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"FxLwCYoCMv19YjpQ9KyWXw+U7vx5MX4JeOFxSDyw110WRAXzZdYjBQTG/JtYIjWTVRgsX3aTO4A7HINbk3YeNQ==", "confirmation_request_service"=>{"email"=>""}, "commit"=>"request confirmation"}
|
13083
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
13084
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (8.0ms)
|
13085
|
+
Completed 200 OK in 50ms (Views: 34.7ms | ActiveRecord: 0.2ms)
|
13086
|
+
|
13087
|
+
|
13088
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:49:23 +0900
|
13089
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
13090
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"YphkZGHk3F1NsXjvxJmXHItxtEr8FnM7vPnUpv3nonBjzpGejjDNpTQVviRoFzTQ0f126fO0NrL/BCa1UiFrGA==", "confirmation_request_service"=>{"email"=>"ppworks@example.com"}, "commit"=>"request confirmation"}
|
13091
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
13092
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (4.2ms)
|
13093
|
+
Completed 200 OK in 30ms (Views: 19.4ms | ActiveRecord: 0.3ms)
|
13094
|
+
|
13095
|
+
|
13096
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:49:31 +0900
|
13097
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
13098
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"MmCn5TsIETzwxUgiZSWOOIc8RQYAlF6bHe70CZGp0E4zNlIf1NwAxIlhjunJqy303bCHpQ82GxJeEwYaPm8ZJg==", "confirmation_request_service"=>{"email"=>"ppworks@example.com"}, "commit"=>"request confirmation"}
|
13099
|
+
[1m[36mUser Load (0.3ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1[0m
|
13100
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (4.2ms)
|
13101
|
+
Completed 200 OK in 33ms (Views: 22.0ms | ActiveRecord: 0.3ms)
|
13102
|
+
|
13103
|
+
|
13104
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:49:56 +0900
|
13105
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
13106
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"SxhINVXYIsxlWIGOigEbRBLo75dONKvybjjA8ub7DhdKTr3PugwzNBz8R0Umj7iISGQtNEGW7nstxTLhST3Hfw==", "confirmation_request_service"=>{"email"=>"ppworks@example.com"}, "commit"=>"request confirmation"}
|
13107
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" IS NULL LIMIT 1
|
13108
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/confirmation_requests/new.html.erb within layouts/application (6.1ms)
|
13109
|
+
Completed 200 OK in 22968ms (Views: 25.3ms | ActiveRecord: 0.5ms)
|
13110
|
+
|
13111
|
+
|
13112
|
+
Started POST "/confirmation_requests" for 127.0.0.1 at 2015-08-17 23:51:13 +0900
|
13113
|
+
Processing by Nyauth::ConfirmationRequestsController#create as HTML
|
13114
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"5Vqtn05Zitk3xUOWlK9ass6z2JykQ6Y15cKjmH0Zgf/kDFhloY2bIU5hhV04Ifl+lD8aP6vh47ymP1GL0t9Ilw==", "confirmation_request_service"=>{"email"=>"ppworks@example.com"}, "commit"=>"request confirmation"}
|
13115
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1[0m [["email", "ppworks@example.com"]]
|
13116
|
+
[1m[35m (0.0ms)[0m begin transaction
|
13117
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "users" SET "confirmation_key" = ?, "confirmation_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ?[0m [["confirmation_key", "c8d4155729577858645f670dbdc404af43417a4d3a1a8bcc4db5ed5d91cfc853"], ["confirmation_key_expired_at", "2015-08-17 15:51:19.779040"], ["updated_at", "2015-08-17 14:51:19.779617"], ["id", 1]]
|
13118
|
+
[1m[35m (3.7ms)[0m commit transaction
|
13119
|
+
Redirected to http://www.lvh.me:3000/
|
13120
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.html.erb within layouts/nyauth/mailer (3.8ms)
|
13121
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_confirmation.text.erb within layouts/nyauth/mailer (2.7ms)
|
13122
|
+
|
13123
|
+
Nyauth::RequestMailer#request_confirmation: processed outbound mail in 227.6ms
|
13124
|
+
|
13125
|
+
Sent mail to ppworks@example.com (9.8ms)
|
13126
|
+
Date: Mon, 17 Aug 2015 23:51:20 +0900
|
13127
|
+
From: from@example.com
|
13128
|
+
To: ppworks@example.com
|
13129
|
+
Message-ID: <55d1f4e871c9_d0fe3fcf1c33f5ec868a1@mbpA1502.local.mail>
|
13130
|
+
Subject: Request confirmation
|
13131
|
+
Mime-Version: 1.0
|
13132
|
+
Content-Type: multipart/alternative;
|
13133
|
+
boundary="--==_mimepart_55d1f4e85b31_d0fe3fcf1c33f5ec867b7";
|
13134
|
+
charset=UTF-8
|
13135
|
+
Content-Transfer-Encoding: 7bit
|
13136
|
+
|
13137
|
+
|
13138
|
+
----==_mimepart_55d1f4e85b31_d0fe3fcf1c33f5ec867b7
|
13139
|
+
Content-Type: text/plain;
|
13140
|
+
charset=UTF-8
|
13141
|
+
Content-Transfer-Encoding: 7bit
|
13142
|
+
|
13143
|
+
Plese confirm your email
|
13144
|
+
|
13145
|
+
http://localhost:3000/confirmations/c8d4155729577858645f670dbdc404af43417a4d3a1a8bcc4db5ed5d91cfc853
|
13146
|
+
|
13147
|
+
|
13148
|
+
----==_mimepart_55d1f4e85b31_d0fe3fcf1c33f5ec867b7
|
13149
|
+
Content-Type: text/html;
|
13150
|
+
charset=UTF-8
|
13151
|
+
Content-Transfer-Encoding: 7bit
|
13152
|
+
|
13153
|
+
<p>
|
13154
|
+
Plese confirm your email
|
13155
|
+
</p>
|
13156
|
+
<p>
|
13157
|
+
<a href="http://localhost:3000/confirmations/c8d4155729577858645f670dbdc404af43417a4d3a1a8bcc4db5ed5d91cfc853">confirm</a>
|
13158
|
+
</p>
|
13159
|
+
|
13160
|
+
|
13161
|
+
----==_mimepart_55d1f4e85b31_d0fe3fcf1c33f5ec867b7--
|
13162
|
+
|
13163
|
+
Completed 302 Found in 6485ms (ActiveRecord: 4.7ms)
|
13164
|
+
|
13165
|
+
|
13166
|
+
Started GET "/" for 127.0.0.1 at 2015-08-17 23:51:20 +0900
|
13167
|
+
Processing by PagesController#index as HTML
|
13168
|
+
Rendered pages/index.html.erb within layouts/application (0.1ms)
|
13169
|
+
Completed 200 OK in 22ms (Views: 22.1ms | ActiveRecord: 0.0ms)
|
13170
|
+
|
13171
|
+
|
13172
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-17 23:51:20 +0900
|
13173
|
+
|
13174
|
+
|
13175
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-17 23:51:20 +0900
|
13176
|
+
|
13177
|
+
|
13178
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-17 23:51:20 +0900
|
13179
|
+
|
13180
|
+
|
13181
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-17 23:51:20 +0900
|
13182
|
+
|
13183
|
+
|
13184
|
+
Started GET "/reset_password_requests/new" for 127.0.0.1 at 2015-08-18 00:03:27 +0900
|
13185
|
+
Processing by Nyauth::ResetPasswordRequestsController#new as HTML
|
13186
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_password_requests/new.html.erb within layouts/application (15.4ms)
|
13187
|
+
Completed 200 OK in 41ms (Views: 39.2ms | ActiveRecord: 0.0ms)
|
13188
|
+
|
13189
|
+
|
13190
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 00:03:28 +0900
|
13191
|
+
|
13192
|
+
|
13193
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 00:03:28 +0900
|
13194
|
+
|
13195
|
+
|
13196
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 00:03:28 +0900
|
13197
|
+
|
13198
|
+
|
13199
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 00:03:28 +0900
|
13200
|
+
|
13201
|
+
|
13202
|
+
Started POST "/reset_password_requests" for 127.0.0.1 at 2015-08-18 00:03:29 +0900
|
13203
|
+
Processing by Nyauth::ResetPasswordRequestsController#create as HTML
|
13204
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"fDfkA0NTA8slfSA+HyGIA0Nj/93+XZLX//VWysQ+Kex9YRH5rIcSM1zZ5vWzryvPGe89fvH/1168CKTZa/jghA==", "reset_password_request_service"=>"[FILTERED]", "commit"=>"reset password"}
|
13205
|
+
[1m[36mUser Load (0.4ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1[0m [["email", ""]]
|
13206
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/reset_password_requests/new.html.erb within layouts/application (4.1ms)
|
13207
|
+
Completed 200 OK in 36ms (Views: 20.1ms | ActiveRecord: 1.3ms)
|
13208
|
+
|
13209
|
+
|
13210
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 00:03:29 +0900
|
13211
|
+
|
13212
|
+
|
13213
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 00:03:29 +0900
|
13214
|
+
|
13215
|
+
|
13216
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 00:03:29 +0900
|
13217
|
+
|
13218
|
+
|
13219
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 00:03:29 +0900
|
13220
|
+
|
13221
|
+
|
13222
|
+
Started POST "/reset_password_requests" for 127.0.0.1 at 2015-08-18 00:03:39 +0900
|
13223
|
+
Processing by Nyauth::ResetPasswordRequestsController#create as HTML
|
13224
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"q8nK+qb5koKfpDbrS7EsqNtlE9Qi2VeGjAB0LbWOlkOqnz8ASS2DeuYA8CDnP49kgenRdy17Eg/P/YY+GkhfKw==", "reset_password_request_service"=>"[FILTERED]", "commit"=>"reset password"}
|
13225
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = ? LIMIT 1 [["email", "ppworks@example.com"]]
|
13226
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
13227
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "users" SET "reset_password_key" = ?, "reset_password_key_expired_at" = ?, "updated_at" = ? WHERE "users"."id" = ? [["reset_password_key", "fbb2ccf65dc064e1b5ee686c2034ace8f22d5bfc7581cfd1f817a5c394c404ce"], ["reset_password_key_expired_at", "2015-08-17 16:03:40.001136"], ["updated_at", "2015-08-17 15:03:40.001800"], ["id", 1]]
|
13228
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
13229
|
+
Redirected to http://www.lvh.me:3000/
|
13230
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.html.erb within layouts/nyauth/mailer (2.3ms)
|
13231
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/request_mailer/request_reset_password.text.erb within layouts/nyauth/mailer (3.5ms)
|
13232
|
+
|
13233
|
+
Nyauth::RequestMailer#request_reset_password: processed outbound mail in 43.3ms
|
13234
|
+
|
13235
|
+
Sent mail to ppworks@example.com (4.2ms)
|
13236
|
+
Date: Tue, 18 Aug 2015 00:03:40 +0900
|
13237
|
+
From: from@example.com
|
13238
|
+
To: ppworks@example.com
|
13239
|
+
Message-ID: <55d1f7cce74f_d0fe3fcf1ce1e4908705d@mbpA1502.local.mail>
|
13240
|
+
Subject: Request reset password
|
13241
|
+
Mime-Version: 1.0
|
13242
|
+
Content-Type: multipart/alternative;
|
13243
|
+
boundary="--==_mimepart_55d1f7ccdfc9_d0fe3fcf1ce1e49086973";
|
13244
|
+
charset=UTF-8
|
13245
|
+
Content-Transfer-Encoding: 7bit
|
13246
|
+
|
13247
|
+
|
13248
|
+
----==_mimepart_55d1f7ccdfc9_d0fe3fcf1ce1e49086973
|
13249
|
+
Content-Type: text/plain;
|
13250
|
+
charset=UTF-8
|
13251
|
+
Content-Transfer-Encoding: 7bit
|
13252
|
+
|
13253
|
+
Plese set your new password
|
13254
|
+
|
13255
|
+
http://localhost:3000/reset_passwords/fbb2ccf65dc064e1b5ee686c2034ace8f22d5bfc7581cfd1f817a5c394c404ce/edit
|
13256
|
+
|
13257
|
+
|
13258
|
+
----==_mimepart_55d1f7ccdfc9_d0fe3fcf1ce1e49086973
|
13259
|
+
Content-Type: text/html;
|
13260
|
+
charset=UTF-8
|
13261
|
+
Content-Transfer-Encoding: 7bit
|
13262
|
+
|
13263
|
+
<p>
|
13264
|
+
Plese set your new password
|
13265
|
+
</p>
|
13266
|
+
<p>
|
13267
|
+
<a href="http://localhost:3000/reset_passwords/fbb2ccf65dc064e1b5ee686c2034ace8f22d5bfc7581cfd1f817a5c394c404ce/edit">set new password</a>
|
13268
|
+
</p>
|
13269
|
+
|
13270
|
+
|
13271
|
+
----==_mimepart_55d1f7ccdfc9_d0fe3fcf1ce1e49086973--
|
13272
|
+
|
13273
|
+
Completed 302 Found in 68ms (ActiveRecord: 1.4ms)
|
13274
|
+
|
13275
|
+
|
13276
|
+
Started GET "/" for 127.0.0.1 at 2015-08-18 00:03:40 +0900
|
13277
|
+
Processing by PagesController#index as HTML
|
13278
|
+
Rendered pages/index.html.erb within layouts/application (0.0ms)
|
13279
|
+
Completed 200 OK in 18ms (Views: 18.1ms | ActiveRecord: 0.0ms)
|
13280
|
+
|
13281
|
+
|
13282
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 00:03:40 +0900
|
13283
|
+
|
13284
|
+
|
13285
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 00:03:40 +0900
|
13286
|
+
|
13287
|
+
|
13288
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 00:03:40 +0900
|
13289
|
+
|
13290
|
+
|
13291
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 00:03:40 +0900
|
13292
|
+
|
13293
|
+
|
13294
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 00:13:01 +0900
|
13295
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13296
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (7.9ms)
|
13297
|
+
Completed 200 OK in 36ms (Views: 28.4ms | ActiveRecord: 0.0ms)
|
13298
|
+
|
13299
|
+
|
13300
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 00:13:02 +0900
|
13301
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13302
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (8.6ms)
|
13303
|
+
Completed 200 OK in 41ms (Views: 40.0ms | ActiveRecord: 0.0ms)
|
13304
|
+
|
13305
|
+
|
13306
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 00:13:02 +0900
|
13307
|
+
|
13308
|
+
|
13309
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 00:13:02 +0900
|
13310
|
+
|
13311
|
+
|
13312
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 00:13:02 +0900
|
13313
|
+
|
13314
|
+
|
13315
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 00:13:02 +0900
|
13316
|
+
|
13317
|
+
|
13318
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 00:21:33 +0900
|
13319
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13320
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (10.9ms)
|
13321
|
+
Completed 200 OK in 51ms (Views: 39.6ms | ActiveRecord: 0.0ms)
|
13322
|
+
|
13323
|
+
|
13324
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 00:21:33 +0900
|
13325
|
+
|
13326
|
+
|
13327
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 00:21:33 +0900
|
13328
|
+
|
13329
|
+
|
13330
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 00:21:33 +0900
|
13331
|
+
|
13332
|
+
|
13333
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 00:21:33 +0900
|
13334
|
+
|
13335
|
+
|
13336
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 00:22:52 +0900
|
13337
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13338
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (8.4ms)
|
13339
|
+
Completed 200 OK in 46ms (Views: 36.8ms | ActiveRecord: 0.0ms)
|
13340
|
+
|
13341
|
+
|
13342
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 00:22:52 +0900
|
13343
|
+
|
13344
|
+
|
13345
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 00:22:52 +0900
|
13346
|
+
|
13347
|
+
|
13348
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 00:22:52 +0900
|
13349
|
+
|
13350
|
+
|
13351
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 00:22:52 +0900
|
13352
|
+
|
13353
|
+
|
13354
|
+
Started GET "/" for 127.0.0.1 at 2015-08-18 08:40:44 +0900
|
13355
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
13356
|
+
Processing by PagesController#index as HTML
|
13357
|
+
Rendered pages/index.html.erb within layouts/application (1.2ms)
|
13358
|
+
Completed 200 OK in 161ms (Views: 160.7ms | ActiveRecord: 0.0ms)
|
13359
|
+
|
13360
|
+
|
13361
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 08:40:44 +0900
|
13362
|
+
|
13363
|
+
|
13364
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 08:40:44 +0900
|
13365
|
+
|
13366
|
+
|
13367
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 08:40:44 +0900
|
13368
|
+
|
13369
|
+
|
13370
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 08:40:44 +0900
|
13371
|
+
|
13372
|
+
|
13373
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 08:40:50 +0900
|
13374
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13375
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (23.9ms)
|
13376
|
+
Completed 200 OK in 53ms (Views: 43.2ms | ActiveRecord: 0.0ms)
|
13377
|
+
|
13378
|
+
|
13379
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 08:40:50 +0900
|
13380
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13381
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (11.8ms)
|
13382
|
+
Completed 200 OK in 51ms (Views: 48.9ms | ActiveRecord: 0.0ms)
|
13383
|
+
|
13384
|
+
|
13385
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 08:40:50 +0900
|
13386
|
+
|
13387
|
+
|
13388
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 08:40:50 +0900
|
13389
|
+
|
13390
|
+
|
13391
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 08:40:50 +0900
|
13392
|
+
|
13393
|
+
|
13394
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 08:40:50 +0900
|
13395
|
+
|
13396
|
+
|
13397
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 08:41:05 +0900
|
13398
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13399
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (5.4ms)
|
13400
|
+
Completed 200 OK in 30ms (Views: 28.5ms | ActiveRecord: 0.0ms)
|
13401
|
+
|
13402
|
+
|
13403
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 08:41:05 +0900
|
13404
|
+
|
13405
|
+
|
13406
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 08:41:05 +0900
|
13407
|
+
|
13408
|
+
|
13409
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 08:41:05 +0900
|
13410
|
+
|
13411
|
+
|
13412
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 08:41:05 +0900
|
13413
|
+
|
13414
|
+
|
13415
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 22:20:29 +0900
|
13416
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
13417
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13418
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (35.5ms)
|
13419
|
+
Completed 200 OK in 261ms (Views: 247.8ms | ActiveRecord: 0.0ms)
|
13420
|
+
|
13421
|
+
|
13422
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 22:20:30 +0900
|
13423
|
+
|
13424
|
+
|
13425
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 22:20:30 +0900
|
13426
|
+
|
13427
|
+
|
13428
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 22:20:30 +0900
|
13429
|
+
|
13430
|
+
|
13431
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 22:20:30 +0900
|
13432
|
+
|
13433
|
+
|
13434
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 22:23:24 +0900
|
13435
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13436
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (11.8ms)
|
13437
|
+
Completed 200 OK in 38ms (Views: 36.4ms | ActiveRecord: 0.0ms)
|
13438
|
+
|
13439
|
+
|
13440
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 22:23:24 +0900
|
13441
|
+
|
13442
|
+
|
13443
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 22:23:24 +0900
|
13444
|
+
|
13445
|
+
|
13446
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 22:23:24 +0900
|
13447
|
+
|
13448
|
+
|
13449
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 22:23:24 +0900
|
13450
|
+
|
13451
|
+
|
13452
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 22:29:54 +0900
|
13453
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13454
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (9.3ms)
|
13455
|
+
Completed 200 OK in 50ms (Views: 37.9ms | ActiveRecord: 0.0ms)
|
13456
|
+
|
13457
|
+
|
13458
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 22:29:54 +0900
|
13459
|
+
|
13460
|
+
|
13461
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 22:29:54 +0900
|
13462
|
+
|
13463
|
+
|
13464
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 22:29:54 +0900
|
13465
|
+
|
13466
|
+
|
13467
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 22:29:54 +0900
|
13468
|
+
|
13469
|
+
|
13470
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 22:30:05 +0900
|
13471
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13472
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (7.2ms)
|
13473
|
+
Completed 200 OK in 40ms (Views: 32.4ms | ActiveRecord: 0.0ms)
|
13474
|
+
|
13475
|
+
|
13476
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 22:30:05 +0900
|
13477
|
+
|
13478
|
+
|
13479
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 22:30:05 +0900
|
13480
|
+
|
13481
|
+
|
13482
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 22:30:05 +0900
|
13483
|
+
|
13484
|
+
|
13485
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 22:30:05 +0900
|
13486
|
+
|
13487
|
+
|
13488
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 22:31:32 +0900
|
13489
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13490
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (9.5ms)
|
13491
|
+
Completed 200 OK in 92ms (Views: 39.9ms | ActiveRecord: 0.0ms)
|
13492
|
+
|
13493
|
+
|
13494
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 22:31:32 +0900
|
13495
|
+
|
13496
|
+
|
13497
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 22:31:32 +0900
|
13498
|
+
|
13499
|
+
|
13500
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 22:31:32 +0900
|
13501
|
+
|
13502
|
+
|
13503
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 22:31:32 +0900
|
13504
|
+
|
13505
|
+
|
13506
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 22:32:34 +0900
|
13507
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13508
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (8.9ms)
|
13509
|
+
Completed 200 OK in 58ms (Views: 41.8ms | ActiveRecord: 0.0ms)
|
13510
|
+
|
13511
|
+
|
13512
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 22:32:34 +0900
|
13513
|
+
|
13514
|
+
|
13515
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 22:32:34 +0900
|
13516
|
+
|
13517
|
+
|
13518
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 22:32:34 +0900
|
13519
|
+
|
13520
|
+
|
13521
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 22:32:34 +0900
|
13522
|
+
|
13523
|
+
|
13524
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 22:33:47 +0900
|
13525
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13526
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (11.4ms)
|
13527
|
+
Completed 200 OK in 61ms (Views: 48.0ms | ActiveRecord: 0.0ms)
|
13528
|
+
|
13529
|
+
|
13530
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 22:33:47 +0900
|
13531
|
+
|
13532
|
+
|
13533
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 22:33:47 +0900
|
13534
|
+
|
13535
|
+
|
13536
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 22:33:47 +0900
|
13537
|
+
|
13538
|
+
|
13539
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 22:33:47 +0900
|
13540
|
+
|
13541
|
+
|
13542
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 22:34:26 +0900
|
13543
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13544
|
+
Completed 500 Internal Server Error in 7ms
|
13545
|
+
|
13546
|
+
NoMethodError (undefined method `param_key=' for nil:NilClass):
|
13547
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/session_service.rb:9:in `initialize'
|
13548
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/sessions_controller.rb:30:in `new'
|
13549
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/sessions_controller.rb:30:in `set_service'
|
13550
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:427:in `block in make_lambda'
|
13551
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:163:in `call'
|
13552
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:163:in `block in halting'
|
13553
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
13554
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
13555
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
13556
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
13557
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
13558
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
13559
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
13560
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
13561
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
13562
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
13563
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
13564
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
13565
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
13566
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
13567
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
13568
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
13569
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
13570
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
13571
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
13572
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
13573
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
13574
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
13575
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
13576
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
13577
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
13578
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
13579
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
13580
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
13581
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
13582
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
13583
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
13584
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
13585
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
13586
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
13587
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
13588
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
13589
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
13590
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
13591
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
13592
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
13593
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
13594
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
13595
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
13596
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
13597
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
13598
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
13599
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
13600
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
13601
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
13602
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
13603
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
13604
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
13605
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
13606
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
13607
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
13608
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
13609
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
13610
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
13611
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
13612
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
13613
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
13614
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
13615
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
13616
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
13617
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
13618
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
13619
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
13620
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
13621
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
13622
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
13623
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
13624
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
13625
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
13626
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
13627
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
13628
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
13629
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
13630
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
13631
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
13632
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
13633
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
13634
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
13635
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
13636
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
13637
|
+
|
13638
|
+
|
13639
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms)
|
13640
|
+
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)
|
13641
|
+
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)
|
13642
|
+
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 (49.7ms)
|
13643
|
+
|
13644
|
+
|
13645
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 22:35:21 +0900
|
13646
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13647
|
+
Completed 500 Internal Server Error in 5ms
|
13648
|
+
|
13649
|
+
NoMethodError (undefined method `param_key=' for nil:NilClass):
|
13650
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/session_service.rb:13:in `initialize'
|
13651
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/sessions_controller.rb:30:in `new'
|
13652
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/sessions_controller.rb:30:in `set_service'
|
13653
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:427:in `block in make_lambda'
|
13654
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:163:in `call'
|
13655
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:163:in `block in halting'
|
13656
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
13657
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
13658
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
13659
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
13660
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
13661
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
13662
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
13663
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
13664
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
13665
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
13666
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
13667
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
13668
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
13669
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
13670
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
13671
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
13672
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
13673
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
13674
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
13675
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
13676
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
13677
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
13678
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
13679
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
13680
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
13681
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
13682
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
13683
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
13684
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
13685
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
13686
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
13687
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
13688
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
13689
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
13690
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
13691
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
13692
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
13693
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
13694
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
13695
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
13696
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
13697
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
13698
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
13699
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
13700
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
13701
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
13702
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
13703
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
13704
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
13705
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
13706
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
13707
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
13708
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
13709
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
13710
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
13711
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
13712
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
13713
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
13714
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
13715
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
13716
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
13717
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
13718
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
13719
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
13720
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
13721
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
13722
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
13723
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
13724
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
13725
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
13726
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
13727
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
13728
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
13729
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
13730
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
13731
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
13732
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
13733
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
13734
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
13735
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
13736
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
13737
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
13738
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
13739
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
13740
|
+
|
13741
|
+
|
13742
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.9ms)
|
13743
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (9.6ms)
|
13744
|
+
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.0ms)
|
13745
|
+
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 (50.5ms)
|
13746
|
+
|
13747
|
+
|
13748
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 22:35:23 +0900
|
13749
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13750
|
+
Completed 500 Internal Server Error in 1ms
|
13751
|
+
|
13752
|
+
NoMethodError (undefined method `param_key=' for nil:NilClass):
|
13753
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/session_service.rb:13:in `initialize'
|
13754
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/sessions_controller.rb:30:in `new'
|
13755
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/controllers/nyauth/sessions_controller.rb:30:in `set_service'
|
13756
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:427:in `block in make_lambda'
|
13757
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:163:in `call'
|
13758
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:163:in `block in halting'
|
13759
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
13760
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
13761
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
13762
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
13763
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
13764
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
13765
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
13766
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
13767
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
13768
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
13769
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
13770
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
13771
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
13772
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
13773
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
13774
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
13775
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
13776
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
13777
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
13778
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
13779
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
13780
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
13781
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
13782
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
13783
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
13784
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
13785
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
13786
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
13787
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
13788
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
13789
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
13790
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
13791
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
13792
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
13793
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
13794
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
13795
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
13796
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
13797
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
13798
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
13799
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
13800
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
13801
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
13802
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
13803
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
13804
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
13805
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
13806
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
13807
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
13808
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
13809
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
13810
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
13811
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
13812
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
13813
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
13814
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
13815
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
13816
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
13817
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
13818
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
13819
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
13820
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
13821
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
13822
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
13823
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
13824
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
13825
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
13826
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
13827
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
13828
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
13829
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
13830
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
13831
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
13832
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
13833
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
13834
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
13835
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
13836
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
13837
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
13838
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
13839
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
13840
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
13841
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
13842
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
13843
|
+
|
13844
|
+
|
13845
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
|
13846
|
+
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)
|
13847
|
+
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 (2.1ms)
|
13848
|
+
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 (54.6ms)
|
13849
|
+
|
13850
|
+
|
13851
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 22:35:28 +0900
|
13852
|
+
Processing by Nyauth::SessionsController#new as HTML
|
13853
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (8.5ms)
|
13854
|
+
Completed 500 Internal Server Error in 22ms
|
13855
|
+
|
13856
|
+
ActionView::Template::Error (undefined method `name' for #<Nyauth::SessionService:0x007f8e71508be0>):
|
13857
|
+
1: <%= form_for @service, url: session_path_for(nyauth_client_name) do |f| %>
|
13858
|
+
2: <%= f.object.errors.full_messages.join ',' %>
|
13859
|
+
3: <%= f.email_field :email %>
|
13860
|
+
4: <%= f.password_field :password %>
|
13861
|
+
activemodel (4.2.0) lib/active_model/naming.rb:146:in `initialize'
|
13862
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/session_service.rb:7:in `new'
|
13863
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/session_service.rb:7:in `model_name'
|
13864
|
+
actionpack (4.2.0) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class'
|
13865
|
+
actionview (4.2.0) lib/action_view/helpers/form_helper.rb:433:in `form_for'
|
13866
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb:1:in `___sers_koshikawa_repository_github_com_ppworks_nyauth_app_views_nyauth_sessions_new_html_erb__278700553091758617_70124921553460'
|
13867
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
13868
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
13869
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
13870
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
13871
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
|
13872
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
|
13873
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
13874
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
13875
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
13876
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
|
13877
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
|
13878
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
13879
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
13880
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
13881
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
13882
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
13883
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
13884
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
13885
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
13886
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
13887
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
13888
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
13889
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
13890
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
13891
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
13892
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
|
13893
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
13894
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
13895
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
13896
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
13897
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
13898
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
13899
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
13900
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
13901
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
13902
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
13903
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
13904
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
13905
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
13906
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
13907
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
13908
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
13909
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
13910
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
13911
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
13912
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
13913
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
13914
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
13915
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
13916
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
13917
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
13918
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
13919
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
13920
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
13921
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
13922
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
13923
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
13924
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
13925
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
13926
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
13927
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
13928
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
13929
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
13930
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
13931
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
13932
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
13933
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
13934
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
13935
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
13936
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
13937
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
13938
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
13939
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
13940
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
13941
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
13942
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
13943
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
13944
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
13945
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
13946
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
13947
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
13948
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
13949
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
13950
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
13951
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
13952
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
13953
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
13954
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
13955
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
13956
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
13957
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
13958
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
13959
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
13960
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
13961
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
13962
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
13963
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
13964
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
13965
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
13966
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
13967
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
13968
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
13969
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
13970
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
13971
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
13972
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
13973
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
13974
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
13975
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
13976
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
13977
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
13978
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
13979
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
13980
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
13981
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
13982
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
13983
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
13984
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
13985
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
13986
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
13987
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
13988
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
13989
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
13990
|
+
|
13991
|
+
|
13992
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms)
|
13993
|
+
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.1ms)
|
13994
|
+
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)
|
13995
|
+
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 (52.6ms)
|
13996
|
+
|
13997
|
+
|
13998
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 22:35:45 +0900
|
13999
|
+
Processing by Nyauth::SessionsController#new as HTML
|
14000
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (8.4ms)
|
14001
|
+
Completed 500 Internal Server Error in 20ms
|
14002
|
+
|
14003
|
+
ActionView::Template::Error (undefined method `name' for "service":String):
|
14004
|
+
1: <%= form_for @service, url: session_path_for(nyauth_client_name) do |f| %>
|
14005
|
+
2: <%= f.object.errors.full_messages.join ',' %>
|
14006
|
+
3: <%= f.email_field :email %>
|
14007
|
+
4: <%= f.password_field :password %>
|
14008
|
+
activemodel (4.2.0) lib/active_model/naming.rb:150:in `initialize'
|
14009
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/session_service.rb:7:in `new'
|
14010
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/session_service.rb:7:in `model_name'
|
14011
|
+
actionpack (4.2.0) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class'
|
14012
|
+
actionview (4.2.0) lib/action_view/helpers/form_helper.rb:433:in `form_for'
|
14013
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb:1:in `___sers_koshikawa_repository_github_com_ppworks_nyauth_app_views_nyauth_sessions_new_html_erb__278700553091758617_70124921553460'
|
14014
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
14015
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
14016
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
14017
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
14018
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
|
14019
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
|
14020
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
14021
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
14022
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
14023
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
|
14024
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
|
14025
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
14026
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
14027
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
14028
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
14029
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
14030
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
14031
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
14032
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
14033
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
14034
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
14035
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
14036
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
14037
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
14038
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
14039
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
|
14040
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
14041
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
14042
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
14043
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
14044
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
14045
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
14046
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
14047
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
14048
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
14049
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
14050
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
14051
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
14052
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
14053
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
14054
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
14055
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
14056
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
14057
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
14058
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
14059
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
14060
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
14061
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
14062
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
14063
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
14064
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
14065
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
14066
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
14067
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
14068
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
14069
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
14070
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
14071
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
14072
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
14073
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
14074
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
14075
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
14076
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
14077
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
14078
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
14079
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
14080
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
14081
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
14082
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
14083
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
14084
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
14085
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
14086
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
14087
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
14088
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
14089
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
14090
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
14091
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
14092
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
14093
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
14094
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
14095
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
14096
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
14097
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
14098
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
14099
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
14100
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
14101
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
14102
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
14103
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
14104
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
14105
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
14106
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
14107
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
14108
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
14109
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
14110
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
14111
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
14112
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
14113
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
14114
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
14115
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
14116
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
14117
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
14118
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
14119
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
14120
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
14121
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
14122
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
14123
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
14124
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
14125
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
14126
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
14127
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
14128
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
14129
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
14130
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
14131
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
14132
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
14133
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
14134
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
14135
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
14136
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
14137
|
+
|
14138
|
+
|
14139
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
|
14140
|
+
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.8ms)
|
14141
|
+
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.0ms)
|
14142
|
+
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 (47.4ms)
|
14143
|
+
|
14144
|
+
|
14145
|
+
Started GET "/" for 127.0.0.1 at 2015-08-18 22:35:57 +0900
|
14146
|
+
Processing by PagesController#index as HTML
|
14147
|
+
Rendered pages/index.html.erb within layouts/application (0.3ms)
|
14148
|
+
Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.0ms)
|
14149
|
+
|
14150
|
+
|
14151
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 22:35:57 +0900
|
14152
|
+
|
14153
|
+
|
14154
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 22:35:57 +0900
|
14155
|
+
|
14156
|
+
|
14157
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 22:35:57 +0900
|
14158
|
+
|
14159
|
+
|
14160
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 22:35:57 +0900
|
14161
|
+
|
14162
|
+
|
14163
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 22:35:59 +0900
|
14164
|
+
Processing by Nyauth::SessionsController#new as HTML
|
14165
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (12.1ms)
|
14166
|
+
Completed 500 Internal Server Error in 21ms
|
14167
|
+
|
14168
|
+
ActionView::Template::Error (undefined method `name' for "service":String):
|
14169
|
+
1: <%= form_for @service, url: session_path_for(nyauth_client_name) do |f| %>
|
14170
|
+
2: <%= f.object.errors.full_messages.join ',' %>
|
14171
|
+
3: <%= f.email_field :email %>
|
14172
|
+
4: <%= f.password_field :password %>
|
14173
|
+
activemodel (4.2.0) lib/active_model/naming.rb:150:in `initialize'
|
14174
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/session_service.rb:7:in `new'
|
14175
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/services/nyauth/session_service.rb:7:in `model_name'
|
14176
|
+
actionpack (4.2.0) lib/action_controller/model_naming.rb:9:in `model_name_from_record_or_class'
|
14177
|
+
actionview (4.2.0) lib/action_view/helpers/form_helper.rb:433:in `form_for'
|
14178
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb:1:in `___sers_koshikawa_repository_github_com_ppworks_nyauth_app_views_nyauth_sessions_new_html_erb__278700553091758617_70124921553460'
|
14179
|
+
actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
|
14180
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
|
14181
|
+
actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
|
14182
|
+
actionview (4.2.0) lib/action_view/template.rb:143:in `render'
|
14183
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
|
14184
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
|
14185
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
14186
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
14187
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
14188
|
+
actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
|
14189
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
|
14190
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
|
14191
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
|
14192
|
+
actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render'
|
14193
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
14194
|
+
actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
14195
|
+
actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
|
14196
|
+
actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
14197
|
+
actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
|
14198
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
14199
|
+
actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
|
14200
|
+
actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
|
14201
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
14202
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
14203
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
14204
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
|
14205
|
+
activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
14206
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
14207
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
14208
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
14209
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
14210
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
14211
|
+
actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
14212
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
|
14213
|
+
actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
14214
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
14215
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
14216
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
|
14217
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
14218
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
14219
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
14220
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
|
14221
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
|
14222
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
|
14223
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
|
14224
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
|
14225
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
|
14226
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
|
14227
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
14228
|
+
actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
14229
|
+
actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
14230
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
14231
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
|
14232
|
+
activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
14233
|
+
activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
|
14234
|
+
actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
14235
|
+
actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
14236
|
+
activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
14237
|
+
actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
|
14238
|
+
actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
|
14239
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
|
14240
|
+
actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
14241
|
+
actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
|
14242
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
14243
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
14244
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
|
14245
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
14246
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
14247
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
14248
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
14249
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
14250
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
|
14251
|
+
railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
|
14252
|
+
actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
|
14253
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
|
14254
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
|
14255
|
+
actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
|
14256
|
+
actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
|
14257
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:13:in `block in call'
|
14258
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/nyan.rb:20:in `run_callback'
|
14259
|
+
/Users/koshikawa/repository/github.com/ppworks/nyauth/lib/nyauth/middleware.rb:12:in `call'
|
14260
|
+
rack (1.6.0) lib/rack/etag.rb:24:in `call'
|
14261
|
+
rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
|
14262
|
+
rack (1.6.0) lib/rack/head.rb:13:in `call'
|
14263
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
14264
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
|
14265
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
|
14266
|
+
rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
|
14267
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
14268
|
+
activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
|
14269
|
+
activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
|
14270
|
+
activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
|
14271
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
14272
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
|
14273
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
|
14274
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
|
14275
|
+
activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
14276
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
14277
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
14278
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
|
14279
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
14280
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
14281
|
+
railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
|
14282
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
|
14283
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
14284
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
14285
|
+
activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
14286
|
+
railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
|
14287
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
14288
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
14289
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
14290
|
+
activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
14291
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
14292
|
+
actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
|
14293
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
14294
|
+
railties (4.2.0) lib/rails/engine.rb:518:in `call'
|
14295
|
+
railties (4.2.0) lib/rails/application.rb:164:in `call'
|
14296
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
14297
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
14298
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
14299
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
|
14300
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
|
14301
|
+
/Users/koshikawa/.rbenv/versions/2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
|
14302
|
+
|
14303
|
+
|
14304
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/vendor/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.7ms)
|
14305
|
+
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.5ms)
|
14306
|
+
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)
|
14307
|
+
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 (46.3ms)
|
14308
|
+
|
14309
|
+
|
14310
|
+
Started GET "/session/new" for 127.0.0.1 at 2015-08-18 22:52:49 +0900
|
14311
|
+
Processing by Nyauth::SessionsController#new as HTML
|
14312
|
+
Rendered /Users/koshikawa/repository/github.com/ppworks/nyauth/app/views/nyauth/sessions/new.html.erb within layouts/application (9.3ms)
|
14313
|
+
Completed 200 OK in 56ms (Views: 42.1ms | ActiveRecord: 0.0ms)
|
14314
|
+
|
14315
|
+
|
14316
|
+
Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for 127.0.0.1 at 2015-08-18 22:52:49 +0900
|
14317
|
+
|
14318
|
+
|
14319
|
+
Started GET "/assets/jquery.self-d03a5518f45df77341bdbe6201ba3bfa547ebba8ed64f0ea56bfa5f96ea7c074.js?body=1" for 127.0.0.1 at 2015-08-18 22:52:49 +0900
|
14320
|
+
|
14321
|
+
|
14322
|
+
Started GET "/assets/jquery_ujs.self-ca5248a2fad13d6bd58ea121318d642f195f0b2dd818b30615f785ff365e8d1f.js?body=1" for 127.0.0.1 at 2015-08-18 22:52:49 +0900
|
14323
|
+
|
14324
|
+
|
14325
|
+
Started GET "/assets/application.self-2b00c68320848afe54cf9919a7a76ed257f93bdb6e12dc2160d07a8b1fe5e9f4.js?body=1" for 127.0.0.1 at 2015-08-18 22:52:49 +0900
|