Started GET "/" for ::1 at 2016-07-13 19:20:45 +0900 DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from raise_in_transactional_callbacks= at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/activerecord-5.0.0/lib/active_record/transactions.rb:283) Processing by Rails::WelcomeController#index as HTML Parameters: {"internal"=>true} Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/railties-5.0.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/railties-5.0.0/lib/rails/templates/rails/welcome/index.html.erb (5.6ms) Completed 200 OK in 22ms (Views: 14.2ms | ActiveRecord: 0.0ms) Started GET "/" for ::1 at 2016-07-13 19:20:46 +0900 Processing by Rails::WelcomeController#index as HTML Parameters: {"internal"=>true} Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/railties-5.0.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/railties-5.0.0/lib/rails/templates/rails/welcome/index.html.erb (3.6ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/s" for ::1 at 2016-07-13 19:20:54 +0900 ActionController::RoutingError (No route matches [GET] "/s"): actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:53:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [1 times] (11.5ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [19 times] (6.3ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (13.5ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.6ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (144.4ms) Started GET "/notee" for ::1 at 2016-07-13 19:21:01 +0900 DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:4) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:5) DEPRECATION WARNING: skip_before_filter is deprecated and will be removed in Rails 5.1. Use skip_before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:7) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:8) Processing by Notee::PostsController#notee as HTML Completed 500 Internal Server Error in 85ms (ActiveRecord: 2.8ms) ActiveRecord::StatementInvalid (Could not find table 'notee_tokens'): activerecord (5.0.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:429:in `table_structure' activerecord (5.0.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:304:in `columns' activerecord (5.0.0) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (5.0.0) lib/active_record/connection_adapters/schema_cache.rb:62:in `columns_hash' activerecord (5.0.0) lib/active_record/model_schema.rb:354:in `load_schema!' activerecord (5.0.0) lib/active_record/attributes.rb:233:in `load_schema!' activerecord (5.0.0) lib/active_record/attribute_decorators.rb:28:in `load_schema!' activerecord (5.0.0) lib/active_record/model_schema.rb:349:in `load_schema' activerecord (5.0.0) lib/active_record/model_schema.rb:266:in `attribute_types' activerecord (5.0.0) lib/active_record/attribute_methods.rb:179:in `has_attribute?' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1106:in `block in arel_columns' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1105:in `map' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1105:in `arel_columns' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1098:in `build_select' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:979:in `build_arel' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:949:in `arel' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:118:in `bound_attributes' activerecord (5.0.0) lib/active_record/relation/finder_methods.rb:335:in `exists?' activerecord (5.0.0) lib/active_record/querying.rb:3:in `exists?' /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:69:in `restrict_access' activesupport (5.0.0) lib/active_support/callbacks.rb:382:in `block in make_lambda' activesupport (5.0.0) lib/active_support/callbacks.rb:150:in `block (2 levels) in halting_and_conditional' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:12:in `block (2 levels) in ' activesupport (5.0.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional' activesupport (5.0.0) lib/active_support/callbacks.rb:454:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:454:in `each' activesupport (5.0.0) lib/active_support/callbacks.rb:454:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:101:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rescue.rb:20:in `process_action' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (5.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.0.0) lib/action_controller/metal/params_wrapper.rb:248:in `process_action' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (5.0.0) lib/abstract_controller/base.rb:126:in `process' actionview (5.0.0) lib/action_view/rendering.rb:30:in `process' actionpack (5.0.0) lib/action_controller/metal.rb:190:in `dispatch' actionpack (5.0.0) lib/action_controller/metal.rb:262:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Started GET "/notee" for ::1 at 2016-07-13 19:21:01 +0900 Processing by Notee::PostsController#notee as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.6ms) ActiveRecord::StatementInvalid (Could not find table 'notee_tokens'): activerecord (5.0.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:429:in `table_structure' activerecord (5.0.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:304:in `columns' activerecord (5.0.0) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (5.0.0) lib/active_record/connection_adapters/schema_cache.rb:62:in `columns_hash' activerecord (5.0.0) lib/active_record/model_schema.rb:354:in `load_schema!' activerecord (5.0.0) lib/active_record/attributes.rb:233:in `load_schema!' activerecord (5.0.0) lib/active_record/attribute_decorators.rb:28:in `load_schema!' activerecord (5.0.0) lib/active_record/model_schema.rb:349:in `load_schema' activerecord (5.0.0) lib/active_record/model_schema.rb:266:in `attribute_types' activerecord (5.0.0) lib/active_record/attribute_methods.rb:179:in `has_attribute?' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1106:in `block in arel_columns' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1105:in `map' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1105:in `arel_columns' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1098:in `build_select' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:979:in `build_arel' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:949:in `arel' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:118:in `bound_attributes' activerecord (5.0.0) lib/active_record/relation/finder_methods.rb:335:in `exists?' activerecord (5.0.0) lib/active_record/querying.rb:3:in `exists?' /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:69:in `restrict_access' activesupport (5.0.0) lib/active_support/callbacks.rb:382:in `block in make_lambda' activesupport (5.0.0) lib/active_support/callbacks.rb:150:in `block (2 levels) in halting_and_conditional' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:12:in `block (2 levels) in ' activesupport (5.0.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional' activesupport (5.0.0) lib/active_support/callbacks.rb:454:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:454:in `each' activesupport (5.0.0) lib/active_support/callbacks.rb:454:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:101:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rescue.rb:20:in `process_action' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (5.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.0.0) lib/action_controller/metal/params_wrapper.rb:248:in `process_action' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (5.0.0) lib/abstract_controller/base.rb:126:in `process' actionview (5.0.0) lib/action_view/rendering.rb:30:in `process' actionpack (5.0.0) lib/action_controller/metal.rb:190:in `dispatch' actionpack (5.0.0) lib/action_controller/metal.rb:262:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (4.2ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (5.1ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (120.3ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (157.1ms) DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from block in execute at /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/rake-11.2.2/lib/rake/task.rb:248)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", 2016-07-13 10:22:01 UTC], ["updated_at", 2016-07-13 10:22:01 UTC]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", 2016-07-13 10:22:18 UTC], ["updated_at", 2016-07-13 10:22:18 UTC]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/notee" for ::1 at 2016-07-13 19:22:30 +0900 DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from raise_in_transactional_callbacks= at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/activerecord-5.0.0/lib/active_record/transactions.rb:283) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:4) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:5) DEPRECATION WARNING: skip_before_filter is deprecated and will be removed in Rails 5.1. Use skip_before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:7) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:8) Processing by Notee::PostsController#notee as HTML Completed 500 Internal Server Error in 70ms (ActiveRecord: 1.6ms) ActiveRecord::StatementInvalid (Could not find table 'notee_tokens'): activerecord (5.0.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:429:in `table_structure' activerecord (5.0.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:304:in `columns' activerecord (5.0.0) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (5.0.0) lib/active_record/connection_adapters/schema_cache.rb:62:in `columns_hash' activerecord (5.0.0) lib/active_record/model_schema.rb:354:in `load_schema!' activerecord (5.0.0) lib/active_record/attributes.rb:233:in `load_schema!' activerecord (5.0.0) lib/active_record/attribute_decorators.rb:28:in `load_schema!' activerecord (5.0.0) lib/active_record/model_schema.rb:349:in `load_schema' activerecord (5.0.0) lib/active_record/model_schema.rb:266:in `attribute_types' activerecord (5.0.0) lib/active_record/attribute_methods.rb:179:in `has_attribute?' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1106:in `block in arel_columns' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1105:in `map' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1105:in `arel_columns' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1098:in `build_select' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:979:in `build_arel' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:949:in `arel' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:118:in `bound_attributes' activerecord (5.0.0) lib/active_record/relation/finder_methods.rb:335:in `exists?' activerecord (5.0.0) lib/active_record/querying.rb:3:in `exists?' /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:69:in `restrict_access' activesupport (5.0.0) lib/active_support/callbacks.rb:382:in `block in make_lambda' activesupport (5.0.0) lib/active_support/callbacks.rb:150:in `block (2 levels) in halting_and_conditional' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:12:in `block (2 levels) in ' activesupport (5.0.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional' activesupport (5.0.0) lib/active_support/callbacks.rb:454:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:454:in `each' activesupport (5.0.0) lib/active_support/callbacks.rb:454:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:101:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rescue.rb:20:in `process_action' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (5.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.0.0) lib/action_controller/metal/params_wrapper.rb:248:in `process_action' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (5.0.0) lib/abstract_controller/base.rb:126:in `process' actionview (5.0.0) lib/action_view/rendering.rb:30:in `process' actionpack (5.0.0) lib/action_controller/metal.rb:190:in `dispatch' actionpack (5.0.0) lib/action_controller/metal.rb:262:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (4.8ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (78.3ms) Started GET "/notee/" for ::1 at 2016-07-13 19:22:42 +0900 Processing by Notee::PostsController#notee as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) ActiveRecord::StatementInvalid (Could not find table 'notee_tokens'): activerecord (5.0.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:429:in `table_structure' activerecord (5.0.0) lib/active_record/connection_adapters/sqlite3_adapter.rb:304:in `columns' activerecord (5.0.0) lib/active_record/connection_adapters/schema_cache.rb:56:in `columns' activerecord (5.0.0) lib/active_record/connection_adapters/schema_cache.rb:62:in `columns_hash' activerecord (5.0.0) lib/active_record/model_schema.rb:354:in `load_schema!' activerecord (5.0.0) lib/active_record/attributes.rb:233:in `load_schema!' activerecord (5.0.0) lib/active_record/attribute_decorators.rb:28:in `load_schema!' activerecord (5.0.0) lib/active_record/model_schema.rb:349:in `load_schema' activerecord (5.0.0) lib/active_record/model_schema.rb:266:in `attribute_types' activerecord (5.0.0) lib/active_record/attribute_methods.rb:179:in `has_attribute?' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1106:in `block in arel_columns' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1105:in `map' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1105:in `arel_columns' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:1098:in `build_select' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:979:in `build_arel' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:949:in `arel' activerecord (5.0.0) lib/active_record/relation/query_methods.rb:118:in `bound_attributes' activerecord (5.0.0) lib/active_record/relation/finder_methods.rb:335:in `exists?' activerecord (5.0.0) lib/active_record/querying.rb:3:in `exists?' /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:69:in `restrict_access' activesupport (5.0.0) lib/active_support/callbacks.rb:382:in `block in make_lambda' activesupport (5.0.0) lib/active_support/callbacks.rb:150:in `block (2 levels) in halting_and_conditional' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:12:in `block (2 levels) in ' activesupport (5.0.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional' activesupport (5.0.0) lib/active_support/callbacks.rb:454:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:454:in `each' activesupport (5.0.0) lib/active_support/callbacks.rb:454:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:101:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rescue.rb:20:in `process_action' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (5.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.0.0) lib/action_controller/metal/params_wrapper.rb:248:in `process_action' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (5.0.0) lib/abstract_controller/base.rb:126:in `process' actionview (5.0.0) lib/action_view/rendering.rb:30:in `process' actionpack (5.0.0) lib/action_controller/metal.rb:190:in `dispatch' actionpack (5.0.0) lib/action_controller/metal.rb:262:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (3.3ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (95.8ms) Started GET "/notee/tokens/new" for ::1 at 2016-07-13 19:22:43 +0900 DEPRECATION WARNING: skip_before_filter is deprecated and will be removed in Rails 5.1. Use skip_before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/tokens_controller.rb:6) Processing by Notee::TokensController#new as HTML Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application (1.7ms) Completed 500 Internal Server Error in 200ms (ActiveRecord: 0.0ms) LoadError (cannot load such file -- sass): activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/autoload/sass.rb:1:in `' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/sass_processor.rb:47:in `initialize' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `new' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `instance' sprockets (3.6.3) lib/sprockets/sass_processor.rb:30:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.6.3) lib/sprockets/utils.rb:196:in `dfs' sprockets (3.6.3) lib/sprockets/bundle.rb:24:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.6.3) lib/sprockets/base.rb:92:in `[]' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:338:in `find_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:330:in `find_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:212:in `block in lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:225:in `block in resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `each' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `detect' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:211:in `lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:153:in `block in stylesheet_link_tag' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `map' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `stylesheet_link_tag' /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/layouts/notee/application.html.erb:5:in `___sers_takujifunao__ack____mine____lib_notee_app_views_layouts_notee_application_html_erb__761128403471535839_70245195691500' actionview (5.0.0) lib/action_view/template.rb:158:in `block in render' activesupport (5.0.0) lib/active_support/notifications.rb:166:in `instrument' actionview (5.0.0) lib/action_view/template.rb:348:in `instrument' actionview (5.0.0) lib/action_view/template.rb:156:in `render' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (5.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (5.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (5.0.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.0.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (5.0.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/renderers.rb:144:in `render_to_body' actionpack (5.0.0) lib/abstract_controller/rendering.rb:26:in `render' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (5.0.0) lib/action_controller/metal/implicit_render.rb:36:in `default_render' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action' actionpack (5.0.0) lib/abstract_controller/base.rb:188:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (5.0.0) lib/active_support/callbacks.rb:126:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:506:in `block (2 levels) in compile' activesupport (5.0.0) lib/active_support/callbacks.rb:455:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:101:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rescue.rb:20:in `process_action' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (5.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.0.0) lib/action_controller/metal/params_wrapper.rb:248:in `process_action' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (5.0.0) lib/abstract_controller/base.rb:126:in `process' actionview (5.0.0) lib/action_view/rendering.rb:30:in `process' actionpack (5.0.0) lib/action_controller/metal.rb:190:in `dispatch' actionpack (5.0.0) lib/action_controller/metal.rb:262:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (5.5ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.8ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.1ms) Started GET "/" for ::1 at 2016-07-13 19:23:20 +0900 Processing by Rails::WelcomeController#index as HTML Parameters: {"internal"=>true} Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/railties-5.0.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/railties-5.0.0/lib/rails/templates/rails/welcome/index.html.erb (3.4ms) Completed 200 OK in 9ms (Views: 5.9ms | ActiveRecord: 0.0ms) DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateNoteePosts (20160713102620)  (0.1ms) begin transaction DEPRECATION WARNING: Directly inheriting from ActiveRecord::Migration is deprecated. Please specify the Rails release the migration was written for: class CreateNoteePosts < ActiveRecord::Migration[4.2] (called from load at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/bin/rake:23)  (0.9ms) CREATE TABLE "notee_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar DEFAULT 'no title', "content" text, "slug" varchar DEFAULT '2016-19-26-54', "status" integer DEFAULT 0, "category_id" integer DEFAULT 0, "thumbnail_id" integer DEFAULT 0, "published_at" datetime DEFAULT '2016-07-13 10:26:54.346059', "seo_keyword" varchar DEFAULT '', "seo_description" varchar DEFAULT '', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) select sqlite_version(*)  (0.5ms) CREATE UNIQUE INDEX "index_notee_posts_on_slug" ON "notee_posts" ("slug") SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160713102620"]]  (2.7ms) commit transaction Migrating to CreateNoteeCategories (20160713102621)  (0.1ms) begin transaction DEPRECATION WARNING: Directly inheriting from ActiveRecord::Migration is deprecated. Please specify the Rails release the migration was written for: class CreateNoteeCategories < ActiveRecord::Migration[4.2] (called from load at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/bin/rake:23)  (0.4ms) CREATE TABLE "notee_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar DEFAULT 'category_name' NOT NULL, "slug" varchar DEFAULT '2016-19-26-54' NOT NULL, "parent_id" integer, "status" integer DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.3ms) CREATE UNIQUE INDEX "index_notee_categories_on_slug" ON "notee_categories" ("slug") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160713102621"]]  (0.9ms) commit transaction Migrating to CreateNoteeImages (20160713102622)  (0.1ms) begin transaction DEPRECATION WARNING: Directly inheriting from ActiveRecord::Migration is deprecated. Please specify the Rails release the migration was written for: class CreateNoteeImages < ActiveRecord::Migration[4.2] (called from load at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/bin/rake:23)  (0.4ms) CREATE TABLE "notee_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160713102622"]]  (0.7ms) commit transaction Migrating to CreateNoteeTokens (20160713102623)  (0.1ms) begin transaction DEPRECATION WARNING: Directly inheriting from ActiveRecord::Migration is deprecated. Please specify the Rails release the migration was written for: class CreateNoteeTokens < ActiveRecord::Migration[4.2] (called from load at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/bin/rake:23)  (0.4ms) CREATE TABLE "notee_tokens" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "access_token" varchar NOT NULL, "expires_at" datetime NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "index_notee_tokens_on_access_token" ON "notee_tokens" ("access_token") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160713102623"]]  (1.5ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", :environment], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", 2016-07-13 10:26:54 UTC], ["updated_at", 2016-07-13 10:26:54 UTC]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_notee_categories_on_slug' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_notee_categories_on_slug' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_notee_posts_on_slug' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_notee_posts_on_slug' AND type='index'   (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_notee_tokens_on_access_token' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_notee_tokens_on_access_token' AND type='index'  Started GET "/" for ::1 at 2016-07-13 19:27:11 +0900 DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from raise_in_transactional_callbacks= at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/activerecord-5.0.0/lib/active_record/transactions.rb:283) ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Parameters: {"internal"=>true} Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/railties-5.0.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/railties-5.0.0/lib/rails/templates/rails/welcome/index.html.erb (4.7ms) Completed 200 OK in 15ms (Views: 11.5ms | ActiveRecord: 0.0ms) Started GET "/notee" for ::1 at 2016-07-13 19:27:14 +0900 DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:4) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:5) DEPRECATION WARNING: skip_before_filter is deprecated and will be removed in Rails 5.1. Use skip_before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:7) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:8) Processing by Notee::PostsController#notee as HTML Notee::Token Exists (0.7ms) SELECT 1 AS one FROM "notee_tokens" WHERE "notee_tokens"."access_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://localhost:3000/notee/tokens/new Filter chain halted as :restrict_access rendered or redirected Completed 302 Found in 29ms (ActiveRecord: 1.0ms) Started GET "/notee/tokens/new" for ::1 at 2016-07-13 19:27:14 +0900 DEPRECATION WARNING: skip_before_filter is deprecated and will be removed in Rails 5.1. Use skip_before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/tokens_controller.rb:6) Processing by Notee::TokensController#new as HTML Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application (1.9ms) Started GET "/notee" for ::1 at 2016-07-13 19:27:14 +0900 Processing by Notee::PostsController#notee as HTML Notee::Token Exists (0.3ms) SELECT 1 AS one FROM "notee_tokens" WHERE "notee_tokens"."access_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://localhost:3000/notee/tokens/new Filter chain halted as :restrict_access rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.3ms) Started GET "/notee/tokens/new" for ::1 at 2016-07-13 19:27:14 +0900 Processing by Notee::TokensController#new as HTML Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application (1.3ms) Completed 500 Internal Server Error in 263ms (ActiveRecord: 0.0ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms) LoadError (cannot load such file -- sass): LoadError (cannot load such file -- sass): activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/autoload/sass.rb:1:in `' sprockets (3.6.3) lib/sprockets/autoload/sass.rb:1:in `' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/sass_processor.rb:47:in `initialize' sprockets (3.6.3) lib/sprockets/sass_processor.rb:47:in `initialize' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `new' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `new' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `instance' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `instance' sprockets (3.6.3) lib/sprockets/sass_processor.rb:30:in `call' sprockets (3.6.3) lib/sprockets/sass_processor.rb:30:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.6.3) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.6.3) lib/sprockets/utils.rb:196:in `dfs' sprockets (3.6.3) lib/sprockets/utils.rb:196:in `dfs' sprockets (3.6.3) lib/sprockets/bundle.rb:24:in `call' sprockets (3.6.3) lib/sprockets/bundle.rb:24:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.6.3) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.6.3) lib/sprockets/base.rb:92:in `[]' sprockets (3.6.3) lib/sprockets/base.rb:92:in `[]' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:338:in `find_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:338:in `find_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:330:in `find_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:330:in `find_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:212:in `block in lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:212:in `block in lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:225:in `block in resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:225:in `block in resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `each' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `each' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `detect' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `detect' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:211:in `lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:211:in `lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:153:in `block in stylesheet_link_tag' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:153:in `block in stylesheet_link_tag' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `map' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `map' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `stylesheet_link_tag' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `stylesheet_link_tag' /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/layouts/notee/application.html.erb:5:in `___sers_takujifunao__ack____mine____lib_notee_app_views_layouts_notee_application_html_erb__664293615572241770_70307606505760' /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/layouts/notee/application.html.erb:5:in `___sers_takujifunao__ack____mine____lib_notee_app_views_layouts_notee_application_html_erb__664293615572241770_70307616866600' actionview (5.0.0) lib/action_view/template.rb:158:in `block in render' actionview (5.0.0) lib/action_view/template.rb:158:in `block in render' activesupport (5.0.0) lib/active_support/notifications.rb:166:in `instrument' activesupport (5.0.0) lib/active_support/notifications.rb:166:in `instrument' actionview (5.0.0) lib/action_view/template.rb:348:in `instrument' actionview (5.0.0) lib/action_view/template.rb:348:in `instrument' actionview (5.0.0) lib/action_view/template.rb:156:in `render' actionview (5.0.0) lib/action_view/template.rb:156:in `render' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (5.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (5.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (5.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (5.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (5.0.0) lib/action_view/rendering.rb:103:in `_render_template' actionview (5.0.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.0.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionpack (5.0.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (5.0.0) lib/action_view/rendering.rb:83:in `render_to_body' actionview (5.0.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/renderers.rb:144:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/renderers.rb:144:in `render_to_body' actionpack (5.0.0) lib/abstract_controller/rendering.rb:26:in `render' actionpack (5.0.0) lib/abstract_controller/rendering.rb:26:in `render' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (5.0.0) lib/action_controller/metal/implicit_render.rb:36:in `default_render' actionpack (5.0.0) lib/action_controller/metal/implicit_render.rb:36:in `default_render' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action' actionpack (5.0.0) lib/abstract_controller/base.rb:188:in `process_action' actionpack (5.0.0) lib/abstract_controller/base.rb:188:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (5.0.0) lib/active_support/callbacks.rb:126:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:126:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:506:in `block (2 levels) in compile' activesupport (5.0.0) lib/active_support/callbacks.rb:506:in `block (2 levels) in compile' activesupport (5.0.0) lib/active_support/callbacks.rb:455:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:455:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:101:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:101:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rescue.rb:20:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rescue.rb:20:in `process_action' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (5.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `instrument' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.0.0) lib/action_controller/metal/params_wrapper.rb:248:in `process_action' actionpack (5.0.0) lib/action_controller/metal/params_wrapper.rb:248:in `process_action' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (5.0.0) lib/abstract_controller/base.rb:126:in `process' actionpack (5.0.0) lib/abstract_controller/base.rb:126:in `process' actionview (5.0.0) lib/action_view/rendering.rb:30:in `process' actionview (5.0.0) lib/action_view/rendering.rb:30:in `process' actionpack (5.0.0) lib/action_controller/metal.rb:190:in `dispatch' actionpack (5.0.0) lib/action_controller/metal.rb:190:in `dispatch' actionpack (5.0.0) lib/action_controller/metal.rb:262:in `dispatch' actionpack (5.0.0) lib/action_controller/metal.rb:262:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' rack (2.0.1) lib/rack/method_override.rb:22:in `call' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' railties (5.0.0) lib/rails/engine.rb:522:in `call' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (7.7ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (6.7ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (115.0ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (132.8ms) Started GET "/notee/" for ::1 at 2016-07-13 19:28:14 +0900 Processing by Notee::PostsController#notee as HTML Notee::Token Exists (1.3ms) SELECT 1 AS one FROM "notee_tokens" WHERE "notee_tokens"."access_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://localhost:3000/notee/tokens/new Filter chain halted as :restrict_access rendered or redirected Completed 302 Found in 39ms (ActiveRecord: 1.3ms) Started GET "/notee/tokens/new" for ::1 at 2016-07-13 19:28:14 +0900 Processing by Notee::TokensController#new as HTML Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application (6.4ms) Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.0ms) LoadError (cannot load such file -- sass): activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/autoload/sass.rb:1:in `' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/sass_processor.rb:47:in `initialize' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `new' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `instance' sprockets (3.6.3) lib/sprockets/sass_processor.rb:30:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.6.3) lib/sprockets/utils.rb:196:in `dfs' sprockets (3.6.3) lib/sprockets/bundle.rb:24:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.6.3) lib/sprockets/base.rb:92:in `[]' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:338:in `find_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:330:in `find_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:212:in `block in lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:225:in `block in resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `each' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `detect' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:211:in `lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:153:in `block in stylesheet_link_tag' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `map' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `stylesheet_link_tag' /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/layouts/notee/application.html.erb:5:in `___sers_takujifunao__ack____mine____lib_notee_app_views_layouts_notee_application_html_erb__664293615572241770_70307633547700' actionview (5.0.0) lib/action_view/template.rb:158:in `block in render' activesupport (5.0.0) lib/active_support/notifications.rb:166:in `instrument' actionview (5.0.0) lib/action_view/template.rb:348:in `instrument' actionview (5.0.0) lib/action_view/template.rb:156:in `render' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (5.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (5.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (5.0.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.0.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (5.0.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/renderers.rb:144:in `render_to_body' actionpack (5.0.0) lib/abstract_controller/rendering.rb:26:in `render' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (5.0.0) lib/action_controller/metal/implicit_render.rb:36:in `default_render' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action' actionpack (5.0.0) lib/abstract_controller/base.rb:188:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (5.0.0) lib/active_support/callbacks.rb:126:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:506:in `block (2 levels) in compile' activesupport (5.0.0) lib/active_support/callbacks.rb:455:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:101:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rescue.rb:20:in `process_action' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (5.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.0.0) lib/action_controller/metal/params_wrapper.rb:248:in `process_action' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (5.0.0) lib/abstract_controller/base.rb:126:in `process' actionview (5.0.0) lib/action_view/rendering.rb:30:in `process' actionpack (5.0.0) lib/action_controller/metal.rb:190:in `dispatch' actionpack (5.0.0) lib/action_controller/metal.rb:262:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Started GET "/notee/" for ::1 at 2016-07-13 19:28:15 +0900 Processing by Notee::PostsController#notee as HTML Notee::Token Exists (0.1ms) SELECT 1 AS one FROM "notee_tokens" WHERE "notee_tokens"."access_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://localhost:3000/notee/tokens/new Filter chain halted as :restrict_access rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/notee/tokens/new" for ::1 at 2016-07-13 19:28:15 +0900 Processing by Notee::TokensController#new as HTML Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application (1.7ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms) LoadError (cannot load such file -- sass): activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/autoload/sass.rb:1:in `' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/sass_processor.rb:47:in `initialize' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `new' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `instance' sprockets (3.6.3) lib/sprockets/sass_processor.rb:30:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.6.3) lib/sprockets/utils.rb:196:in `dfs' sprockets (3.6.3) lib/sprockets/bundle.rb:24:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.6.3) lib/sprockets/base.rb:92:in `[]' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:338:in `find_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:330:in `find_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:212:in `block in lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:225:in `block in resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `each' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `detect' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:211:in `lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:153:in `block in stylesheet_link_tag' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `map' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `stylesheet_link_tag' /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/layouts/notee/application.html.erb:5:in `___sers_takujifunao__ack____mine____lib_notee_app_views_layouts_notee_application_html_erb__664293615572241770_70307581954760' actionview (5.0.0) lib/action_view/template.rb:158:in `block in render' activesupport (5.0.0) lib/active_support/notifications.rb:166:in `instrument' actionview (5.0.0) lib/action_view/template.rb:348:in `instrument' actionview (5.0.0) lib/action_view/template.rb:156:in `render' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (5.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (5.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (5.0.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.0.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (5.0.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/renderers.rb:144:in `render_to_body' actionpack (5.0.0) lib/abstract_controller/rendering.rb:26:in `render' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (5.0.0) lib/action_controller/metal/implicit_render.rb:36:in `default_render' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action' actionpack (5.0.0) lib/abstract_controller/base.rb:188:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (5.0.0) lib/active_support/callbacks.rb:126:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:506:in `block (2 levels) in compile' activesupport (5.0.0) lib/active_support/callbacks.rb:455:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:101:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rescue.rb:20:in `process_action' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (5.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.0.0) lib/action_controller/metal/params_wrapper.rb:248:in `process_action' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (5.0.0) lib/abstract_controller/base.rb:126:in `process' actionview (5.0.0) lib/action_view/rendering.rb:30:in `process' actionpack (5.0.0) lib/action_controller/metal.rb:190:in `dispatch' actionpack (5.0.0) lib/action_controller/metal.rb:262:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (6.1ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (6.4ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.9ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (127.8ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (111.2ms) Started GET "/notee/tokens/new" for ::1 at 2016-07-13 19:28:51 +0900 DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from raise_in_transactional_callbacks= at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/activerecord-5.0.0/lib/active_record/transactions.rb:283) ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:4) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:5) DEPRECATION WARNING: skip_before_filter is deprecated and will be removed in Rails 5.1. Use skip_before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/tokens_controller.rb:6) Processing by Notee::TokensController#new as HTML Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application (21.0ms) Completed 500 Internal Server Error in 260ms (ActiveRecord: 0.0ms) LoadError (cannot load such file -- sass): activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/autoload/sass.rb:1:in `' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/sass_processor.rb:47:in `initialize' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `new' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `instance' sprockets (3.6.3) lib/sprockets/sass_processor.rb:30:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.6.3) lib/sprockets/utils.rb:196:in `dfs' sprockets (3.6.3) lib/sprockets/bundle.rb:24:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.6.3) lib/sprockets/base.rb:92:in `[]' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:338:in `find_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:330:in `find_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:212:in `block in lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:225:in `block in resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `each' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `detect' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:211:in `lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:153:in `block in stylesheet_link_tag' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `map' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `stylesheet_link_tag' /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/layouts/notee/application.html.erb:5:in `___sers_takujifunao__ack____mine____lib_notee_app_views_layouts_notee_application_html_erb___4436195677381586953_70319860181300' actionview (5.0.0) lib/action_view/template.rb:158:in `block in render' activesupport (5.0.0) lib/active_support/notifications.rb:166:in `instrument' actionview (5.0.0) lib/action_view/template.rb:348:in `instrument' actionview (5.0.0) lib/action_view/template.rb:156:in `render' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (5.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (5.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (5.0.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.0.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (5.0.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/renderers.rb:144:in `render_to_body' actionpack (5.0.0) lib/abstract_controller/rendering.rb:26:in `render' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (5.0.0) lib/action_controller/metal/implicit_render.rb:36:in `default_render' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action' actionpack (5.0.0) lib/abstract_controller/base.rb:188:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (5.0.0) lib/active_support/callbacks.rb:126:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:506:in `block (2 levels) in compile' activesupport (5.0.0) lib/active_support/callbacks.rb:455:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:101:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rescue.rb:20:in `process_action' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (5.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.0.0) lib/action_controller/metal/params_wrapper.rb:248:in `process_action' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (5.0.0) lib/abstract_controller/base.rb:126:in `process' actionview (5.0.0) lib/action_view/rendering.rb:30:in `process' actionpack (5.0.0) lib/action_controller/metal.rb:190:in `dispatch' actionpack (5.0.0) lib/action_controller/metal.rb:262:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (5.5ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (68.0ms) Started GET "/notee/tokens/new" for ::1 at 2016-07-13 19:31:20 +0900 DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from raise_in_transactional_callbacks= at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/activerecord-5.0.0/lib/active_record/transactions.rb:283) ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:4) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:5) DEPRECATION WARNING: skip_before_filter is deprecated and will be removed in Rails 5.1. Use skip_before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/tokens_controller.rb:6) Processing by Notee::TokensController#new as HTML Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application (21.9ms) Completed 500 Internal Server Error in 264ms (ActiveRecord: 0.0ms) LoadError (cannot load such file -- sass): activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/autoload/sass.rb:1:in `' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/sass_processor.rb:47:in `initialize' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `new' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `instance' sprockets (3.6.3) lib/sprockets/sass_processor.rb:30:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.6.3) lib/sprockets/utils.rb:196:in `dfs' sprockets (3.6.3) lib/sprockets/bundle.rb:24:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.6.3) lib/sprockets/base.rb:92:in `[]' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:338:in `find_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:330:in `find_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:212:in `block in lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:225:in `block in resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `each' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `detect' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:211:in `lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:153:in `block in stylesheet_link_tag' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `map' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `stylesheet_link_tag' /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/layouts/notee/application.html.erb:5:in `___sers_takujifunao__ack____mine____lib_notee_app_views_layouts_notee_application_html_erb___1362264764246809314_70140784575300' actionview (5.0.0) lib/action_view/template.rb:158:in `block in render' activesupport (5.0.0) lib/active_support/notifications.rb:166:in `instrument' actionview (5.0.0) lib/action_view/template.rb:348:in `instrument' actionview (5.0.0) lib/action_view/template.rb:156:in `render' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (5.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (5.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (5.0.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.0.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (5.0.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/renderers.rb:144:in `render_to_body' actionpack (5.0.0) lib/abstract_controller/rendering.rb:26:in `render' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (5.0.0) lib/action_controller/metal/implicit_render.rb:36:in `default_render' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action' actionpack (5.0.0) lib/abstract_controller/base.rb:188:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (5.0.0) lib/active_support/callbacks.rb:126:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:506:in `block (2 levels) in compile' activesupport (5.0.0) lib/active_support/callbacks.rb:455:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:101:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rescue.rb:20:in `process_action' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (5.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.0.0) lib/action_controller/metal/params_wrapper.rb:248:in `process_action' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (5.0.0) lib/abstract_controller/base.rb:126:in `process' actionview (5.0.0) lib/action_view/rendering.rb:30:in `process' actionpack (5.0.0) lib/action_controller/metal.rb:190:in `dispatch' actionpack (5.0.0) lib/action_controller/metal.rb:262:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (5.3ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (66.1ms) Started GET "/notee/tokens/new" for ::1 at 2016-07-13 19:31:25 +0900 Processing by Notee::TokensController#new as HTML Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application (1.3ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) LoadError (cannot load such file -- sass): activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/autoload/sass.rb:1:in `' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/sass_processor.rb:47:in `initialize' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `new' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `instance' sprockets (3.6.3) lib/sprockets/sass_processor.rb:30:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.6.3) lib/sprockets/utils.rb:196:in `dfs' sprockets (3.6.3) lib/sprockets/bundle.rb:24:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.6.3) lib/sprockets/base.rb:92:in `[]' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:338:in `find_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:330:in `find_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:212:in `block in lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:225:in `block in resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `each' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `detect' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:211:in `lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:153:in `block in stylesheet_link_tag' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `map' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `stylesheet_link_tag' /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/layouts/notee/application.html.erb:5:in `___sers_takujifunao__ack____mine____lib_notee_app_views_layouts_notee_application_html_erb___1362264764246809314_70140787546780' actionview (5.0.0) lib/action_view/template.rb:158:in `block in render' activesupport (5.0.0) lib/active_support/notifications.rb:166:in `instrument' actionview (5.0.0) lib/action_view/template.rb:348:in `instrument' actionview (5.0.0) lib/action_view/template.rb:156:in `render' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (5.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (5.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (5.0.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.0.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (5.0.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/renderers.rb:144:in `render_to_body' actionpack (5.0.0) lib/abstract_controller/rendering.rb:26:in `render' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (5.0.0) lib/action_controller/metal/implicit_render.rb:36:in `default_render' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action' actionpack (5.0.0) lib/abstract_controller/base.rb:188:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (5.0.0) lib/active_support/callbacks.rb:126:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:506:in `block (2 levels) in compile' activesupport (5.0.0) lib/active_support/callbacks.rb:455:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:101:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rescue.rb:20:in `process_action' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (5.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.0.0) lib/action_controller/metal/params_wrapper.rb:248:in `process_action' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (5.0.0) lib/abstract_controller/base.rb:126:in `process' actionview (5.0.0) lib/action_view/rendering.rb:30:in `process' actionpack (5.0.0) lib/action_controller/metal.rb:190:in `dispatch' actionpack (5.0.0) lib/action_controller/metal.rb:262:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (5.5ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.2ms) Started GET "/notee/" for ::1 at 2016-07-13 19:32:28 +0900 DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from raise_in_transactional_callbacks= at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/activerecord-5.0.0/lib/active_record/transactions.rb:283) ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:4) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:5) DEPRECATION WARNING: skip_before_filter is deprecated and will be removed in Rails 5.1. Use skip_before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:7) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:8) Processing by Notee::PostsController#notee as HTML Notee::Token Exists (0.5ms) SELECT 1 AS one FROM "notee_tokens" WHERE "notee_tokens"."access_token" IS NULL LIMIT ? [["LIMIT", 1]] Redirected to http://localhost:3000/notee/tokens/new Filter chain halted as :restrict_access rendered or redirected Completed 302 Found in 30ms (ActiveRecord: 0.8ms) Started GET "/notee/tokens/new" for ::1 at 2016-07-13 19:32:28 +0900 DEPRECATION WARNING: skip_before_filter is deprecated and will be removed in Rails 5.1. Use skip_before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/tokens_controller.rb:6) Processing by Notee::TokensController#new as HTML Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application (3.0ms) Completed 500 Internal Server Error in 229ms (ActiveRecord: 0.0ms) LoadError (cannot load such file -- sass): activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/autoload/sass.rb:1:in `' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `block in require' activesupport (5.0.0) lib/active_support/dependencies.rb:259:in `load_dependency' activesupport (5.0.0) lib/active_support/dependencies.rb:293:in `require' sprockets (3.6.3) lib/sprockets/sass_processor.rb:47:in `initialize' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `new' sprockets (3.6.3) lib/sprockets/sass_processor.rb:26:in `instance' sprockets (3.6.3) lib/sprockets/sass_processor.rb:30:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.6.3) lib/sprockets/utils.rb:196:in `dfs' sprockets (3.6.3) lib/sprockets/bundle.rb:24:in `call' sprockets (3.6.3) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.6.3) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.6.3) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.6.3) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.6.3) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.6.3) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.6.3) lib/sprockets/loader.rb:44:in `load' sprockets (3.6.3) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.6.3) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.6.3) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.6.3) lib/sprockets/base.rb:92:in `[]' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:338:in `find_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:330:in `find_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:212:in `block in lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:225:in `block in resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `each' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `detect' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:224:in `resolve_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:211:in `lookup_debug_asset' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:153:in `block in stylesheet_link_tag' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `map' sprockets-rails (3.1.1) lib/sprockets/rails/helper.rb:152:in `stylesheet_link_tag' /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/layouts/notee/application.html.erb:5:in `___sers_takujifunao__ack____mine____lib_notee_app_views_layouts_notee_application_html_erb__540908690687377545_70320493876000' actionview (5.0.0) lib/action_view/template.rb:158:in `block in render' activesupport (5.0.0) lib/active_support/notifications.rb:166:in `instrument' actionview (5.0.0) lib/action_view/template.rb:348:in `instrument' actionview (5.0.0) lib/action_view/template.rb:156:in `render' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.0.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (5.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (5.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (5.0.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.0.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (5.0.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.0.0) lib/action_controller/metal/renderers.rb:144:in `render_to_body' actionpack (5.0.0) lib/abstract_controller/rendering.rb:26:in `render' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (5.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (5.0.0) lib/action_controller/metal/implicit_render.rb:36:in `default_render' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap' actionpack (5.0.0) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action' actionpack (5.0.0) lib/abstract_controller/base.rb:188:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (5.0.0) lib/active_support/callbacks.rb:126:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:506:in `block (2 levels) in compile' activesupport (5.0.0) lib/active_support/callbacks.rb:455:in `call' activesupport (5.0.0) lib/active_support/callbacks.rb:101:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (5.0.0) lib/action_controller/metal/rescue.rb:20:in `process_action' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (5.0.0) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.0.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (5.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.0.0) lib/action_controller/metal/params_wrapper.rb:248:in `process_action' activerecord (5.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (5.0.0) lib/abstract_controller/base.rb:126:in `process' actionview (5.0.0) lib/action_view/rendering.rb:30:in `process' actionpack (5.0.0) lib/action_controller/metal.rb:190:in `dispatch' actionpack (5.0.0) lib/action_controller/metal.rb:262:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:50:in `dispatch' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (5.3ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (25.6ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (91.3ms) Started GET "/notee/tokens/new" for ::1 at 2016-07-13 19:33:38 +0900 DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from raise_in_transactional_callbacks= at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/activerecord-5.0.0/lib/active_record/transactions.rb:283) ActiveRecord::SchemaMigration Load (0.9ms) SELECT "schema_migrations".* FROM "schema_migrations" DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:4) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:5) DEPRECATION WARNING: skip_before_filter is deprecated and will be removed in Rails 5.1. Use skip_before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/tokens_controller.rb:6) Processing by Notee::TokensController#new as HTML Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/tokens/new.html.erb within layouts/notee/application (18.6ms) Completed 200 OK in 2727ms (Views: 2724.4ms | ActiveRecord: 0.0ms) Started GET "/assets/notee/lighttaste.self-b53354869f65a19e4592f99f30d20b8181f9e1b75c4b4465c794effd3349f52b.css?body=1" for ::1 at 2016-07-13 19:33:41 +0900 Started GET "/assets/notee/preview.self-b46afd0a98e1c859e1c86485930078d39e59cd93e0c41ea6b31ed887b5fa072a.css?body=1" for ::1 at 2016-07-13 19:33:41 +0900 Started GET "/assets/notee/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-07-13 19:33:41 +0900 Started GET "/assets/notee/normalize.self-333ce827f60870acbaa5a751d49889465ce84697ee03980558f7d38405f670da.css?body=1" for ::1 at 2016-07-13 19:33:41 +0900 Started GET "/assets/notee/login.self-11ebcfe0a960ccf7ee11da0c36fcd7698211882d4da1eda92d97fb53c0292d52.css?body=1" for ::1 at 2016-07-13 19:33:41 +0900 Started GET "/assets/notee/application.self-a7f512f61b41cc8e7fbefc636389fd500167133a5d611fa276e9fd243948f06f.js?body=1" for ::1 at 2016-07-13 19:33:41 +0900 Started POST "/notee/tokens" for ::1 at 2016-07-13 19:34:30 +0900 Processing by Notee::TokensController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"tEMTfuhWorYjXUq9BEz9xYMoQ/OfdO+qH31NQjNCkYbpFPT3kOE0z2jh5sTWIMeY7uOSogM5gATXgXTuwgZcIw==", "id"=>"hogehoge", "password"=>"[FILTERED]", "commit"=>"ログイン"}  (0.4ms) begin transaction Notee::Token Exists (0.7ms) SELECT 1 AS one FROM "notee_tokens" WHERE "notee_tokens"."access_token" = ? LIMIT ? [["access_token", "ebe2b8312536e3ed77613af9b328cd24"], ["LIMIT", 1]] SQL (1.3ms) INSERT INTO "notee_tokens" ("access_token", "expires_at", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["access_token", "ebe2b8312536e3ed77613af9b328cd24"], ["expires_at", 2016-07-20 10:34:30 UTC], ["created_at", 2016-07-13 10:34:30 UTC], ["updated_at", 2016-07-13 10:34:30 UTC]]  (0.7ms) commit transaction Redirected to http://localhost:3000/notee/ Completed 302 Found in 106ms (ActiveRecord: 5.3ms) Started GET "/notee/" for ::1 at 2016-07-13 19:34:30 +0900 DEPRECATION WARNING: skip_before_filter is deprecated and will be removed in Rails 5.1. Use skip_before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:7) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:8) Processing by Notee::PostsController#notee as HTML Notee::Token Exists (0.4ms) SELECT 1 AS one FROM "notee_tokens" WHERE "notee_tokens"."access_token" = ? LIMIT ? [["access_token", "ebe2b8312536e3ed77613af9b328cd24"], ["LIMIT", 1]] Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/posts/notee.html.erb within layouts/notee/application Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/posts/notee.html.erb within layouts/notee/application (1.7ms) Completed 200 OK in 36ms (Views: 30.6ms | ActiveRecord: 0.4ms) Started GET "/notee/api/posts" for ::1 at 2016-07-13 19:34:31 +0900 ActionController::RoutingError (wrong constant name ): activesupport (5.0.0) lib/active_support/inflector/methods.rb:270:in `const_get' activesupport (5.0.0) lib/active_support/inflector/methods.rb:270:in `block in constantize' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `each' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `inject' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `constantize' activesupport (5.0.0) lib/active_support/dependencies.rb:583:in `get' activesupport (5.0.0) lib/active_support/dependencies.rb:614:in `constantize' actionpack (5.0.0) lib/action_dispatch/http/request.rb:93:in `controller_class' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:44:in `controller' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:30:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [1 times] (14.5ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [19 times] (13.2ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (13.5ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (144.4ms) Started GET "/" for ::1 at 2016-07-13 19:38:57 +0900 DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from raise_in_transactional_callbacks= at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/activerecord-5.0.0/lib/active_record/transactions.rb:283) ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by BlogController#index as HTML Notee::Post Load (0.6ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."status" = ? LIMIT ? [["status", 1], ["LIMIT", 1]] Rendering blog/index.html.erb within layouts/application Rendered blog/index.html.erb within layouts/application (4.5ms) Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.9ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 1: <% @notees.each do |notee| %> 2: <%= notee %> 3: <% end %> app/views/blog/index.html.erb:1:in `_app_views_blog_index_html_erb__4120879866206208083_70202703871900' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (4.8ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.1ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (83.6ms) Started GET "/" for ::1 at 2016-07-13 19:40:07 +0900 DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from raise_in_transactional_callbacks= at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/activerecord-5.0.0/lib/active_record/transactions.rb:283) ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by BlogController#index as HTML Notee::Post Load (0.6ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."status" = ? LIMIT ? [["status", 1], ["LIMIT", 1]] Rendering blog/index.html.erb within layouts/application Rendered blog/index.html.erb within layouts/application (5.2ms) Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.9ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 1: <% @notees.each do |notee| %> 2: <%= notee %> 3: <% end %> app/views/blog/index.html.erb:1:in `_app_views_blog_index_html_erb___3355472165151124412_70236924650800' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (5.2ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.4ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (83.6ms) Started GET "/" for ::1 at 2016-07-13 19:40:22 +0900 Processing by BlogController#index as HTML Notee::Post Load (0.2ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."status" = ? LIMIT ? [["status", 1], ["LIMIT", 1]] Rendering blog/index.html.erb within layouts/application Rendered blog/index.html.erb within layouts/application (2.3ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 1: <%= @notees.each do |notee| %> 2: <%= notee %> 3: <% end %> app/views/blog/index.html.erb:1:in `_app_views_blog_index_html_erb___3355472165151124412_70236916126740' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (5.6ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (71.7ms) Started GET "/" for ::1 at 2016-07-13 19:40:36 +0900 Processing by BlogController#index as HTML Notee::Post Load (0.1ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."status" = ? LIMIT ? [["status", 1], ["LIMIT", 1]] Rendering blog/index.html.erb within layouts/application Rendered blog/index.html.erb within layouts/application (2.6ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.1ms) ActionView::Template::Error (undefined method `each' for nil:NilClass): 1: <%= @notees.each do |notee| %> 2: <%= notee %> 3: <% end %> app/views/blog/index.html.erb:1:in `_app_views_blog_index_html_erb___3355472165151124412_70236931174700' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (4.6ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (64.4ms) Started GET "/" for ::1 at 2016-07-13 19:40:47 +0900 Processing by BlogController#index as HTML Notee::Post Load (0.1ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."status" = ? LIMIT ? [["status", 1], ["LIMIT", 1]] Rendering blog/index.html.erb within layouts/application Rendered blog/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 679ms (Views: 675.9ms | ActiveRecord: 0.1ms) Started GET "/assets/blog.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2016-07-13 19:40:48 +0900 Started GET "/assets/blog.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2016-07-13 19:40:48 +0900 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-07-13 19:40:48 +0900 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2016-07-13 19:40:48 +0900 Started GET "/" for ::1 at 2016-07-13 19:40:56 +0900 Processing by BlogController#index as HTML Notee::Post Load (0.6ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."status" = ? LIMIT ? [["status", 1], ["LIMIT", 1]] Rendering blog/index.html.erb within layouts/application Rendered blog/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 24ms (Views: 17.3ms | ActiveRecord: 1.1ms) Started GET "/assets/blog.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2016-07-13 19:40:56 +0900 Started GET "/assets/blog.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2016-07-13 19:40:56 +0900 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-07-13 19:40:56 +0900 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2016-07-13 19:40:56 +0900 Started GET "/" for ::1 at 2016-07-13 19:41:36 +0900 Processing by BlogController#index as HTML Notee::Post Load (0.8ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."status" = ? LIMIT ? [["status", 1], ["LIMIT", 1]] Rendering blog/index.html.erb within layouts/application Rendered blog/index.html.erb within layouts/application (3.3ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.8ms) SyntaxError (/Users/takujifunao/Hack/01_mine/02_lib/notee/test/dummy/app/views/blog/index.html.erb:3: syntax error, unexpected ')', expecting keyword_then or ';' or '\n' ...ees.each do |notee| if @notee );@output_buffer.safe_append=' ... ^ /Users/takujifunao/Hack/01_mine/02_lib/notee/test/dummy/app/views/blog/index.html.erb:7: syntax error, unexpected keyword_ensure, expecting ')' /Users/takujifunao/Hack/01_mine/02_lib/notee/test/dummy/app/views/blog/index.html.erb:9: syntax error, unexpected keyword_end, expecting ')'): app/views/blog/index.html.erb:3: syntax error, unexpected ')', expecting keyword_then or ';' or '\n' app/views/blog/index.html.erb:7: syntax error, unexpected keyword_ensure, expecting ')' app/views/blog/index.html.erb:9: syntax error, unexpected keyword_end, expecting ')' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (5.1ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.3ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (71.1ms) Started GET "/" for ::1 at 2016-07-13 19:42:14 +0900 Processing by BlogController#index as HTML Notee::Post Load (0.9ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."status" = ? LIMIT ? [["status", 1], ["LIMIT", 1]] Rendering blog/index.html.erb within layouts/application Rendered blog/index.html.erb within layouts/application (1.1ms) Completed 200 OK in 29ms (Views: 25.5ms | ActiveRecord: 0.9ms) Started GET "/assets/blog.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2016-07-13 19:42:15 +0900 Started GET "/assets/blog.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2016-07-13 19:42:15 +0900 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2016-07-13 19:42:15 +0900 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-07-13 19:42:15 +0900 Started GET "/" for ::1 at 2016-07-13 19:58:16 +0900 Processing by BlogController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) NameError (undefined local variable or method `get_all_notees' for #): app/controllers/blog_controller.rb:3:in `index' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (3.7ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.8ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.4ms) Started GET "/" for ::1 at 2016-07-13 19:58:35 +0900 DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from raise_in_transactional_callbacks= at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/activerecord-5.0.0/lib/active_record/transactions.rb:283) ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by BlogController#index as HTML Rendering blog/index.html.erb within layouts/application Notee::Post Load (0.6ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."status" = ? [["status", 1]] Rendered blog/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 619ms (Views: 612.4ms | ActiveRecord: 0.8ms) Started GET "/assets/blog.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2016-07-13 19:58:36 +0900 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-07-13 19:58:36 +0900 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2016-07-13 19:58:36 +0900 Started GET "/assets/blog.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2016-07-13 19:58:36 +0900 Started GET "/" for ::1 at 2016-07-13 20:15:59 +0900 DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from raise_in_transactional_callbacks= at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/activerecord-5.0.0/lib/active_record/transactions.rb:283) ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by BlogController#index as HTML Rendering blog/index.html.erb within layouts/application Notee::Post Load (0.6ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."status" = ? [["status", 1]] Rendered blog/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 624ms (Views: 618.1ms | ActiveRecord: 0.9ms) Started GET "/assets/blog.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2016-07-13 20:16:00 +0900 Started GET "/assets/blog.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2016-07-13 20:16:00 +0900 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-07-13 20:16:00 +0900 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2016-07-13 20:16:00 +0900 Started GET "/about" for ::1 at 2016-07-13 20:16:04 +0900 Processing by BlogController#notee_id as HTML Parameters: {"id"=>"about"} Notee::Post Load (0.2ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."id" = ? AND "notee_posts"."status" = ? LIMIT ? [["id", 0], ["status", 1], ["LIMIT", 1]] Rendering blog/show.html.erb within layouts/application Rendered blog/show.html.erb within layouts/application (4.5ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `title' for nil:NilClass): 1: <%= @notee.title %> app/views/blog/show.html.erb:1:in `_app_views_blog_show_html_erb___2309270192508529873_70135152267540' app/controllers/blog_controller.rb:13:in `notee_id' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (3.7ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (71.1ms) Started GET "/about" for ::1 at 2016-07-13 20:16:35 +0900 Processing by BlogController#notee_id as HTML Parameters: {"id"=>"about"} Notee::Post Load (1.8ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."id" = ? AND "notee_posts"."status" = ? LIMIT ? [["id", 0], ["status", 1], ["LIMIT", 1]] Rendering blog/show.html.erb within layouts/application Rendered blog/show.html.erb within layouts/application (4.1ms) Completed 200 OK in 96ms (Views: 85.4ms | ActiveRecord: 1.8ms) Started GET "/assets/blog.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2016-07-13 20:16:36 +0900 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2016-07-13 20:16:36 +0900 Started GET "/assets/blog.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2016-07-13 20:16:36 +0900 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-07-13 20:16:36 +0900 Started GET "/about" for ::1 at 2016-07-13 20:17:03 +0900 Processing by BlogController#notee_id as HTML Parameters: {"id"=>"about"} Notee::Post Load (13.0ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."id" = ? AND "notee_posts"."status" = ? LIMIT ? [["id", 0], ["status", 1], ["LIMIT", 1]] Rendering blog/show.html.erb within layouts/application Rendered blog/show.html.erb within layouts/application (5.3ms) Completed 200 OK in 113ms (Views: 70.3ms | ActiveRecord: 13.0ms) Started GET "/assets/blog.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2016-07-13 20:17:04 +0900 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-07-13 20:17:04 +0900 Started GET "/assets/blog.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2016-07-13 20:17:04 +0900 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2016-07-13 20:17:04 +0900 Started GET "/" for ::1 at 2016-07-13 20:17:06 +0900 Processing by BlogController#index as HTML Rendering blog/index.html.erb within layouts/application Notee::Post Load (0.4ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."status" = ? [["status", 1]] Rendered blog/index.html.erb within layouts/application (3.7ms) Completed 200 OK in 19ms (Views: 15.5ms | ActiveRecord: 0.4ms) Started GET "/s" for ::1 at 2016-07-13 20:17:10 +0900 Processing by BlogController#notee_id as HTML Parameters: {"id"=>"s"} Notee::Post Load (0.7ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."id" = ? AND "notee_posts"."status" = ? LIMIT ? [["id", 0], ["status", 1], ["LIMIT", 1]] Rendering blog/show.html.erb within layouts/application Rendered blog/show.html.erb within layouts/application (0.6ms) Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.7ms) Started GET "/2" for ::1 at 2016-07-13 20:17:14 +0900 Processing by BlogController#notee_id as HTML Parameters: {"id"=>"2"} Notee::Post Load (1.2ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."id" = ? AND "notee_posts"."status" = ? LIMIT ? [["id", 2], ["status", 1], ["LIMIT", 1]] Rendering blog/show.html.erb within layouts/application Rendered blog/show.html.erb within layouts/application (0.6ms) Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 1.2ms) Started GET "/2" for ::1 at 2016-07-13 20:36:28 +0900 Processing by BlogController#notee_id as HTML Parameters: {"id"=>"2"} Notee::Post Load (2.4ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."id" = ? AND "notee_posts"."status" = ? LIMIT ? [["id", 2], ["status", 1], ["LIMIT", 1]] Rendering blog/show.html.erb within layouts/application Rendered blog/show.html.erb within layouts/application (3.6ms) Completed 200 OK in 49ms (Views: 38.3ms | ActiveRecord: 2.4ms) Started GET "/assets/blog.self-b60acab5af8d245ed2b3012f77d11d8d207d8eada27756badaf4ef05770d60f6.css?body=1" for ::1 at 2016-07-13 20:36:29 +0900 Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-07-13 20:36:29 +0900 Started GET "/assets/blog.self-19a187bec6cdb96d6de80a61c16c857c613536adf9138476bd367db38d282635.js?body=1" for ::1 at 2016-07-13 20:36:29 +0900 Started GET "/assets/application.self-8f06a73c35179188914ab50e057157639fce1401c1cdca640ac9cec33746fc5b.js?body=1" for ::1 at 2016-07-13 20:36:29 +0900 Started GET "/" for ::1 at 2016-07-15 15:40:36 +0900 DEPRECATION WARNING: ActiveRecord::Base.raise_in_transactional_callbacks= is deprecated, has no effect and will be removed without replacement. (called from raise_in_transactional_callbacks= at /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/activerecord-5.0.0/lib/active_record/transactions.rb:283) ActiveRecord::SchemaMigration Load (1.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by BlogController#index as HTML Rendering blog/index.html.erb within layouts/application Notee::Post Load (0.8ms) SELECT "notee_posts".* FROM "notee_posts" WHERE "notee_posts"."status" = ? [["status", 1]] Rendered blog/index.html.erb within layouts/application (19.8ms) Started GET "/notee" for ::1 at 2016-07-15 15:40:37 +0900 Completed 200 OK in 2366ms (Views: 2354.3ms | ActiveRecord: 1.2ms) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:4) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/application_controller.rb:5) DEPRECATION WARNING: skip_before_filter is deprecated and will be removed in Rails 5.1. Use skip_before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:7) DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from at /Users/takujifunao/Hack/01_mine/02_lib/notee/app/controllers/notee/posts_controller.rb:8) Processing by Notee::PostsController#notee as HTML Notee::Token Exists (0.5ms) SELECT 1 AS one FROM "notee_tokens" WHERE "notee_tokens"."access_token" = ? LIMIT ? [["access_token", "ebe2b8312536e3ed77613af9b328cd24"], ["LIMIT", 1]] Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/posts/notee.html.erb within layouts/notee/application Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/posts/notee.html.erb within layouts/notee/application (0.4ms) Completed 200 OK in 706ms (Views: 689.7ms | ActiveRecord: 0.9ms) Started GET "/assets/notee/login.self-11ebcfe0a960ccf7ee11da0c36fcd7698211882d4da1eda92d97fb53c0292d52.css?body=1" for ::1 at 2016-07-15 15:40:39 +0900 Started GET "/assets/notee/preview.self-b46afd0a98e1c859e1c86485930078d39e59cd93e0c41ea6b31ed887b5fa072a.css?body=1" for ::1 at 2016-07-15 15:40:39 +0900 Started GET "/notee/api/posts" for ::1 at 2016-07-15 15:40:40 +0900 ActionController::RoutingError (wrong constant name ): activesupport (5.0.0) lib/active_support/inflector/methods.rb:270:in `const_get' activesupport (5.0.0) lib/active_support/inflector/methods.rb:270:in `block in constantize' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `each' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `inject' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `constantize' activesupport (5.0.0) lib/active_support/dependencies.rb:583:in `get' activesupport (5.0.0) lib/active_support/dependencies.rb:614:in `constantize' actionpack (5.0.0) lib/action_dispatch/http/request.rb:93:in `controller_class' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:44:in `controller' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:30:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [5 times] (24.7ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [19 times] (13.7ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (26.6ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.3ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (277.0ms) Started GET "/notee" for ::1 at 2016-07-15 15:40:49 +0900 Processing by Notee::PostsController#notee as HTML Notee::Token Exists (0.6ms) SELECT 1 AS one FROM "notee_tokens" WHERE "notee_tokens"."access_token" = ? LIMIT ? [["access_token", "ebe2b8312536e3ed77613af9b328cd24"], ["LIMIT", 1]] Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/posts/notee.html.erb within layouts/notee/application Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/app/views/notee/posts/notee.html.erb within layouts/notee/application (0.5ms) Completed 200 OK in 27ms (Views: 21.4ms | ActiveRecord: 0.6ms) Started GET "/assets/notee/login.self-11ebcfe0a960ccf7ee11da0c36fcd7698211882d4da1eda92d97fb53c0292d52.css?body=1" for ::1 at 2016-07-15 15:40:50 +0900 Started GET "/assets/notee/lighttaste.self-b53354869f65a19e4592f99f30d20b8181f9e1b75c4b4465c794effd3349f52b.css?body=1" for ::1 at 2016-07-15 15:40:50 +0900 Started GET "/assets/notee/normalize.self-333ce827f60870acbaa5a751d49889465ce84697ee03980558f7d38405f670da.css?body=1" for ::1 at 2016-07-15 15:40:50 +0900 Started GET "/assets/notee/preview.self-b46afd0a98e1c859e1c86485930078d39e59cd93e0c41ea6b31ed887b5fa072a.css?body=1" for ::1 at 2016-07-15 15:40:50 +0900 Started GET "/assets/notee/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-07-15 15:40:50 +0900 Started GET "/assets/notee/application.self-d0c1737d2a53427f0eb309ee85410a4a90958e432b31ce357571daabeee7e145.js?body=1" for ::1 at 2016-07-15 15:40:50 +0900 Started GET "/notee/api/posts" for ::1 at 2016-07-15 15:40:51 +0900 ActionController::RoutingError (wrong constant name ): activesupport (5.0.0) lib/active_support/inflector/methods.rb:270:in `const_get' activesupport (5.0.0) lib/active_support/inflector/methods.rb:270:in `block in constantize' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `each' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `inject' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `constantize' activesupport (5.0.0) lib/active_support/dependencies.rb:583:in `get' activesupport (5.0.0) lib/active_support/dependencies.rb:614:in `constantize' actionpack (5.0.0) lib/action_dispatch/http/request.rb:93:in `controller_class' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:44:in `controller' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:30:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [5 times] (4.2ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [19 times] (5.2ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (15.3ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.5ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (298.1ms) Started GET "/notee/api/categories" for ::1 at 2016-07-15 15:40:58 +0900 ActionController::RoutingError (wrong constant name ): activesupport (5.0.0) lib/active_support/inflector/methods.rb:270:in `const_get' activesupport (5.0.0) lib/active_support/inflector/methods.rb:270:in `block in constantize' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `each' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `inject' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `constantize' activesupport (5.0.0) lib/active_support/dependencies.rb:583:in `get' activesupport (5.0.0) lib/active_support/dependencies.rb:614:in `constantize' actionpack (5.0.0) lib/action_dispatch/http/request.rb:93:in `controller_class' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:44:in `controller' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:30:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [5 times] (30.7ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [19 times] (10.4ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (157.7ms) Started GET "/notee/api/categories" for ::1 at 2016-07-15 15:41:02 +0900 ActionController::RoutingError (wrong constant name ): activesupport (5.0.0) lib/active_support/inflector/methods.rb:270:in `const_get' activesupport (5.0.0) lib/active_support/inflector/methods.rb:270:in `block in constantize' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `each' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `inject' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `constantize' activesupport (5.0.0) lib/active_support/dependencies.rb:583:in `get' activesupport (5.0.0) lib/active_support/dependencies.rb:614:in `constantize' actionpack (5.0.0) lib/action_dispatch/http/request.rb:93:in `controller_class' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:44:in `controller' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:30:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [5 times] (5.5ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [19 times] (12.2ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (137.4ms) Started POST "/notee/api/categories" for ::1 at 2016-07-15 15:41:28 +0900 Started GET "/notee/api/categories" for ::1 at 2016-07-15 15:41:28 +0900 ActionController::RoutingError (wrong constant name ): ActionController::RoutingError (wrong constant name ): activesupport (5.0.0) lib/active_support/inflector/methods.rb:270:in `const_get' activesupport (5.0.0) lib/active_support/inflector/methods.rb:270:in `const_get' activesupport (5.0.0) lib/active_support/inflector/methods.rb:270:in `block in constantize' activesupport (5.0.0) lib/active_support/inflector/methods.rb:270:in `block in constantize' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `each' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `each' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `inject' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `inject' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `constantize' activesupport (5.0.0) lib/active_support/inflector/methods.rb:266:in `constantize' activesupport (5.0.0) lib/active_support/dependencies.rb:583:in `get' activesupport (5.0.0) lib/active_support/dependencies.rb:583:in `get' activesupport (5.0.0) lib/active_support/dependencies.rb:614:in `constantize' activesupport (5.0.0) lib/active_support/dependencies.rb:614:in `constantize' actionpack (5.0.0) lib/action_dispatch/http/request.rb:93:in `controller_class' actionpack (5.0.0) lib/action_dispatch/http/request.rb:93:in `controller_class' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:44:in `controller' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:44:in `controller' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:30:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:30:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `public_send' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' railties (5.0.0) lib/rails/railtie.rb:193:in `method_missing' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:39:in `block in serve' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `each' actionpack (5.0.0) lib/action_dispatch/journey/router.rb:26:in `serve' actionpack (5.0.0) lib/action_dispatch/routing/route_set.rb:725:in `call' rack (2.0.1) lib/rack/etag.rb:25:in `call' rack (2.0.1) lib/rack/conditional_get.rb:38:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/conditional_get.rb:25:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' rack (2.0.1) lib/rack/head.rb:12:in `call' rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context' rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/cookies.rb:613:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' activerecord (5.0.0) lib/active_record/migration.rb:552:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' activesupport (5.0.0) lib/active_support/callbacks.rb:97:in `__run_callbacks__' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' activesupport (5.0.0) lib/active_support/callbacks.rb:750:in `_run_call_callbacks' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' activesupport (5.0.0) lib/active_support/callbacks.rb:90:in `run_callbacks' actionpack (5.0.0) lib/action_dispatch/middleware/callbacks.rb:36:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.0.0) lib/rails/rack/logger.rb:36:in `call_app' railties (5.0.0) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `block in tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.0.0) lib/active_support/tagged_logging.rb:70:in `tagged' railties (5.0.0) lib/rails/rack/logger.rb:24:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/request_id.rb:24:in `call' rack (2.0.1) lib/rack/method_override.rb:22:in `call' rack (2.0.1) lib/rack/runtime.rb:22:in `call' activesupport (5.0.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.0.0) lib/action_dispatch/middleware/static.rb:136:in `call' rack (2.0.1) lib/rack/sendfile.rb:111:in `call' railties (5.0.0) lib/rails/engine.rb:522:in `call' rack (2.0.1) lib/rack/handler/webrick.rb:86:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /Users/takujifunao/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [5 times] (3.1ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [5 times] (1.7ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [19 times] (5.7ms) Rendered collection of /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [19 times] (4.2ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.0ms) Rendering /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (213.0ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/takujifunao/Hack/01_mine/02_lib/notee/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (198.4ms)