+ 24: <%= link_to "Details", task_path %>
+ 25: <%= task.title %>
+ 26:
+ 27:
+ app/views/home/index.html.erb:24:in `block in _app_views_home_index_html_erb__3836896578640144328_70125229241040'
+ app/views/home/index.html.erb:22:in `_app_views_home_index_html_erb__3836896578640144328_70125229241040'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.9ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (84.9ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (78.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (171.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 11:57:45 -0700
+Processing by HomeController#index as HTML
+ [1m[36mTask Load (1.0ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered home/index.html.erb within layouts/application (12.2ms)
+Completed 200 OK in 454ms (Views: 439.3ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 11:57:51 -0700
+
+AbstractController::ActionNotFound (The action 'show' could not be found for TasksController):
+ actionpack (4.2.6) lib/abstract_controller/base.rb:132:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.8ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (58.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (133.3ms)
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 11:57:52 -0700
+
+AbstractController::ActionNotFound (The action 'show' could not be found for TasksController):
+ actionpack (4.2.6) lib/abstract_controller/base.rb:132:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (60.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (130.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 11:58:32 -0700
+Processing by HomeController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered home/index.html.erb within layouts/application (2.5ms)
+Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 11:58:32 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 11:58:32 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 11:58:32 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 11:58:32 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 11:58:32 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 11:58:32 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 11:58:32 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 11:58:32 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 11:58:32 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 11:58:52 -0700
+Processing by HomeController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered home/index.html.erb within layouts/application (4.0ms)
+Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 11:58:52 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 11:58:52 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 11:58:52 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 11:58:52 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 11:58:52 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 11:58:52 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 11:58:52 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 11:58:52 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 11:58:52 -0700
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:01:49 -0700
+
+AbstractController::ActionNotFound (The action 'show' could not be found for TasksController):
+ actionpack (4.2.6) lib/abstract_controller/base.rb:132:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.8ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (1.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (1.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.9ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (66.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (143.7ms)
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:01:49 -0700
+
+AbstractController::ActionNotFound (The action 'show' could not be found for TasksController):
+ actionpack (4.2.6) lib/abstract_controller/base.rb:132:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (1.1ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.9ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.9ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (65.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (143.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 12:04:47 -0700
+Processing by HomeController#index as HTML
+ [1m[35mTask Load (0.9ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered home/index.html.erb within layouts/application (12.9ms)
+Completed 200 OK in 66ms (Views: 57.5ms | ActiveRecord: 1.3ms)
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:04:48 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:04:48 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 12:04:48 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 12:04:48 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 12:04:48 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 12:04:48 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:04:48 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:04:48 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 12:04:48 -0700
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:04:51 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)
+
+ActionView::MissingTemplate (Missing template tasks/single_task, application/single_task with {:locale=>[:en], :formats=>[:html, :xml], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views"
+):
+ app/controllers/tasks_controller.rb:4:in `show'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (27.2ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (99.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (65.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (150.1ms)
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:04:52 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
+
+ActionView::MissingTemplate (Missing template tasks/single_task, application/single_task with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views"
+):
+ app/controllers/tasks_controller.rb:4:in `show'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.9ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (75.2ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (56.9ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (129.9ms)
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:05:51 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+ Rendered tasks/single_task.html.erb within layouts/application (48.0ms)
+Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.0ms)
+
+ActionView::Template::Error (undefined local variable or method `task' for #<#:0x007f8e9e4a1ff8>):
+ 1:
+ 2: <%= task.title %>
+ 3: <%= task.description %>
+ 4: <%= task.added_at %>
+ 5:
+ app/views/tasks/single_task.html.erb:2:in `_app_views_tasks_single_task_html_erb___2868568809985956751_70125258855960'
+ app/controllers/tasks_controller.rb:4:in `show'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (75.2ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (64.8ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (140.5ms)
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:05:51 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+ Rendered tasks/single_task.html.erb within layouts/application (33.0ms)
+Completed 500 Internal Server Error in 39ms (ActiveRecord: 0.0ms)
+
+ActionView::Template::Error (undefined local variable or method `task' for #<#:0x007f8e9a72abe8>):
+ 1:
+ 2: <%= task.title %>
+ 3: <%= task.description %>
+ 4: <%= task.added_at %>
+ 5:
+ app/views/tasks/single_task.html.erb:2:in `_app_views_tasks_single_task_html_erb___2868568809985956751_70125226630760'
+ app/controllers/tasks_controller.rb:4:in `show'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (10.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (74.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (61.8ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (134.2ms)
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:12:06 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+ Rendered tasks/single_task.html.erb within layouts/application (33.6ms)
+Completed 500 Internal Server Error in 58ms (ActiveRecord: 0.0ms)
+
+NameError - undefined local variable or method `task' for #<#:0x007f8ac52b8110>:
+ app/views/tasks/single_task.html.erb:2:in `_app_views_tasks_single_task_html_erb___542706315587629581_70116994979160'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ app/controllers/tasks_controller.rb:5:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/cfdf820ccf4cfe96/variables" for ::1 at 2016-04-25 12:12:07 -0700
+
+
+Started POST "/__better_errors/cfdf820ccf4cfe96/eval" for ::1 at 2016-04-25 12:12:17 -0700
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:15:55 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.7ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? [["id", 1]]
+ Rendered tasks/single_task.html.erb within layouts/application (74.4ms)
+Completed 500 Internal Server Error in 100ms (ActiveRecord: 1.4ms)
+
+NameError - undefined local variable or method `task' for #<#:0x007f8ac53c8b90>
+Did you mean? @task:
+ app/views/tasks/single_task.html.erb:2:in `_app_views_tasks_single_task_html_erb___542706315587629581_70116994979160'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ app/controllers/tasks_controller.rb:5:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/c8c886b6893aad7b/variables" for ::1 at 2016-04-25 12:15:55 -0700
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:15:58 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ?[0m [["id", 1]]
+ Rendered tasks/single_task.html.erb within layouts/application (32.1ms)
+Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.1ms)
+
+NameError - undefined local variable or method `task' for #<#:0x007f8ac33133f0>
+Did you mean? @task:
+ app/views/tasks/single_task.html.erb:2:in `_app_views_tasks_single_task_html_erb___542706315587629581_70116994979160'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ app/controllers/tasks_controller.rb:5:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/04219cd8de00b6bd/variables" for ::1 at 2016-04-25 12:15:59 -0700
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:16:53 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? [["id", 1]]
+ Rendered tasks/single_task.html.erb within layouts/application (9.7ms)
+Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `title' for #:
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:136:in `method_missing'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:99:in `method_missing'
+ app/views/tasks/single_task.html.erb:4:in `_app_views_tasks_single_task_html_erb___542706315587629581_70116996649480'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ app/controllers/tasks_controller.rb:5:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/c31d0e217ecdf14b/variables" for ::1 at 2016-04-25 12:16:53 -0700
+
+
+Started POST "/__better_errors/c31d0e217ecdf14b/eval" for ::1 at 2016-04-25 12:17:02 -0700
+
+
+Started POST "/__better_errors/c31d0e217ecdf14b/eval" for ::1 at 2016-04-25 12:17:22 -0700
+
+
+Started POST "/__better_errors/c31d0e217ecdf14b/eval" for ::1 at 2016-04-25 12:17:28 -0700
+
+
+Started POST "/__better_errors/c31d0e217ecdf14b/eval" for ::1 at 2016-04-25 12:17:34 -0700
+
+
+Started POST "/__better_errors/c31d0e217ecdf14b/eval" for ::1 at 2016-04-25 12:17:43 -0700
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:18:38 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.7ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered tasks/single_task.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 337ms (Views: 311.9ms | ActiveRecord: 1.4ms)
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:18:39 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 12:18:39 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 12:18:39 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:18:39 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 12:18:39 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 12:18:39 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:18:39 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:18:39 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 12:18:39 -0700
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:19:17 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered tasks/single_task.html.erb within layouts/application (0.7ms)
+Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:19:17 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:19:17 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 12:19:17 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 12:19:17 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 12:19:17 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 12:19:17 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:19:17 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:19:17 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 12:19:17 -0700
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:19:40 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.6ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+Completed 500 Internal Server Error in 16ms (ActiveRecord: 1.2ms)
+
+RuntimeError - :
+ app/controllers/tasks_controller.rb:5:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/d483fbef7e2c8a01/variables" for ::1 at 2016-04-25 12:19:40 -0700
+
+
+Started POST "/__better_errors/d483fbef7e2c8a01/eval" for ::1 at 2016-04-25 12:19:51 -0700
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:20:08 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.5ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered tasks/single_task.html.erb within layouts/application (0.4ms)
+Completed 500 Internal Server Error in 58ms (Views: 34.7ms | ActiveRecord: 1.2ms)
+
+RuntimeError - :
+ app/controllers/tasks_controller.rb:6:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/bc100d2d0427b5c7/variables" for ::1 at 2016-04-25 12:20:09 -0700
+
+
+Started POST "/__better_errors/bc100d2d0427b5c7/eval" for ::1 at 2016-04-25 12:20:17 -0700
+ [1m[36mTask Load (2.4ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:27:25 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.7ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered tasks/single_task.html.erb within layouts/application (4.2ms)
+Completed 200 OK in 78ms (Views: 53.2ms | ActiveRecord: 1.9ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 12:27:25 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:27:25 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 12:27:25 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:27:25 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 12:27:25 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:27:25 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 12:27:25 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:27:25 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 12:27:25 -0700
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:27:50 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered tasks/single_task.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 37ms (Views: 34.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:27:50 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 12:27:50 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 12:27:50 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 12:27:50 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:27:50 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 12:27:50 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:27:50 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 12:27:50 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:27:50 -0700
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:28:16 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered tasks/single_task.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 43ms (Views: 39.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:28:17 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 12:28:17 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:28:17 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 12:28:17 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 12:28:17 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 12:28:17 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:28:17 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:28:17 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 12:28:17 -0700
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:32:58 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.6ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered tasks/single_task.html.erb within layouts/application (3.3ms)
+Completed 200 OK in 74ms (Views: 55.6ms | ActiveRecord: 1.2ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:32:58 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 12:32:58 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:32:58 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 12:32:58 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 12:32:58 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 12:32:58 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:32:58 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:32:58 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 12:32:58 -0700
+
+
+Started GET "/tasks/1" for ::1 at 2016-04-25 12:33:44 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered tasks/single_task.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 34ms (Views: 32.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 12:33:44 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 12:33:44 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 12:33:44 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:33:44 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 12:33:44 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 12:33:44 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:33:44 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 12:33:44 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 12:33:44 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 15:07:00 -0700
+Processing by HomeController#index as HTML
+ [1m[35mTask Load (1.6ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered home/index.html.erb within layouts/application (19.8ms)
+Completed 200 OK in 137ms (Views: 121.5ms | ActiveRecord: 1.6ms)
+
+
+Started POST "/" for ::1 at 2016-04-25 15:07:05 -0700
+
+ActionController::RoutingError (No route matches [POST] "/"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (26.8ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.2ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (135.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (1.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (90.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (174.8ms)
+
+
+Started POST "/" for ::1 at 2016-04-25 15:09:41 -0700
+
+ActionController::RoutingError (No route matches [POST] "/"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (39.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.1ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.9ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.2ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (169.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (1.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (17.9ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (1.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (96.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (177.9ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:19:57 -0700
+Processing by HomeController#index as HTML
+ [1m[36mTask Load (1.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered home/index.html.erb within layouts/application (21.0ms)
+Completed 200 OK in 73ms (Views: 62.5ms | ActiveRecord: 1.5ms)
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:19:58 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:19:58 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:19:58 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:19:58 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:19:58 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:19:58 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:19:58 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:19:58 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:19:58 -0700
+
+
+Started GET "/new-task" for ::1 at 2016-04-25 15:19:59 -0700
+
+ActionController::RoutingError (No route matches [GET] "/new-task"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (89.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (2.2ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (1.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (75.8ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (152.0ms)
+
+
+Started GET "/new-task" for ::1 at 2016-04-25 15:20:00 -0700
+
+ActionController::RoutingError (No route matches [GET] "/new-task"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.9ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (91.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (62.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (136.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:24:02 -0700
+Processing by HomeController#index as HTML
+ [1m[35mTask Load (1.8ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered home/index.html.erb within layouts/application (20.2ms)
+Completed 200 OK in 116ms (Views: 95.3ms | ActiveRecord: 1.8ms)
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:24:03 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:24:03 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:24:03 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:24:03 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:24:03 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:24:03 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:24:03 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:24:03 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:24:03 -0700
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:24:06 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"new"}
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 0]]
+Completed 404 Not Found in 5ms (ActiveRecord: 0.3ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=new:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/tasks_controller.rb:4:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:24:06 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"new"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 0]]
+Completed 404 Not Found in 3ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=new:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/tasks_controller.rb:4:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/904d09c63b48c1cd/variables" for ::1 at 2016-04-25 15:24:06 -0700
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:25:11 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (2.2ms)
+Completed 200 OK in 38ms (Views: 37.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:25:11 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:25:11 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:25:11 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:25:11 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:25:11 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:25:11 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:25:11 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:25:11 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:25:11 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 15:25:15 -0700
+Processing by HomeController#index as HTML
+ [1m[36mTask Load (1.0ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered home/index.html.erb within layouts/application (9.7ms)
+Completed 200 OK in 36ms (Views: 31.3ms | ActiveRecord: 1.3ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:25:17 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:28:18 -0700
+Processing by HomeController#index as HTML
+ [1m[35mTask Load (0.9ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered home/index.html.erb within layouts/application (17.3ms)
+Completed 200 OK in 65ms (Views: 57.9ms | ActiveRecord: 1.4ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:28:18 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:28:18 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:28:18 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:28:18 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:28:18 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:28:18 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:28:18 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:28:18 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:28:18 -0700
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:28:19 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 34ms (Views: 33.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:31:23 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (117.4ms)
+Completed 500 Internal Server Error in 137ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac50d8db8>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70116994077040'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:31:23 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (75.2ms)
+Completed 500 Internal Server Error in 81ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac9a07ef8>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117032473900'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/c262461bac5d00ac/variables" for ::1 at 2016-04-25 15:31:24 -0700
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:33:15 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:33:33 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (43.9ms)
+Completed 500 Internal Server Error in 51ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac9811978>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117031445180'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:33:33 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (25.4ms)
+Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac46154f8>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70116988449060'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/37d42de59f0c40e4/variables" for ::1 at 2016-04-25 15:33:33 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 15:36:19 -0700
+Processing by HomeController#index as HTML
+ [1m[36mTask Load (0.6ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered home/index.html.erb within layouts/application (5.2ms)
+Completed 200 OK in 41ms (Views: 38.8ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:36:20 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 35ms (Views: 34.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:36:40 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (45.7ms)
+Completed 500 Internal Server Error in 53ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac2390bd0>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70116970240500'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:36:40 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (30.0ms)
+Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac81db668>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117019799940'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/0f0d985fc6649d14/variables" for ::1 at 2016-04-25 15:36:40 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 15:37:55 -0700
+Processing by HomeController#index as HTML
+ [1m[35mTask Load (1.0ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered home/index.html.erb within layouts/application (14.7ms)
+Completed 200 OK in 90ms (Views: 80.3ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:37:56 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (1.8ms)
+Completed 200 OK in 83ms (Views: 81.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:39:48 -0700
+Processing by HomeController#index as HTML
+ [1m[36mTask Load (0.7ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered home/index.html.erb within layouts/application (8.8ms)
+Completed 200 OK in 75ms (Views: 70.9ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:39:51 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (65.0ms)
+Completed 500 Internal Server Error in 75ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac36f8038>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117010458340'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:39:51 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (25.9ms)
+Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac98b7c88>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117031785220'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/e3c3e3f4ac79454d/variables" for ::1 at 2016-04-25 15:39:51 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 15:41:43 -0700
+Processing by HomeController#index as HTML
+ [1m[35mTask Load (0.8ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered home/index.html.erb within layouts/application (10.1ms)
+Completed 200 OK in 45ms (Views: 40.8ms | ActiveRecord: 1.3ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:41:44 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (31.7ms)
+Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac98deab8>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117010458340'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:41:45 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (25.4ms)
+Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac3a922c0>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117031785220'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/4eaaf482a41fe037/variables" for ::1 at 2016-04-25 15:41:45 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 15:46:45 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (1.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (29.8ms)
+Completed 200 OK in 93ms (Views: 85.0ms | ActiveRecord: 1.8ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:46:48 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (48.4ms)
+Completed 500 Internal Server Error in 58ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac518b3a0>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117010458340'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:46:48 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (29.8ms)
+Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac82ada78>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117031785220'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/9def80ebf92fa5b1/variables" for ::1 at 2016-04-25 15:46:48 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 15:47:04 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.7ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (8.4ms)
+Completed 200 OK in 42ms (Views: 36.6ms | ActiveRecord: 1.4ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:47:05 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (27.2ms)
+Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac981a8c0>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117010458340'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:47:06 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (34.3ms)
+Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac4616560>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117031785220'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/531fd70eab3d962a/variables" for ::1 at 2016-04-25 15:47:06 -0700
+ [1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.4ms)[0m select sqlite_version(*)
+ [1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Migrating to CreateTasks (20160419210108)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.7ms)[0m CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "added_at" datetime, "completed_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20160419210108"]]
+ [1m[35m (1.1ms)[0m commit transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (1.0ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "The First Task"], ["description", ""], ["added_at", "1981-10-09 09:58:34.736226"], ["completed_at", "1973-05-30 18:52:02.157618"], ["created_at", "2016-04-25 22:48:54.219306"], ["updated_at", "2016-04-25 22:48:54.219306"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Brunch"], ["description", ""], ["created_at", "2016-04-25 22:48:54.225388"], ["updated_at", "2016-04-25 22:48:54.225388"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Go to Lunch"], ["description", ""], ["added_at", "2011-12-05 02:09:40.838433"], ["completed_at", "1979-11-22 05:47:35.163145"], ["created_at", "2016-04-25 22:48:54.228373"], ["updated_at", "2016-04-25 22:48:54.228373"]]
+ [1m[35m (1.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Second Lunch"], ["description", ""], ["created_at", "2016-04-25 22:48:54.231924"], ["updated_at", "2016-04-25 22:48:54.231924"]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Play Video Games"], ["description", ""], ["added_at", "1992-12-05 17:14:28.355158"], ["completed_at", "1976-08-18 10:58:19.741554"], ["created_at", "2016-04-25 22:48:54.236323"], ["updated_at", "2016-04-25 22:48:54.236323"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "High Five Somebody You Don't Know"], ["description", ""], ["added_at", "1972-07-04 04:08:10.754172"], ["completed_at", "1998-04-03 22:58:26.404234"], ["created_at", "2016-04-25 22:48:54.239356"], ["updated_at", "2016-04-25 22:48:54.239356"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Plant Flowers"], ["description", ""], ["added_at", "1990-05-29 05:32:29.384001"], ["completed_at", "2006-06-07 06:35:57.250383"], ["created_at", "2016-04-25 22:48:54.242514"], ["updated_at", "2016-04-25 22:48:54.242514"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.4ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-25 22:48:54.245874"], ["updated_at", "2016-04-25 22:48:54.245874"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-25 22:48:54.248569"], ["updated_at", "2016-04-25 22:48:54.248569"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Nap."], ["description", ""], ["added_at", "1990-12-29 08:05:32.968910"], ["completed_at", "2011-03-28 07:51:54.971341"], ["created_at", "2016-04-25 22:48:54.252452"], ["updated_at", "2016-04-25 22:48:54.252452"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+
+
+Started GET "/" for ::1 at 2016-04-25 15:49:02 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.6ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (8.1ms)
+Completed 200 OK in 37ms (Views: 33.6ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:49:05 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (26.3ms)
+Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac2731c58>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117010458340'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:49:05 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (24.3ms)
+Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac3b63b68>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117031785220'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/8dd056ee3119ac9e/variables" for ::1 at 2016-04-25 15:49:06 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 15:52:55 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.9ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (6.2ms)
+Completed 200 OK in 54ms (Views: 48.3ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:52:57 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (71.1ms)
+Completed 500 Internal Server Error in 78ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac37c9a98>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117010458340'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:52:57 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (29.9ms)
+Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac44e4d90>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117031785220'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f7c08284aaea3186/variables" for ::1 at 2016-04-25 15:52:57 -0700
+
+
+Started POST "/__better_errors/f7c08284aaea3186/eval" for ::1 at 2016-04-25 15:54:23 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 15:55:03 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (2.1ms)
+Completed 200 OK in 34ms (Views: 32.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:55:16 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (31.1ms)
+Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac26a9240>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117010458340'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 15:55:16 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (27.8ms)
+Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac3bc9c10>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:1:in `_app_views_tasks_new_html_erb___3062399399570082458_70117031785220'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/d8448444bc676f99/variables" for ::1 at 2016-04-25 15:55:16 -0700
+
+
+Started POST "/__better_errors/d8448444bc676f99/eval" for ::1 at 2016-04-25 15:55:33 -0700
+
+
+Started POST "/__better_errors/d8448444bc676f99/eval" for ::1 at 2016-04-25 15:55:42 -0700
+
+
+Started POST "/__better_errors/d8448444bc676f99/eval" for ::1 at 2016-04-25 15:56:00 -0700
+
+
+Started POST "/__better_errors/d8448444bc676f99/eval" for ::1 at 2016-04-25 15:56:17 -0700
+
+
+Started POST "/__better_errors/d8448444bc676f99/eval" for ::1 at 2016-04-25 15:56:46 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 15:58:51 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.6ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (3.8ms)
+Completed 200 OK in 52ms (Views: 48.9ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/tasks/2" for ::1 at 2016-04-25 15:58:54 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered tasks/single_task.html.erb within layouts/application (10.9ms)
+Completed 200 OK in 44ms (Views: 39.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 16:00:58 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (18.1ms)
+Completed 200 OK in 56ms (Views: 51.0ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 16:01:00 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (0.8ms)
+Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 16:04:24 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.7ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (14.9ms)
+Completed 200 OK in 71ms (Views: 63.8ms | ActiveRecord: 1.4ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 16:04:26 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (31.0ms)
+Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac82b59f8>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:2:in `_app_views_tasks_new_html_erb___3062399399570082458_70117020246560'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 16:04:26 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (22.9ms)
+Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac8296c10>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:2:in `_app_views_tasks_new_html_erb___3062399399570082458_70117020183500'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/bd8a4ee909015e76/variables" for ::1 at 2016-04-25 16:04:26 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:23:35 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (1.3ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (13.8ms)
+Completed 200 OK in 99ms (Views: 86.3ms | ActiveRecord: 1.3ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 16:23:43 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (69.8ms)
+Completed 500 Internal Server Error in 78ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac46bf750>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:2:in `_app_views_tasks_new_html_erb___3062399399570082458_70117020246560'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 16:23:43 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (26.6ms)
+Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007f8ac566d788>
+Did you mean? task_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/tasks/new.html.erb:2:in `_app_views_tasks_new_html_erb___3062399399570082458_70117020183500'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/917bb796f389b6c8/variables" for ::1 at 2016-04-25 16:23:44 -0700
+
+
+Started POST "/__better_errors/917bb796f389b6c8/eval" for ::1 at 2016-04-25 16:23:57 -0700
+
+
+Started POST "/__better_errors/917bb796f389b6c8/eval" for ::1 at 2016-04-25 16:24:08 -0700
+
+
+Started POST "/__better_errors/917bb796f389b6c8/eval" for ::1 at 2016-04-25 16:24:13 -0700
+
+
+Started POST "/__better_errors/917bb796f389b6c8/eval" for ::1 at 2016-04-25 16:24:17 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:35:09 -0700
+
+ArgumentError - Invalid route name, already in use: 'tasks'
+You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restrict the routes created with `resources` as explained here:
+http://guides.rubyonrails.org/routing.html#restricting-the-routes-created:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:549:in `add_route'
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:1562:in `add_route'
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:1537:in `decomposed_match'
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:1518:in `block in match'
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:1508:in `match'
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:690:in `map_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:651:in `get'
+ config/routes.rb:16:in `block in '
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:432:in `eval_block'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:410:in `draw'
+ config/routes.rb:1:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `block in load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `load'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:16:in `reload!'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:26:in `block in updater'
+ activesupport (4.2.6) lib/active_support/file_update_checker.rb:75:in `execute'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:7:in `execute'
+ railties (4.2.6) lib/rails/application/finisher.rb:81:in `block (2 levels) in '
+ activesupport (4.2.6) lib/active_support/callbacks.rb:446:in `block in make_lambda'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:192:in `block in simple'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:71:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/29b7d44ae95598e1/variables" for ::1 at 2016-04-25 16:35:10 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:35:55 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.5ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (14.2ms)
+Completed 200 OK in 62ms (Views: 54.4ms | ActiveRecord: 1.2ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 16:35:57 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (22.6ms)
+Completed 200 OK in 56ms (Views: 55.5ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/tasks" for ::1 at 2016-04-25 16:37:44 -0700
+
+AbstractController::ActionNotFound - The action 'create' could not be found for TasksController:
+ actionpack (4.2.6) lib/abstract_controller/base.rb:132:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/5012c02f4a94b206/variables" for ::1 at 2016-04-25 16:37:44 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:42:30 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (1.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (17.0ms)
+Completed 200 OK in 79ms (Views: 69.4ms | ActiveRecord: 1.5ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 16:42:36 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (8.4ms)
+Completed 200 OK in 58ms (Views: 56.6ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/tasks" for ::1 at 2016-04-25 16:42:44 -0700
+
+AbstractController::ActionNotFound - The action 'create' could not be found for TasksController:
+ actionpack (4.2.6) lib/abstract_controller/base.rb:132:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/8ce3e0043f52b995/variables" for ::1 at 2016-04-25 16:42:44 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:57:37 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (1.0ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (39.9ms)
+Completed 200 OK in 106ms (Views: 97.5ms | ActiveRecord: 1.4ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 16:57:39 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (2.8ms)
+Completed 200 OK in 40ms (Views: 39.4ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/tasks" for ::1 at 2016-04-25 16:57:43 -0700
+Processing by TasksController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"abJGg7K6LthtSu9GEYfGZkBtlDPtsLUHObF5TjZ84n7ISvcySHARJc3cWwTEM30JUf09TtWhPmZJEpUQz0vpCA==", "task"=>{"title"=>"jhv", "description"=>"hb"}, "commit"=>"Create Task"}
+ [1m[35m (1.3ms)[0m begin transaction
+ [1m[36mSQL (1.6ms)[0m [1mINSERT INTO "tasks" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2016-04-25 23:57:43.606225"], ["updated_at", "2016-04-25 23:57:43.606225"]]
+ [1m[35m (2.7ms)[0m commit transaction
+Completed 500 Internal Server Error in 29ms (ActiveRecord: 5.6ms)
+
+ActionView::MissingTemplate - Missing template tasks/create, application/create with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/dd0a87353f8851b2/variables" for ::1 at 2016-04-25 16:57:43 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:58:52 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.9ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (22.5ms)
+Completed 200 OK in 91ms (Views: 81.7ms | ActiveRecord: 1.7ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 16:58:54 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (5.8ms)
+Completed 200 OK in 50ms (Views: 48.4ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/tasks" for ::1 at 2016-04-25 16:58:59 -0700
+Processing by TasksController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"78NXDx3u9iEB7bYFkBZyt8NIm7a/1B+dGA+Bzj3YYAJOO+a+5yTJ3KF7AkdFosnY0tgyy4fFlPxorG2QxO9rdA==", "task"=>{"title"=>"j", "description"=>"m"}, "commit"=>"Create Task"}
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "tasks" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", "2016-04-25 23:58:59.319423"], ["updated_at", "2016-04-25 23:58:59.319423"]]
+ [1m[35m (1.5ms)[0m commit transaction
+ Rendered tasks/index.html.erb within layouts/application (8.7ms)
+Completed 500 Internal Server Error in 23ms (ActiveRecord: 2.1ms)
+
+NoMethodError - undefined method `each' for nil:NilClass:
+ app/views/tasks/index.html.erb:22:in `_app_views_tasks_index_html_erb__5934715272883428_70116985960520'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ app/controllers/tasks_controller.rb:23:in `create'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f648bc06e0e60385/variables" for ::1 at 2016-04-25 16:58:59 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:09:09 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.6ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (28.6ms)
+Completed 200 OK in 155ms (Views: 144.7ms | ActiveRecord: 1.6ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 17:09:11 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (4.0ms)
+Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/tasks" for ::1 at 2016-04-25 17:09:16 -0700
+Processing by TasksController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ubqAR0q6w9ziYS8ePJKdDiQfr9eENPpXbnopE/EUFLQYQjH2sHD8IUL3m1zpJiZhNY8GqrwlcTYe2cVNCCMfwg==", "task"=>{"title"=>"b", "description"=>"j"}, "commit"=>"Create Task"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "b"], ["description", "j"], ["created_at", "2016-04-26 00:09:16.921282"], ["updated_at", "2016-04-26 00:09:16.921282"]]
+ [1m[35m (0.7ms)[0m commit transaction
+Redirected to
+Completed 500 Internal Server Error in 38ms (ActiveRecord: 1.2ms)
+
+NoMethodError - undefined method `index_url' for #
+Did you mean? index:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:239:in `handle_string_call'
+ actionpack (4.2.6) lib/action_dispatch/routing/url_for.rb:161:in `url_for'
+ actionpack (4.2.6) lib/action_controller/metal/redirecting.rb:95:in `_compute_redirect_to_location'
+ turbolinks (2.5.3) lib/turbolinks/xhr_headers.rb:21:in `_compute_redirect_to_location'
+ actionpack (4.2.6) lib/action_controller/metal/redirecting.rb:75:in `redirect_to'
+ actionpack (4.2.6) lib/action_controller/metal/flash.rb:57:in `redirect_to'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:64:in `block in redirect_to'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:63:in `redirect_to'
+ app/controllers/tasks_controller.rb:23:in `create'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/283a262495fb6507/variables" for ::1 at 2016-04-25 17:09:17 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:09:40 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (8.4ms)
+Completed 200 OK in 43ms (Views: 38.0ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 17:09:42 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (2.0ms)
+Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/tasks" for ::1 at 2016-04-25 17:09:48 -0700
+Processing by TasksController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"pQOPzDCIiL3ZuROPSDfyJA4+VE1yCm6iTw4JNgOMGtEE+z59ykK3QHkvp82dg0lLH679MEob5cM/reVo+rsRpw==", "task"=>{"title"=>"b", "description"=>"j"}, "commit"=>"Create Task"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "b"], ["description", "j"], ["created_at", "2016-04-26 00:09:48.774173"], ["updated_at", "2016-04-26 00:09:48.774173"]]
+ [1m[35m (0.6ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 6ms (ActiveRecord: 1.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:09:48 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (1.9ms)
+Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.2ms)
+
+
+Started POST "/" for ::1 at 2016-04-25 17:10:06 -0700
+
+ActionController::RoutingError (No route matches [POST] "/"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.2ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (133.9ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (1.9ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.8ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (2.1ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.8ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (75.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (1.9ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (162.8ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 17:10:26 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (14.6ms)
+Completed 200 OK in 135ms (Views: 124.7ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/tasks" for ::1 at 2016-04-25 17:10:32 -0700
+Processing by TasksController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"G3ymXKX3SlusWAbf12FG8VU0NxRuqOkmEmivosYcuuC6hBftXz11pgzOsp0C1f2eRKSeaVa5Ykdiy0P8Pyuxlg==", "task"=>{"title"=>"poop", "description"=>"pooop"}, "commit"=>"Create Task"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.4ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "poop"], ["description", "pooop"], ["created_at", "2016-04-26 00:10:32.370846"], ["updated_at", "2016-04-26 00:10:32.370846"]]
+ [1m[35m (0.7ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 8ms (ActiveRecord: 1.5ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:10:32 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (2.7ms)
+Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.2ms)
+
+
+Started POST "/" for ::1 at 2016-04-25 17:16:15 -0700
+
+ActionController::RoutingError (No route matches [POST] "/"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (6.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.2ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (127.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (1.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (1.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (3.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (106.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (214.9ms)
+
+
+Started POST "/" for ::1 at 2016-04-25 17:18:25 -0700
+
+ActionController::RoutingError (No route matches [POST] "/"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (121.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (1.2ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.8ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (69.6ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (2.0ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.8ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (156.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:34:07 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (1.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.5ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (11.9ms)
+Completed 200 OK in 426ms (Views: 399.7ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 17:34:07 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:34:07 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:34:07 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:34:07 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:34:07 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:34:08 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:34:08 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:34:08 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:34:08 -0700
+
+
+Started DELETE "/tasks/2" for ::1 at 2016-04-25 17:34:54 -0700
+
+AbstractController::ActionNotFound - The action 'destroy' could not be found for TasksController:
+ actionpack (4.2.6) lib/abstract_controller/base.rb:132:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/df0b04d0efbfb1e7/variables" for ::1 at 2016-04-25 17:34:55 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:37:10 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.8ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (23.4ms)
+Completed 200 OK in 83ms (Views: 75.2ms | ActiveRecord: 1.4ms)
+
+
+Started DELETE "/tasks/2" for ::1 at 2016-04-25 17:37:13 -0700
+Processing by TasksController#destroy as HTML
+ Parameters: {"authenticity_token"=>"7bN7r6q5Z1CdPsOpResnTFJDWCHbciBBOvk6RGODukRMS8oeUHNYrT2od+uQX5wjQ9PxXONjqyBKWtYamrSxMg==", "id"=>"2"}
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.3ms)
+
+ActionView::MissingTemplate - Missing template tasks/destroy, application/destroy with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/8833f642893e8895/variables" for ::1 at 2016-04-25 17:37:14 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:38:42 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (1.4ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (16.2ms)
+Completed 200 OK in 60ms (Views: 51.7ms | ActiveRecord: 1.9ms)
+
+
+Started DELETE "/tasks/2" for ::1 at 2016-04-25 17:38:46 -0700
+Processing by TasksController#destroy as HTML
+ Parameters: {"authenticity_token"=>"80G5QBD+oxdB4KCT4UwVqM18YeJvzsateZ6rdoRn9oJSuQjx6jSc6uF2FNE0+K7H3OzIn1ffTcwJPUcofVD99A==", "id"=>"2"}
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 2]]
+ [1m[36m (2.6ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 7ms (ActiveRecord: 3.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:38:46 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (7.9ms)
+Completed 200 OK in 46ms (Views: 45.1ms | ActiveRecord: 0.2ms)
+
+
+Started DELETE "/tasks/4" for ::1 at 2016-04-25 17:38:52 -0700
+Processing by TasksController#destroy as HTML
+ Parameters: {"authenticity_token"=>"pUxi1VaBR1wiN5CwNPrUHmKEVbZFh60cXQYhuQvk0c4EtNNkrEt4oYKhJPLhTm9xcxT8y32WJn0tpc3n8tPauA==", "id"=>"4"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mDELETE FROM "tasks" WHERE "tasks"."id" = ?[0m [["id", 4]]
+ [1m[35m (0.7ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:38:52 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (2.3ms)
+Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.2ms)
+
+
+Started DELETE "/tasks/8" for ::1 at 2016-04-25 17:38:59 -0700
+Processing by TasksController#destroy as HTML
+ Parameters: {"authenticity_token"=>"pfea1AcRQ+WOf1c77+X+ADxhTd8ve9F8xHaLV3BGnkIEDytl/dt8GC7p43k6UUVvLfHkohdqWh201WcJiXGVNA==", "id"=>"8"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 8]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 8]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 3ms (ActiveRecord: 1.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:38:59 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (4.9ms)
+Completed 200 OK in 81ms (Views: 79.2ms | ActiveRecord: 0.2ms)
+
+
+Started DELETE "/tasks/9" for ::1 at 2016-04-25 17:39:01 -0700
+Processing by TasksController#destroy as HTML
+ Parameters: {"authenticity_token"=>"oqGywzbGiy4yNX1WTDlnM0Oa3ab9T78hOt292JGTMM4DWQNyzAy005KjyRSZjdxcUgp028VeNEBKflGGaKQ7uA==", "id"=>"9"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 9]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "tasks" WHERE "tasks"."id" = ?[0m [["id", 9]]
+ [1m[35m (0.8ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:39:01 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (2.2ms)
+Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.2ms)
+
+
+Started DELETE "/tasks/15" for ::1 at 2016-04-25 17:39:05 -0700
+Processing by TasksController#destroy as HTML
+ Parameters: {"authenticity_token"=>"dILSZnBElq9IIHUknCANAdsTAlgBm8cvXves6c1EHn7VemPXio6pUui2wWZJlLZuyoOrJTmKTE4uVEC3NHMVCA==", "id"=>"15"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 15]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 15]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:39:05 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (1.6ms)
+Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:43:49 -0700
+Processing by TasksController#index as HTML
+ Rendered tasks/index.html.erb within layouts/application (11.7ms)
+Completed 500 Internal Server Error in 50ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected tLABEL
+...method: :delete, data: confirm: 'Are you sure you want to de...
+... ^:
+ app/views/tasks/index.html.erb:30:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/0ea8b29cd1dd7483/variables" for ::1 at 2016-04-25 17:43:49 -0700
+ [1m[36mTask Load (3.5ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+
+
+Started GET "/" for ::1 at 2016-04-25 17:44:08 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by TasksController#index as HTML
+ Rendered tasks/index.html.erb within layouts/application (1.4ms)
+Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected tLABEL
+...method: :delete, data: confirm: 'Are you sure you want to de...
+... ^:
+ app/views/tasks/index.html.erb:30:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/58d7b1af2516bbfc/variables" for ::1 at 2016-04-25 17:44:08 -0700
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+
+
+Started GET "/" for ::1 at 2016-04-25 17:44:44 -0700
+Processing by TasksController#index as HTML
+ Rendered tasks/index.html.erb within layouts/application (1.5ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected tLABEL
+...method: :delete, data: confirm: 'Are you sure you want to de...
+... ^
+/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views/tasks/index.html.erb:30: syntax error, unexpected '}', expecting ')'
+... you sure you want to delete?'} );@output_buffer.safe_append...
+... ^
+/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views/tasks/index.html.erb:32: syntax error, unexpected keyword_end, expecting ')'
+'.freeze; end
+ ^
+/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views/tasks/index.html.erb:38: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views/tasks/index.html.erb:40: syntax error, unexpected keyword_end, expecting ')':
+ app/views/tasks/index.html.erb:30:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/caf5716083cec48e/variables" for ::1 at 2016-04-25 17:44:44 -0700
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+
+
+Started GET "/" for ::1 at 2016-04-25 17:44:56 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by TasksController#index as HTML
+ Rendered tasks/index.html.erb within layouts/application (1.5ms)
+Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected tLABEL
+...method: :delete, data: confirm: 'Are you sure you want to de...
+... ^
+/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views/tasks/index.html.erb:30: syntax error, unexpected '}', expecting ')'
+... you sure you want to delete?'} );@output_buffer.safe_append...
+... ^
+/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views/tasks/index.html.erb:32: syntax error, unexpected keyword_end, expecting ')'
+'.freeze; end
+ ^
+/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views/tasks/index.html.erb:38: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views/tasks/index.html.erb:40: syntax error, unexpected keyword_end, expecting ')':
+ app/views/tasks/index.html.erb:30:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/d752810589d20452/variables" for ::1 at 2016-04-25 17:44:56 -0700
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+
+
+Started POST "/__better_errors/d752810589d20452/variables" for ::1 at 2016-04-25 17:45:12 -0700
+
+
+Started POST "/__better_errors/d752810589d20452/variables" for ::1 at 2016-04-25 17:45:12 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:45:29 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (4.1ms)
+Completed 200 OK in 380ms (Views: 378.5ms | ActiveRecord: 0.2ms)
+
+
+Started DELETE "/tasks/11" for ::1 at 2016-04-25 17:45:40 -0700
+Processing by TasksController#destroy as HTML
+ Parameters: {"authenticity_token"=>"HQqmSBQUV/esSZ5iZFIebN1So4/0RmoYughX7+DuuFu88hf57t5oCgzfKiCx5qUDzMIK8sxX4XnKq7uxGdmzLQ==", "id"=>"11"}
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 11]]
+ [1m[36m (1.1ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 12ms (ActiveRecord: 2.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:45:40 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.4ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:54:23 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (1.9ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (19.2ms)
+Completed 200 OK in 107ms (Views: 92.3ms | ActiveRecord: 1.9ms)
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:54:23 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 17:54:23 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:54:23 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:54:23 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:54:23 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:54:23 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:54:23 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:54:23 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:54:23 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 18:00:45 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.7ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (38.4ms)
+Completed 200 OK in 155ms (Views: 142.4ms | ActiveRecord: 1.4ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:00:46 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:00:46 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 18:00:46 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 18:00:46 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:00:46 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 18:00:46 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 18:00:46 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:00:46 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 18:00:46 -0700
+
+
+Started PATCH "/tasks/12" for ::1 at 2016-04-25 18:00:50 -0700
+Processing by TasksController#update as HTML
+ Parameters: {"authenticity_token"=>"G8cJNwfaOKYL7VNRqvOaoGTjrUGkMXzl+iJrfcDGGl+6P7iG/RAHW6t75xN/RyHPdXMEPJwg94SKgYcjOfERKQ==", "id"=>"12"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 12]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mUPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_at", "2016-04-26 01:00:50.383595"], ["updated_at", "2016-04-26 01:00:50.392493"], ["id", 12]]
+ [1m[35m (1.5ms)[0m commit transaction
+Completed 500 Internal Server Error in 30ms (ActiveRecord: 2.3ms)
+
+ActionView::MissingTemplate - Missing template tasks/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f008e649906285e1/variables" for ::1 at 2016-04-25 18:00:50 -0700
+
+
+Started PATCH "/tasks/12" for ::1 at 2016-04-25 18:01:36 -0700
+Processing by TasksController#update as HTML
+ Parameters: {"authenticity_token"=>"G8cJNwfaOKYL7VNRqvOaoGTjrUGkMXzl+iJrfcDGGl+6P7iG/RAHW6t75xN/RyHPdXMEPJwg94SKgYcjOfERKQ==", "id"=>"12"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 12]]
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mUPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_at", "2016-04-26 01:01:36.760303"], ["updated_at", "2016-04-26 01:01:36.762079"], ["id", 12]]
+ [1m[35m (1.2ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 21ms (ActiveRecord: 2.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:01:36 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (4.0ms)
+Completed 200 OK in 42ms (Views: 41.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:09:21 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.7ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (10.9ms)
+Completed 200 OK in 394ms (Views: 374.3ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:09:22 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 18:09:22 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:09:22 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:09:22 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 18:09:22 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:09:22 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 18:09:22 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 18:09:22 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 18:09:22 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 18:13:16 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.6ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (10.6ms)
+Completed 200 OK in 384ms (Views: 360.0ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:13:17 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 18:13:17 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 18:13:17 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:13:17 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 18:13:17 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 18:13:17 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:13:17 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 18:13:17 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:13:17 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 18:13:21 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (2.7ms)
+Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 18:13:21 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 18:13:21 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:13:21 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 18:13:21 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:13:21 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:13:21 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 18:13:21 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:13:21 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 18:13:21 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 18:13:23 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (2.2ms)
+Completed 200 OK in 24ms (Views: 22.8ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/tasks/13/edit" for ::1 at 2016-04-25 18:13:29 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"13"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 13]]
+ Rendered tasks/new.html.erb within layouts/application (24.3ms)
+Completed 200 OK in 52ms (Views: 44.9ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/tasks/13" for ::1 at 2016-04-25 18:13:41 -0700
+Processing by TasksController#update as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"IujN4QD7epQYzHsJLOPa+ajUd9fxDEuENR4IllKSfb6DEHxQ+jFFabhaz0v5V2GWuUTeqskdwOVFveTIq6V2yA==", "task"=>{"title"=>"blah", "description"=>"bleep"}, "commit"=>"Update Task", "id"=>"13"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 13]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-04-26 01:13:41.265204"], ["updated_at", "2016-04-26 01:13:41.265912"], ["id", 13]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 6ms (ActiveRecord: 1.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:13:41 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (1.8ms)
+Completed 200 OK in 30ms (Views: 28.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:16:43 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.8ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (13.4ms)
+Completed 200 OK in 65ms (Views: 50.6ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 18:16:47 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (3.8ms)
+Completed 200 OK in 33ms (Views: 32.4ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/tasks" for ::1 at 2016-04-25 18:16:52 -0700
+Processing by TasksController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"jPG3pnDQ1OfbgCSTlY+VcBK5RtLE5XnuoNg29oOrIO0tCQYXihrrGnsWkNFAOy4fAynvr/z08o/Qe9qoepwrmw==", "task"=>{"title"=>"blah", "description"=>"blah"}, "commit"=>"Create Task"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.8ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "blah"], ["description", "blah"], ["created_at", "2016-04-26 01:16:52.917852"], ["updated_at", "2016-04-26 01:16:52.917852"]]
+ [1m[35m (1.1ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 8ms (ActiveRecord: 2.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:16:52 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (2.3ms)
+Completed 200 OK in 60ms (Views: 59.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/tasks/16/edit" for ::1 at 2016-04-25 18:16:56 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"16"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 16]]
+ Rendered tasks/edit.html.erb within layouts/application (3.3ms)
+Completed 200 OK in 31ms (Views: 29.0ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/tasks/16" for ::1 at 2016-04-25 18:17:02 -0700
+Processing by TasksController#update as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"f3Ei3biP7lYnXzlOZbwO8+5Uc9i8OqOE6OexbBewT/PeiZNsQkXRq4fJjQywCLWc/8TapYQrKOWYRF0y7odEhQ==", "task"=>{"title"=>"blah", "description"=>"bleep"}, "commit"=>"Update Task", "id"=>"16"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 16]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mUPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_at", "2016-04-26 01:17:02.315449"], ["updated_at", "2016-04-26 01:17:02.315977"], ["id", 16]]
+ [1m[35m (0.8ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:17:02 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (2.9ms)
+Completed 200 OK in 43ms (Views: 41.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 18:19:32 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (9.3ms)
+Completed 200 OK in 102ms (Views: 62.2ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 18:20:30 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (2.5ms)
+Completed 200 OK in 56ms (Views: 46.8ms | ActiveRecord: 0.5ms)
+
+
+Started POST "/tasks" for ::1 at 2016-04-25 18:20:35 -0700
+Processing by TasksController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"W5tv1IycgG9qdYOQ1gzwxKJcUwGitHLqRmDe83POsKH6Y95ldla/ksrjN9IDuEurs8z6fJql+Ys2wzKtivm71w==", "task"=>{"title"=>"blah", "description"=>"blah"}, "commit"=>"Create Task"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "blah"], ["description", "blah"], ["created_at", "2016-04-26 01:20:35.726735"], ["updated_at", "2016-04-26 01:20:35.726735"]]
+ [1m[35m (0.8ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 9ms (ActiveRecord: 1.5ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:20:35 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (6.1ms)
+Completed 200 OK in 45ms (Views: 44.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/tasks/17/edit" for ::1 at 2016-04-25 18:20:41 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"17"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 17]]
+ Rendered tasks/edit.html.erb within layouts/application (1.6ms)
+Completed 200 OK in 26ms (Views: 23.8ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/tasks/17/complete" for ::1 at 2016-04-25 18:20:43 -0700
+Processing by TasksController#complete as HTML
+ Parameters: {"authenticity_token"=>"0X4DDtHl0lLA/USX5dGBhKTEbGhflcwgsa+P8+v+lYtwhrK/Ky/tr2Br8NUwZTrrtVTFFWeER0HBDGOtEsme/Q==", "id"=>"17"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 17]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mUPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_at", "2016-04-26 01:20:43.952971"], ["updated_at", "2016-04-26 01:20:43.953471"], ["id", 17]]
+ [1m[35m (0.9ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:20:43 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (2.8ms)
+Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 18:20:46 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/tasks" for ::1 at 2016-04-25 18:20:51 -0700
+Processing by TasksController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"98HcJnZE3K3bPyYZJyVK3rv6ZBKN5u5PXURTGHmtqTtWOW2XjI7jUHupklvykfGxqmrNb7X3ZS4t579GgJqiTQ==", "task"=>{"title"=>"blah", "description"=>"blah"}, "commit"=>"Create Task"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "blah"], ["description", "blah"], ["created_at", "2016-04-26 01:20:51.370877"], ["updated_at", "2016-04-26 01:20:51.370877"]]
+ [1m[35m (0.7ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:20:51 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (2.2ms)
+Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/tasks/18/edit" for ::1 at 2016-04-25 18:20:52 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"18"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 18]]
+ Rendered tasks/edit.html.erb within layouts/application (1.6ms)
+Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.1ms)
+
+
+Started PATCH "/tasks/18" for ::1 at 2016-04-25 18:20:56 -0700
+
+ActionController::RoutingError (No route matches [PATCH] "/tasks/18"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.1ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.3ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (109.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.7ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (70.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/mindy/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (155.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:29:05 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.5ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (25.4ms)
+Completed 200 OK in 84ms (Views: 72.2ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/tasks/18/edit" for ::1 at 2016-04-25 18:29:07 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"18"}
+ [1m[35mTask Load (0.4ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 18]]
+ Rendered tasks/edit.html.erb within layouts/application (3.9ms)
+Completed 200 OK in 33ms (Views: 30.9ms | ActiveRecord: 0.3ms)
+
+
+Started PATCH "/tasks/18" for ::1 at 2016-04-25 18:29:12 -0700
+Processing by TasksController#update as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"DJmbiI761ueytvtiF6DHSlwAG5XR0fe8tPP4A83+FIetYSo5dDDpGhIgTyDCFHwlTZCy6OnAfN3EUBRdNMkf8Q==", "task"=>{"title"=>"blah", "description"=>"bloo"}, "commit"=>"Update Task", "id"=>"18"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 18]]
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[35m (0.8ms)[0m begin transaction
+ [1m[36mSQL (0.7ms)[0m [1mUPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["description", "bloo"], ["updated_at", "2016-04-26 01:29:12.051089"], ["id", 18]]
+ [1m[35m (0.9ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 17ms (ActiveRecord: 2.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:29:12 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (2.9ms)
+Completed 200 OK in 38ms (Views: 36.1ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/tasks/18/complete" for ::1 at 2016-04-25 18:29:19 -0700
+Processing by TasksController#complete as HTML
+ Parameters: {"authenticity_token"=>"NEMaS0ETgP1U5+P3yG/7gSDWQlJYhTFb6fgrTbfKZOCVu6v6u9m/APRxV7Ud20DuMUbrL2CUujqZW8cTTv1vlg==", "id"=>"18"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 18]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-04-26 01:29:19.492396"], ["updated_at", "2016-04-26 01:29:19.493007"], ["id", 18]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:29:19 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.6ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (4.9ms)
+Completed 200 OK in 41ms (Views: 38.8ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 18:35:44 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/new.html.erb within layouts/application (9.3ms)
+Completed 200 OK in 82ms (Views: 71.4ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/tasks" for ::1 at 2016-04-25 18:35:56 -0700
+Processing by TasksController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"UNzP/sWubZroXI/+vtqF80SBKPJopvMrSpueEFkluKDxJH5PP2RSZ0jKO7xrbj6cVRGBj1C3eEo6OHJOoBKz1g==", "task"=>{"title"=>"feed Bentley", "description"=>"TREATS!"}, "commit"=>"Create Task"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[36m (0.6ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.2ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "feed Bentley"], ["description", "TREATS!"], ["created_at", "2016-04-26 01:35:56.358007"], ["updated_at", "2016-04-26 01:35:56.358007"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 20ms (ActiveRecord: 2.5ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:35:56 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (4.0ms)
+Completed 200 OK in 39ms (Views: 34.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/tasks/19/edit" for ::1 at 2016-04-25 18:36:00 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"19"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 19]]
+ Rendered tasks/edit.html.erb within layouts/application (2.8ms)
+Completed 200 OK in 32ms (Views: 30.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:39:00 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.6ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (97.9ms)
+Completed 200 OK in 154ms (Views: 141.9ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:39:00 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:39:00 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 18:39:00 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 18:39:00 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 18:39:00 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 18:39:00 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:39:00 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:39:00 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 18:39:00 -0700
+
+
+Started GET "/tasks/19/edit" for ::1 at 2016-04-25 18:39:02 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"19"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 19]]
+ Rendered tasks/edit.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 31ms (Views: 29.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:39:39 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:39:39 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 18:39:39 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 18:39:39 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 18:39:39 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:39:39 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 18:39:39 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:39:39 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:39:39 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 18:39:39 -0700
+
+
+Started GET "/tasks/19/edit" for ::1 at 2016-04-25 18:39:42 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"19"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 19]]
+ Rendered tasks/edit.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:39:46 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (2.9ms)
+Completed 200 OK in 28ms (Views: 27.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/tasks/19/edit" for ::1 at 2016-04-25 18:39:49 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"19"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 19]]
+ Rendered tasks/edit.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 31ms (Views: 29.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:41:11 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.8ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (5.4ms)
+Completed 200 OK in 42ms (Views: 40.0ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:41:11 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:41:11 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 18:41:11 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 18:41:11 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 18:41:11 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 18:41:11 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:41:11 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:41:11 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 18:41:11 -0700
+
+
+Started GET "/tasks/19/edit" for ::1 at 2016-04-25 18:41:15 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"19"}
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 19]]
+ Rendered tasks/edit.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 28ms (Views: 25.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:41:41 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.5ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (3.2ms)
+Completed 200 OK in 41ms (Views: 39.4ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:41:41 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 18:41:41 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:41:41 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 18:41:41 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 18:41:41 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 18:41:41 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:41:41 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:41:42 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 18:41:42 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 18:41:44 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (2.8ms)
+Completed 200 OK in 40ms (Views: 38.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:41:44 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 18:41:44 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 18:41:44 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 18:41:44 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 18:41:44 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 18:41:44 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:41:44 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 18:41:44 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 18:41:44 -0700
+
+
+Started GET "/tasks/19/edit" for ::1 at 2016-04-25 18:41:45 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"19"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 19]]
+ Rendered tasks/edit.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 34ms (Views: 32.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/tasks/14/edit" for ::1 at 2016-04-25 18:41:51 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"14"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 14]]
+ Rendered tasks/edit.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 31ms (Views: 29.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:42:07 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (10.8ms)
+Completed 200 OK in 365ms (Views: 341.3ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/tasks/14/edit" for ::1 at 2016-04-25 18:42:09 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"14"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 14]]
+ Rendered tasks/edit.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 37ms (Views: 29.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:43:50 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (3.0ms)
+Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/tasks/14/edit" for ::1 at 2016-04-25 18:43:53 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"14"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 14]]
+ Rendered tasks/_form.html.erb (21.7ms)
+ Rendered tasks/edit.html.erb within layouts/application (28.9ms)
+Completed 200 OK in 87ms (Views: 85.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/tasks/19/edit" for ::1 at 2016-04-25 18:43:57 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"19"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 19]]
+ Rendered tasks/_form.html.erb (1.5ms)
+ Rendered tasks/edit.html.erb within layouts/application (3.7ms)
+Completed 200 OK in 33ms (Views: 32.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 18:45:07 -0700
+Processing by TasksController#new as HTML
+ Rendered tasks/_form.html.erb (1.5ms)
+ Rendered tasks/new.html.erb within layouts/application (4.3ms)
+Completed 200 OK in 34ms (Views: 33.0ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/tasks" for ::1 at 2016-04-25 18:45:14 -0700
+Processing by TasksController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"IyFBqFo/2F9HeyLPYZr02QTLDswdPofsURnxFtchareC2fAZoPXnouftlo20Lk+2FVunsSUvDI0huh1ILhZhwQ==", "task"=>{"title"=>"hi", "description"=>"bye"}, "commit"=>"Create Task"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "hi"], ["description", "bye"], ["created_at", "2016-04-26 01:45:14.511961"], ["updated_at", "2016-04-26 01:45:14.511961"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 7ms (ActiveRecord: 1.5ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:45:14 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (3.0ms)
+Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/tasks/20/edit" for ::1 at 2016-04-25 18:45:18 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"20"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 20]]
+ Rendered tasks/_form.html.erb (3.1ms)
+ Rendered tasks/edit.html.erb within layouts/application (5.5ms)
+Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/tasks/20" for ::1 at 2016-04-25 18:45:25 -0700
+Processing by TasksController#update as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"86SE3DETdLnOYRaZ6ZO1lxhW0mKnM/EYizCytbkC55VSXDVty9lLRG73ots8Jw74CcZ7H58ienn7k17rQDXs4w==", "task"=>{"title"=>"hi", "description"=>"see ya"}, "commit"=>"Update Task", "id"=>"20"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]]
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "see ya"], ["updated_at", "2016-04-26 01:45:25.410682"], ["id", 20]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 14ms (ActiveRecord: 2.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:45:25 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.4ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ Rendered tasks/index.html.erb within layouts/application (10.9ms)
+Completed 200 OK in 46ms (Views: 44.4ms | ActiveRecord: 0.4ms)
+
+
+Started PATCH "/tasks/20/complete" for ::1 at 2016-04-25 18:45:28 -0700
+Processing by TasksController#complete as HTML
+ Parameters: {"authenticity_token"=>"4/AGZLz0a4Hj6EwATvYYuP75r3XLFPwHPP9QYrkj4etCCLfVRj5UfEN++EKbQqPX72kGCPMFd2ZMXLw8QBTqnQ==", "id"=>"20"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 20]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mUPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_at", "2016-04-26 01:45:28.003790"], ["updated_at", "2016-04-26 01:45:28.004400"], ["id", 20]]
+ [1m[35m (2.2ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 6ms (ActiveRecord: 2.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 18:45:28 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (4.2ms)
+Completed 200 OK in 56ms (Views: 54.3ms | ActiveRecord: 0.3ms)
+ [1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Migrating to CreatePeople (20160426015116)
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.5ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160426015116"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "The First Task"], ["description", ""], ["added_at", "1988-04-26 03:39:28.591084"], ["completed_at", "1970-01-14 21:09:15.424132"], ["created_at", "2016-04-26 01:56:31.157886"], ["updated_at", "2016-04-26 01:56:31.157886"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Brunch"], ["description", ""], ["created_at", "2016-04-26 01:56:31.163131"], ["updated_at", "2016-04-26 01:56:31.163131"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Go to Lunch"], ["description", ""], ["added_at", "1997-02-18 05:25:46.074260"], ["completed_at", "2014-07-29 10:06:20.655508"], ["created_at", "2016-04-26 01:56:31.165908"], ["updated_at", "2016-04-26 01:56:31.165908"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Second Lunch"], ["description", ""], ["created_at", "2016-04-26 01:56:31.168807"], ["updated_at", "2016-04-26 01:56:31.168807"]]
+ [1m[36m (2.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Play Video Games"], ["description", ""], ["added_at", "1998-04-01 10:43:46.029504"], ["completed_at", "1993-11-10 20:35:26.835331"], ["created_at", "2016-04-26 01:56:31.174378"], ["updated_at", "2016-04-26 01:56:31.174378"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "High Five Somebody You Don't Know"], ["description", ""], ["added_at", "1996-07-22 12:42:02.157437"], ["completed_at", "1989-11-01 15:29:35.557455"], ["created_at", "2016-04-26 01:56:31.178250"], ["updated_at", "2016-04-26 01:56:31.178250"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Plant Flowers"], ["description", ""], ["added_at", "2007-07-29 13:26:43.385206"], ["completed_at", "1996-12-14 20:18:10.588444"], ["created_at", "2016-04-26 01:56:31.181167"], ["updated_at", "2016-04-26 01:56:31.181167"]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-26 01:56:31.185082"], ["updated_at", "2016-04-26 01:56:31.185082"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-26 01:56:31.188058"], ["updated_at", "2016-04-26 01:56:31.188058"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Nap."], ["description", ""], ["added_at", "1981-01-06 10:28:55.338612"], ["completed_at", "2009-07-15 02:54:26.228527"], ["created_at", "2016-04-26 01:56:31.191264"], ["updated_at", "2016-04-26 01:56:31.191264"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Mindy"], ["created_at", "2016-04-26 01:56:31.199892"], ["updated_at", "2016-04-26 01:56:31.199892"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ashley"], ["created_at", "2016-04-26 01:56:31.202978"], ["updated_at", "2016-04-26 01:56:31.202978"]]
+ [1m[36m (1.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Erin"], ["created_at", "2016-04-26 01:56:31.206384"], ["updated_at", "2016-04-26 01:56:31.206384"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36mTask Load (2.5ms)[0m [1mSELECT "tasks".* FROM "tasks"[0m
+ [1m[35mPerson Load (0.4ms)[0m SELECT "people".* FROM "people"
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Migrating to AddTaskIdToPeople (20160426020347)
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (2.1ms)[0m [1mALTER TABLE "tasks" ADD "person_id" integer[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160426020347"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36mTask Load (3.0ms)[0m [1mSELECT "tasks".* FROM "tasks"[0m
+ [1m[36m (1.6ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (1.4ms)[0m CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "added_at" datetime, "completed_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer)
+ [1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.4ms)[0m select sqlite_version(*)
+ [1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160426020347')[0m
+ [1m[35m (1.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160419210108')
+ [1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160426015116')[0m
+ [1m[35m (2.7ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (1.0ms)[0m [1mCREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "added_at" datetime, "completed_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer) [0m
+ [1m[35m (0.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (1.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160426020347')
+ [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160419210108')[0m
+ [1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160426015116')
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Mindy"], ["created_at", "2016-04-26 02:10:24.786976"], ["updated_at", "2016-04-26 02:10:24.786976"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (2.6ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ashley"], ["created_at", "2016-04-26 02:10:24.794416"], ["updated_at", "2016-04-26 02:10:24.794416"]]
+ [1m[36m (1.2ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Erin"], ["created_at", "2016-04-26 02:10:24.802517"], ["updated_at", "2016-04-26 02:10:24.802517"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "The First Task"], ["description", ""], ["added_at", "1995-10-18 20:29:50.293452"], ["completed_at", "2009-03-02 16:17:14.013594"], ["person_id", 1], ["created_at", "2016-04-26 02:10:24.818070"], ["updated_at", "2016-04-26 02:10:24.818070"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Go to Brunch"], ["description", ""], ["created_at", "2016-04-26 02:10:24.821051"], ["updated_at", "2016-04-26 02:10:24.821051"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "Go to Lunch"], ["description", ""], ["added_at", "1990-09-08 18:01:03.629745"], ["completed_at", "1971-10-20 05:59:26.125167"], ["person_id", 2], ["created_at", "2016-04-26 02:10:24.824754"], ["updated_at", "2016-04-26 02:10:24.824754"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.9ms)[0m [1mINSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Second Lunch"], ["description", ""], ["person_id", 3], ["created_at", "2016-04-26 02:10:24.828090"], ["updated_at", "2016-04-26 02:10:24.828090"]]
+ [1m[35m (1.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Play Video Games"], ["description", ""], ["added_at", "1970-10-16 03:10:56.771604"], ["completed_at", "2012-06-23 01:58:53.209829"], ["created_at", "2016-04-26 02:10:24.833142"], ["updated_at", "2016-04-26 02:10:24.833142"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "High Five Somebody You Don't Know"], ["description", ""], ["added_at", "1990-09-19 09:41:36.320780"], ["completed_at", "1988-09-08 08:04:55.156822"], ["created_at", "2016-04-26 02:10:24.836969"], ["updated_at", "2016-04-26 02:10:24.836969"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Plant Flowers"], ["description", ""], ["added_at", "1991-09-11 06:15:23.016124"], ["completed_at", "2006-04-04 17:31:06.154135"], ["created_at", "2016-04-26 02:10:24.840436"], ["updated_at", "2016-04-26 02:10:24.840436"]]
+ [1m[36m (1.3ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-26 02:10:24.844454"], ["updated_at", "2016-04-26 02:10:24.844454"]]
+ [1m[35m (1.3ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-26 02:10:24.848585"], ["updated_at", "2016-04-26 02:10:24.848585"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Nap."], ["description", ""], ["added_at", "1988-01-31 02:29:53.973460"], ["completed_at", "2010-10-13 19:41:57.615238"], ["created_at", "2016-04-26 02:10:24.851777"], ["updated_at", "2016-04-26 02:10:24.851777"]]
+ [1m[35m (1.7ms)[0m commit transaction
+ [1m[36mTask Load (3.0ms)[0m [1mSELECT "tasks".* FROM "tasks"[0m
+
+
+Started GET "/" for ::1 at 2016-04-25 19:13:26 -0700
+ [1m[35mActiveRecord::SchemaMigration Load (1.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.5ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ Rendered tasks/index.html.erb within layouts/application (49.8ms)
+Completed 500 Internal Server Error in 77ms (ActiveRecord: 0.8ms)
+
+NoMethodError - undefined method `name' for nil:NilClass:
+ app/views/tasks/index.html.erb:30:in `block in _app_views_tasks_index_html_erb___1891891337196587640_70104465523520'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/tasks/index.html.erb:22:in `_app_views_tasks_index_html_erb___1891891337196587640_70104465523520'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/8cf7335e5a155b34/variables" for ::1 at 2016-04-25 19:13:27 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 19:15:07 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ [1m[36mPerson Load (0.6ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered tasks/index.html.erb within layouts/application (22.3ms)
+Completed 200 OK in 67ms (Views: 64.5ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/tasks/2" for ::1 at 2016-04-25 19:15:41 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered tasks/single_task.html.erb within layouts/application (1.6ms)
+Completed 200 OK in 45ms (Views: 43.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 19:16:40 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ Rendered tasks/index.html.erb within layouts/application (6.4ms)
+Completed 200 OK in 35ms (Views: 33.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:16:40 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 19:16:40 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:16:40 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 19:16:40 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 19:16:40 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 19:16:40 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:16:40 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:16:40 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 19:16:40 -0700
+
+
+Started GET "/tasks/2" for ::1 at 2016-04-25 19:16:42 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered tasks/single_task.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 49ms (Views: 47.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/tasks/4" for ::1 at 2016-04-25 19:16:45 -0700
+Processing by TasksController#show as HTML
+ Parameters: {"id"=>"4"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered tasks/single_task.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 19:25:02 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.9ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ [1m[36mPerson Load (0.6ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered tasks/index.html.erb within layouts/application (36.8ms)
+Completed 200 OK in 133ms (Views: 118.4ms | ActiveRecord: 2.1ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:25:02 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:25:02 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 19:25:02 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 19:25:02 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 19:25:02 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 19:25:02 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:25:02 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 19:25:02 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:25:02 -0700
+
+
+Started GET "/tasks/new" for ::1 at 2016-04-25 19:25:05 -0700
+Processing by TasksController#new as HTML
+ [1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people"
+ Rendered tasks/_form.html.erb (9.7ms)
+ Rendered tasks/new.html.erb within layouts/application (12.7ms)
+Completed 200 OK in 44ms (Views: 42.5ms | ActiveRecord: 0.3ms)
+
+
+Started POST "/tasks" for ::1 at 2016-04-25 19:25:17 -0700
+Processing by TasksController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"XTHajCkre44B8ZHB9jbqp2ZHcELLJAVnj2pVBtexI1H8yWs90+FEc6FnJYMjglHId9fZP/M1jgb/yblYLoYoJw==", "task"=>{"title"=>"go to park", "description"=>"play", "person_id"=>"2"}, "commit"=>"Create Task"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.9ms)[0m INSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "go to park"], ["description", "play"], ["person_id", 2], ["created_at", "2016-04-26 02:25:17.413778"], ["updated_at", "2016-04-26 02:25:17.413778"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 9ms (ActiveRecord: 1.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 19:25:17 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered tasks/index.html.erb within layouts/application (8.3ms)
+Completed 200 OK in 46ms (Views: 43.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/tasks/11/edit" for ::1 at 2016-04-25 19:25:21 -0700
+Processing by TasksController#edit as HTML
+ Parameters: {"id"=>"11"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
+ Rendered tasks/_form.html.erb (3.1ms)
+ Rendered tasks/edit.html.erb within layouts/application (7.5ms)
+Completed 200 OK in 40ms (Views: 38.2ms | ActiveRecord: 0.4ms)
+
+
+Started PATCH "/tasks/11" for ::1 at 2016-04-25 19:25:25 -0700
+Processing by TasksController#update as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZM6m0lVkVVScbzn+hjlIil8DjWynO2ea+NDDDo6OrSvFNhdjr65qqTz5jbxTjfPlTpMkEZ8q7PuIcy9Qd7mmXQ==", "task"=>{"title"=>"go to park", "description"=>"play", "person_id"=>"3"}, "commit"=>"Update Task", "id"=>"11"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mUPDATE "tasks" SET "person_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["person_id", 3], ["updated_at", "2016-04-26 02:25:25.931641"], ["id", 11]]
+ [1m[35m (0.9ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 6ms (ActiveRecord: 1.5ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 19:25:25 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered tasks/index.html.erb within layouts/application (13.0ms)
+Completed 200 OK in 52ms (Views: 51.2ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 19:37:00 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.6ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ [1m[36mPerson Load (0.7ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ Rendered tasks/index.html.erb within layouts/application (48.5ms)
+Completed 200 OK in 266ms (Views: 250.8ms | ActiveRecord: 2.2ms)
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:37:00 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:37:00 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 19:37:04 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people"[0m
+ Rendered people/index.html.erb within layouts/application (2.0ms)
+Completed 200 OK in 33ms (Views: 32.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 19:37:55 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
+ Rendered people/index.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 34ms (Views: 32.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:37:55 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:37:55 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 19:37:55 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:37:55 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 19:37:55 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 19:37:55 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 19:37:55 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:37:55 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:37:55 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:37:55 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 19:37:55 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 19:45:41 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (1.1ms)[0m [1mSELECT "people".* FROM "people"[0m
+ Rendered people/index.html.erb within layouts/application (16.0ms)
+Completed 200 OK in 85ms (Views: 74.6ms | ActiveRecord: 1.6ms)
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 19:45:41 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:45:41 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 19:45:41 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:45:41 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:45:41 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 19:45:41 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:45:41 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:45:41 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 19:45:41 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:45:41 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 19:45:41 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 19:45:43 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPerson Load (0.4ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered people/show.html.erb within layouts/application (2.3ms)
+Completed 200 OK in 56ms (Views: 51.4ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/people/2" for ::1 at 2016-04-25 19:45:46 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered people/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 50ms (Views: 48.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people/3" for ::1 at 2016-04-25 19:45:48 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"3"}
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ Rendered people/show.html.erb within layouts/application (0.1ms)
+Completed 200 OK in 29ms (Views: 27.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 19:50:03 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mPerson Load (1.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered people/show.html.erb within layouts/application (2.8ms)
+Completed 200 OK in 110ms (Views: 87.0ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/people/2" for ::1 at 2016-04-25 19:50:06 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered people/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 19:50:08 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.4ms)[0m [1mSELECT "people".* FROM "people"[0m
+ [1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 1]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 2]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 3]]
+ Rendered people/index.html.erb within layouts/application (80.0ms)
+Completed 200 OK in 127ms (Views: 121.0ms | ActiveRecord: 4.8ms)
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:50:08 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 19:50:08 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:50:08 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 19:50:08 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 19:50:08 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 19:50:08 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:50:08 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:50:08 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:50:08 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:50:08 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 19:50:08 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 19:51:24 -0700
+Processing by PeopleController#index as HTML
+ Rendered people/index.html.erb within layouts/application (2.2ms)
+Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)
+
+SyntaxError - unterminated regexp meets end of file
+/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views/people/index.html.erb:9: syntax error, unexpected end-of-input, expecting keyword_end:
+ app/views/people/index.html.erb:9:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ app/controllers/people_controller.rb:5:in `index'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/7b5a6880c3d90539/variables" for ::1 at 2016-04-25 19:51:25 -0700
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people"[0m
+
+
+Started GET "/people" for ::1 at 2016-04-25 19:51:53 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 1]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 2]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 3]]
+ Rendered people/index.html.erb within layouts/application (5.1ms)
+Completed 200 OK in 39ms (Views: 38.2ms | ActiveRecord: 0.4ms)
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.8ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Mindy"], ["created_at", "2016-04-26 02:52:58.766760"], ["updated_at", "2016-04-26 02:52:58.766760"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ashley"], ["created_at", "2016-04-26 02:52:58.772436"], ["updated_at", "2016-04-26 02:52:58.772436"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Erin"], ["created_at", "2016-04-26 02:52:58.775328"], ["updated_at", "2016-04-26 02:52:58.775328"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "The First Task"], ["description", ""], ["added_at", "1991-12-08 21:07:28.330929"], ["completed_at", "1970-09-15 08:33:17.563494"], ["person_id", 1], ["created_at", "2016-04-26 02:52:58.791716"], ["updated_at", "2016-04-26 02:52:58.791716"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Brunch"], ["description", ""], ["person_id", 1], ["created_at", "2016-04-26 02:52:58.795400"], ["updated_at", "2016-04-26 02:52:58.795400"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "Go to Lunch"], ["description", ""], ["added_at", "2007-09-09 07:29:18.672250"], ["completed_at", "1976-04-01 11:26:28.357350"], ["person_id", 2], ["created_at", "2016-04-26 02:52:58.798988"], ["updated_at", "2016-04-26 02:52:58.798988"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Second Lunch"], ["description", ""], ["person_id", 3], ["created_at", "2016-04-26 02:52:58.802377"], ["updated_at", "2016-04-26 02:52:58.802377"]]
+ [1m[35m (1.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "Play Video Games"], ["description", ""], ["added_at", "1976-11-17 23:14:02.552149"], ["completed_at", "2013-06-20 22:17:42.647943"], ["person_id", 1], ["created_at", "2016-04-26 02:52:58.807840"], ["updated_at", "2016-04-26 02:52:58.807840"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["title", "High Five Somebody You Don't Know"], ["description", ""], ["added_at", "2004-06-30 01:37:14.740450"], ["completed_at", "2003-06-02 18:25:30.853672"], ["person_id", 2], ["created_at", "2016-04-26 02:52:58.811629"], ["updated_at", "2016-04-26 02:52:58.811629"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Plant Flowers"], ["description", ""], ["added_at", "1991-08-15 06:25:19.437766"], ["completed_at", "1993-04-06 12:56:34.485564"], ["created_at", "2016-04-26 02:52:58.816145"], ["updated_at", "2016-04-26 02:52:58.816145"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-26 02:52:58.819886"], ["updated_at", "2016-04-26 02:52:58.819886"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-26 02:52:58.822778"], ["updated_at", "2016-04-26 02:52:58.822778"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Nap."], ["description", ""], ["added_at", "1989-10-28 06:27:02.729373"], ["completed_at", "2013-04-06 16:53:45.593006"], ["created_at", "2016-04-26 02:52:58.826205"], ["updated_at", "2016-04-26 02:52:58.826205"]]
+ [1m[35m (2.1ms)[0m commit transaction
+ [1m[36m (1.3ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (1.5ms)[0m CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "added_at" datetime, "completed_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer)
+ [1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (4.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.3ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36m (2.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160426020347')[0m
+ [1m[35m (1.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160419210108')
+ [1m[36m (1.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160426015116')[0m
+ [1m[35m (1.1ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (1.1ms)[0m [1mCREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "added_at" datetime, "completed_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer) [0m
+ [1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (1.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160426020347')
+ [1m[36m (2.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160419210108')[0m
+ [1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160426015116')
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Mindy"], ["created_at", "2016-04-26 02:53:08.691027"], ["updated_at", "2016-04-26 02:53:08.691027"]]
+ [1m[35m (2.0ms)[0m commit transaction
+ [1m[36m (0.3ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ashley"], ["created_at", "2016-04-26 02:53:08.701558"], ["updated_at", "2016-04-26 02:53:08.701558"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Erin"], ["created_at", "2016-04-26 02:53:08.705698"], ["updated_at", "2016-04-26 02:53:08.705698"]]
+ [1m[35m (1.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "The First Task"], ["description", ""], ["added_at", "1997-08-03 23:56:08.791406"], ["completed_at", "1988-05-30 20:38:27.854112"], ["person_id", 1], ["created_at", "2016-04-26 02:53:08.723436"], ["updated_at", "2016-04-26 02:53:08.723436"]]
+ [1m[36m (1.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Brunch"], ["description", ""], ["person_id", 1], ["created_at", "2016-04-26 02:53:08.728798"], ["updated_at", "2016-04-26 02:53:08.728798"]]
+ [1m[35m (0.9ms)[0m commit transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "Go to Lunch"], ["description", ""], ["added_at", "1970-04-22 06:33:37.355720"], ["completed_at", "2014-02-13 13:23:03.715987"], ["person_id", 2], ["created_at", "2016-04-26 02:53:08.733245"], ["updated_at", "2016-04-26 02:53:08.733245"]]
+ [1m[36m (1.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Second Lunch"], ["description", ""], ["person_id", 3], ["created_at", "2016-04-26 02:53:08.739312"], ["updated_at", "2016-04-26 02:53:08.739312"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "Play Video Games"], ["description", ""], ["added_at", "2005-07-13 21:29:59.390580"], ["completed_at", "2000-10-08 15:14:27.981573"], ["person_id", 1], ["created_at", "2016-04-26 02:53:08.742527"], ["updated_at", "2016-04-26 02:53:08.742527"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["title", "High Five Somebody You Don't Know"], ["description", ""], ["added_at", "1984-07-05 23:48:00.304748"], ["completed_at", "1970-02-25 19:53:08.960042"], ["person_id", 2], ["created_at", "2016-04-26 02:53:08.745875"], ["updated_at", "2016-04-26 02:53:08.745875"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Plant Flowers"], ["description", ""], ["added_at", "2002-04-25 05:09:17.572990"], ["completed_at", "1997-12-02 04:07:28.064788"], ["created_at", "2016-04-26 02:53:08.749641"], ["updated_at", "2016-04-26 02:53:08.749641"]]
+ [1m[36m (1.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-26 02:53:08.753002"], ["updated_at", "2016-04-26 02:53:08.753002"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-26 02:53:08.756029"], ["updated_at", "2016-04-26 02:53:08.756029"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Nap."], ["description", ""], ["added_at", "1990-08-23 00:38:38.416525"], ["completed_at", "2008-03-26 16:24:15.699602"], ["created_at", "2016-04-26 02:53:08.759599"], ["updated_at", "2016-04-26 02:53:08.759599"]]
+ [1m[35m (0.7ms)[0m commit transaction
+
+
+Started GET "/people" for ::1 at 2016-04-25 19:53:23 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people"
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 1]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 2]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 3]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 4]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 5]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 6]]
+ Rendered people/index.html.erb within layouts/application (15.1ms)
+Completed 200 OK in 54ms (Views: 52.3ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:53:23 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:53:23 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 19:53:23 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:53:23 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 19:53:23 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 19:53:23 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:53:23 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:53:23 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 19:53:23 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:53:23 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 19:53:23 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 19:53:28 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people"[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 1]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 2]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 3]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 4]]
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 5]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 6]]
+ Rendered people/index.html.erb within layouts/application (9.8ms)
+Completed 200 OK in 41ms (Views: 39.3ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:53:28 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 19:53:28 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:53:28 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 19:53:28 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:53:28 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 19:53:28 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 19:53:28 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:53:28 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:53:28 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:53:28 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 19:53:28 -0700
+ [1m[36m (1.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (1.5ms)[0m CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "added_at" datetime, "completed_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer)
+ [1m[36m (2.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (1.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36m (1.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160426020347')[0m
+ [1m[35m (2.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160419210108')
+ [1m[36m (1.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160426015116')[0m
+ [1m[35m (1.1ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (1.9ms)[0m [1mCREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "added_at" datetime, "completed_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer) [0m
+ [1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160426020347')
+ [1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160419210108')[0m
+ [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160426015116')
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Mindy"], ["created_at", "2016-04-26 02:53:42.831621"], ["updated_at", "2016-04-26 02:53:42.831621"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ashley"], ["created_at", "2016-04-26 02:53:42.838382"], ["updated_at", "2016-04-26 02:53:42.838382"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Erin"], ["created_at", "2016-04-26 02:53:42.842200"], ["updated_at", "2016-04-26 02:53:42.842200"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "The First Task"], ["description", ""], ["added_at", "1982-12-29 07:28:16.496141"], ["completed_at", "1990-03-04 20:29:00.995788"], ["person_id", 1], ["created_at", "2016-04-26 02:53:42.860478"], ["updated_at", "2016-04-26 02:53:42.860478"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Brunch"], ["description", ""], ["person_id", 1], ["created_at", "2016-04-26 02:53:42.865139"], ["updated_at", "2016-04-26 02:53:42.865139"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "Go to Lunch"], ["description", ""], ["added_at", "1986-12-19 01:10:08.990150"], ["completed_at", "2003-05-11 00:47:58.591394"], ["person_id", 2], ["created_at", "2016-04-26 02:53:42.868054"], ["updated_at", "2016-04-26 02:53:42.868054"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Second Lunch"], ["description", ""], ["person_id", 3], ["created_at", "2016-04-26 02:53:42.870999"], ["updated_at", "2016-04-26 02:53:42.870999"]]
+ [1m[35m (1.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "Play Video Games"], ["description", ""], ["added_at", "2008-09-23 22:41:24.858001"], ["completed_at", "1989-01-15 11:16:49.373924"], ["person_id", 1], ["created_at", "2016-04-26 02:53:42.875148"], ["updated_at", "2016-04-26 02:53:42.875148"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["title", "High Five Somebody You Don't Know"], ["description", ""], ["added_at", "1973-04-20 20:04:28.378281"], ["completed_at", "2015-04-04 10:30:30.517662"], ["person_id", 2], ["created_at", "2016-04-26 02:53:42.878383"], ["updated_at", "2016-04-26 02:53:42.878383"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Plant Flowers"], ["description", ""], ["added_at", "1995-12-20 08:07:34.736647"], ["completed_at", "1989-06-10 23:14:01.096806"], ["created_at", "2016-04-26 02:53:42.881443"], ["updated_at", "2016-04-26 02:53:42.881443"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-26 02:53:42.884384"], ["updated_at", "2016-04-26 02:53:42.884384"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-26 02:53:42.888409"], ["updated_at", "2016-04-26 02:53:42.888409"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Nap."], ["description", ""], ["added_at", "1996-05-28 13:49:15.033526"], ["completed_at", "1981-06-01 23:00:37.602642"], ["created_at", "2016-04-26 02:53:42.892368"], ["updated_at", "2016-04-26 02:53:42.892368"]]
+ [1m[35m (0.6ms)[0m commit transaction
+
+
+Started GET "/people" for ::1 at 2016-04-25 19:53:46 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 1]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 2]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 3]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 4]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 5]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 6]]
+ Rendered people/index.html.erb within layouts/application (9.9ms)
+Completed 200 OK in 51ms (Views: 49.2ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:53:46 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:53:46 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:53:46 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 19:53:46 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 19:53:46 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 19:53:46 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 19:53:46 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:53:46 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:53:46 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 19:53:46 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:53:46 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 19:53:49 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people"[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 1]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 2]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 3]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 4]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 5]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 6]]
+ Rendered people/index.html.erb within layouts/application (8.8ms)
+Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:53:49 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:53:49 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 19:53:49 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 19:53:49 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 19:53:49 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 19:53:49 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 19:53:49 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:53:49 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:53:49 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 19:53:49 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 19:53:49 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 19:53:53 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ Rendered tasks/index.html.erb within layouts/application (16.8ms)
+Completed 200 OK in 46ms (Views: 44.4ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 19:54:00 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people"[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 1]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 2]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 3]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 4]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 5]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 6]]
+ Rendered people/index.html.erb within layouts/application (9.0ms)
+Completed 200 OK in 39ms (Views: 37.8ms | ActiveRecord: 0.7ms)
+ [1m[36m (1.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Migrating to CreateTasks (20160419210108)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.5ms)[0m CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "added_at" datetime, "completed_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20160419210108"]]
+ [1m[35m (0.9ms)[0m commit transaction
+Migrating to CreatePeople (20160426015116)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.5ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20160426015116"]]
+ [1m[35m (1.3ms)[0m commit transaction
+Migrating to AddTaskIdToPeople (20160426020347)
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.5ms)[0m ALTER TABLE "tasks" ADD "person_id" integer
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20160426020347"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (1.0ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Mindy"], ["created_at", "2016-04-26 02:55:09.196274"], ["updated_at", "2016-04-26 02:55:09.196274"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Ashley"], ["created_at", "2016-04-26 02:55:09.202489"], ["updated_at", "2016-04-26 02:55:09.202489"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Erin"], ["created_at", "2016-04-26 02:55:09.205299"], ["updated_at", "2016-04-26 02:55:09.205299"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.7ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "The First Task"], ["description", ""], ["added_at", "1975-04-05 10:44:36.292754"], ["completed_at", "2004-07-02 21:49:57.820178"], ["person_id", 1], ["created_at", "2016-04-26 02:55:09.219591"], ["updated_at", "2016-04-26 02:55:09.219591"]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Brunch"], ["description", ""], ["person_id", 1], ["created_at", "2016-04-26 02:55:09.223502"], ["updated_at", "2016-04-26 02:55:09.223502"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "Go to Lunch"], ["description", ""], ["added_at", "1980-03-21 04:18:31.511341"], ["completed_at", "1981-01-22 09:50:37.428591"], ["person_id", 2], ["created_at", "2016-04-26 02:55:09.226622"], ["updated_at", "2016-04-26 02:55:09.226622"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Second Lunch"], ["description", ""], ["person_id", 3], ["created_at", "2016-04-26 02:55:09.230014"], ["updated_at", "2016-04-26 02:55:09.230014"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "Play Video Games"], ["description", ""], ["added_at", "1983-09-09 10:40:42.848555"], ["completed_at", "2015-06-19 18:19:43.295804"], ["person_id", 1], ["created_at", "2016-04-26 02:55:09.233716"], ["updated_at", "2016-04-26 02:55:09.233716"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["title", "High Five Somebody You Don't Know"], ["description", ""], ["added_at", "1984-01-15 03:54:24.120506"], ["completed_at", "1993-09-07 13:58:10.079505"], ["person_id", 2], ["created_at", "2016-04-26 02:55:09.237177"], ["updated_at", "2016-04-26 02:55:09.237177"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Plant Flowers"], ["description", ""], ["added_at", "1996-11-25 12:27:25.782422"], ["completed_at", "1975-10-28 14:22:34.639844"], ["created_at", "2016-04-26 02:55:09.240393"], ["updated_at", "2016-04-26 02:55:09.240393"]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-26 02:55:09.244003"], ["updated_at", "2016-04-26 02:55:09.244003"]]
+ [1m[35m (0.9ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-26 02:55:09.247459"], ["updated_at", "2016-04-26 02:55:09.247459"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "added_at", "completed_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["title", "Nap."], ["description", ""], ["added_at", "1994-06-07 08:25:37.129914"], ["completed_at", "2015-10-08 21:33:26.611769"], ["created_at", "2016-04-26 02:55:09.250378"], ["updated_at", "2016-04-26 02:55:09.250378"]]
+ [1m[35m (0.8ms)[0m commit transaction
+
+
+Started GET "/" for ::1 at 2016-04-25 19:55:17 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.8ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ Rendered tasks/index.html.erb within layouts/application (33.6ms)
+Completed 200 OK in 104ms (Views: 94.1ms | ActiveRecord: 2.1ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 19:55:20 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people"[0m
+ [1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 1]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 2]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 3]]
+ Rendered people/index.html.erb within layouts/application (8.6ms)
+Completed 200 OK in 40ms (Views: 38.5ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 20:05:29 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered people/show.html.erb within layouts/application (110.9ms)
+Completed 500 Internal Server Error in 159ms (ActiveRecord: 0.9ms)
+
+NameError - undefined local variable or method `person' for #<#:0x007f84efc97040>
+Did you mean? @person:
+ app/views/people/show.html.erb:3:in `_app_views_people_show_html_erb__4310444339460962887_70104467680820'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ app/controllers/people_controller.rb:10:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 20:05:29 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered people/show.html.erb within layouts/application (42.1ms)
+Completed 500 Internal Server Error in 49ms (ActiveRecord: 0.3ms)
+
+NameError - undefined local variable or method `person' for #<#:0x007f84eebc3110>
+Did you mean? @person:
+ app/views/people/show.html.erb:3:in `_app_views_people_show_html_erb__4310444339460962887_70104458858200'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ app/controllers/people_controller.rb:10:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/a36eeb7c557adc68/variables" for ::1 at 2016-04-25 20:05:30 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 20:06:00 -0700
+Processing by TasksController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered tasks/index.html.erb within layouts/application (21.0ms)
+Completed 200 OK in 87ms (Views: 82.0ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 20:06:02 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
+ [1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 1]]
+ [1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 2]]
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 3]]
+ Rendered people/index.html.erb within layouts/application (18.8ms)
+Completed 200 OK in 56ms (Views: 52.9ms | ActiveRecord: 1.4ms)
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 20:06:04 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered people/show.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 33ms (Views: 32.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people/1/tasks" for ::1 at 2016-04-25 20:06:08 -0700
+Processing by PeopleController#all_tasks as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered people/all_tasks.html.erb within layouts/application (31.5ms)
+Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end
+/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views/people/all_tasks.html.erb:10: syntax error, unexpected end-of-input, expecting keyword_end:
+ app/views/people/all_tasks.html.erb:8:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ app/controllers/people_controller.rb:16:in `all_tasks'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/people/1/tasks" for ::1 at 2016-04-25 20:06:08 -0700
+Processing by PeopleController#all_tasks as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered people/all_tasks.html.erb within layouts/application (2.8ms)
+Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end
+/Users/mindy/Desktop/ADA/C5/projects/TaskListRails/task-list/app/views/people/all_tasks.html.erb:10: syntax error, unexpected end-of-input, expecting keyword_end:
+ app/views/people/all_tasks.html.erb:8:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ app/controllers/people_controller.rb:16:in `all_tasks'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/mindy/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/400d093044c38200/variables" for ::1 at 2016-04-25 20:06:08 -0700
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+
+
+Started GET "/" for ::1 at 2016-04-25 20:06:35 -0700
+Processing by TasksController#index as HTML
+ [1m[35mTask Load (0.7ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."completed_at" IS NULL
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ Rendered tasks/index.html.erb within layouts/application (23.2ms)
+Completed 200 OK in 98ms (Views: 91.4ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 20:06:36 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people"[0m
+ [1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 1]]
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL[0m [["person_id", 2]]
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "tasks" WHERE "tasks"."person_id" = ? AND "tasks"."completed_at" IS NULL [["person_id", 3]]
+ Rendered people/index.html.erb within layouts/application (10.7ms)
+Completed 200 OK in 59ms (Views: 57.0ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 20:06:38 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered people/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 51ms (Views: 49.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people/1/tasks" for ::1 at 2016-04-25 20:06:39 -0700
+Processing by PeopleController#all_tasks as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mTask Load (0.8ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+ Rendered people/all_tasks.html.erb within layouts/application (2.5ms)
+Completed 200 OK in 64ms (Views: 62.0ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/people/1/tasks" for ::1 at 2016-04-25 20:07:10 -0700
+Processing by PeopleController#all_tasks as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPerson Load (0.8ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+ Rendered people/all_tasks.html.erb within layouts/application (5.2ms)
+Completed 200 OK in 83ms (Views: 66.0ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 20:07:10 -0700
+
+
+Started GET "/assets/home.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 20:07:10 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 20:07:10 -0700
+
+
+Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 20:07:10 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 20:07:10 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 20:07:10 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 20:07:10 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 20:07:10 -0700
+
+
+Started GET "/assets/home.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 20:07:10 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 20:07:10 -0700
+
+
+Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 20:07:10 -0700
diff --git a/task-list/public/404.html b/task-list/public/404.html
new file mode 100644
index 000000000..b612547fc
--- /dev/null
+++ b/task-list/public/404.html
@@ -0,0 +1,67 @@
+
+
+
+ The page you were looking for doesn't exist (404)
+
+
+
+
+
+
+
+
+
The page you were looking for doesn't exist.
+
You may have mistyped the address or the page may have moved.
+
+
If you are the application owner check the logs for more information.
+
+
+
diff --git a/task-list/public/422.html b/task-list/public/422.html
new file mode 100644
index 000000000..a21f82b3b
--- /dev/null
+++ b/task-list/public/422.html
@@ -0,0 +1,67 @@
+
+
+
+ The change you wanted was rejected (422)
+
+
+
+
+
+
+
+
+
The change you wanted was rejected.
+
Maybe you tried to change something you didn't have access to.
+
+
If you are the application owner check the logs for more information.
+
+
+
diff --git a/task-list/public/500.html b/task-list/public/500.html
new file mode 100644
index 000000000..061abc587
--- /dev/null
+++ b/task-list/public/500.html
@@ -0,0 +1,66 @@
+
+
+
+ We're sorry, but something went wrong (500)
+
+
+
+
+
+
+
+
+
We're sorry, but something went wrong.
+
+
If you are the application owner check the logs for more information.
+
+
+
diff --git a/task-list/public/favicon.ico b/task-list/public/favicon.ico
new file mode 100644
index 000000000..e69de29bb
diff --git a/task-list/public/robots.txt b/task-list/public/robots.txt
new file mode 100644
index 000000000..3c9c7c01f
--- /dev/null
+++ b/task-list/public/robots.txt
@@ -0,0 +1,5 @@
+# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
+#
+# To ban all spiders from the entire site uncomment the next two lines:
+# User-agent: *
+# Disallow: /
diff --git a/task-list/test/controllers/.keep b/task-list/test/controllers/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/task-list/test/controllers/home_controller_test.rb b/task-list/test/controllers/home_controller_test.rb
new file mode 100644
index 000000000..730478d38
--- /dev/null
+++ b/task-list/test/controllers/home_controller_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class HomeControllerTest < ActionController::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/task-list/test/controllers/people_controller_test.rb b/task-list/test/controllers/people_controller_test.rb
new file mode 100644
index 000000000..e75205679
--- /dev/null
+++ b/task-list/test/controllers/people_controller_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class PeopleControllerTest < ActionController::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/task-list/test/controllers/tasks_controller_test.rb b/task-list/test/controllers/tasks_controller_test.rb
new file mode 100644
index 000000000..ab48b116d
--- /dev/null
+++ b/task-list/test/controllers/tasks_controller_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class TasksControllerTest < ActionController::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/task-list/test/fixtures/.keep b/task-list/test/fixtures/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/task-list/test/fixtures/people.yml b/task-list/test/fixtures/people.yml
new file mode 100644
index 000000000..56066c68a
--- /dev/null
+++ b/task-list/test/fixtures/people.yml
@@ -0,0 +1,7 @@
+# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ name: MyString
+
+two:
+ name: MyString
diff --git a/task-list/test/fixtures/tasks.yml b/task-list/test/fixtures/tasks.yml
new file mode 100644
index 000000000..c298c4307
--- /dev/null
+++ b/task-list/test/fixtures/tasks.yml
@@ -0,0 +1,13 @@
+# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ title: MyString
+ description: MyString
+ added_at: 2016-04-19 14:01:08
+ completed_at: 2016-04-19 14:01:08
+
+two:
+ title: MyString
+ description: MyString
+ added_at: 2016-04-19 14:01:08
+ completed_at: 2016-04-19 14:01:08
diff --git a/task-list/test/helpers/.keep b/task-list/test/helpers/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/task-list/test/integration/.keep b/task-list/test/integration/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/task-list/test/mailers/.keep b/task-list/test/mailers/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/task-list/test/models/.keep b/task-list/test/models/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/task-list/test/models/person_test.rb b/task-list/test/models/person_test.rb
new file mode 100644
index 000000000..ad04ed813
--- /dev/null
+++ b/task-list/test/models/person_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class PersonTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/task-list/test/models/task_test.rb b/task-list/test/models/task_test.rb
new file mode 100644
index 000000000..3ca215970
--- /dev/null
+++ b/task-list/test/models/task_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class TaskTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/task-list/test/test_helper.rb b/task-list/test/test_helper.rb
new file mode 100644
index 000000000..92e39b2d7
--- /dev/null
+++ b/task-list/test/test_helper.rb
@@ -0,0 +1,10 @@
+ENV['RAILS_ENV'] ||= 'test'
+require File.expand_path('../../config/environment', __FILE__)
+require 'rails/test_help'
+
+class ActiveSupport::TestCase
+ # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
+ fixtures :all
+
+ # Add more helper methods to be used by all tests here...
+end
diff --git a/task-list/vendor/.gitignore b/task-list/vendor/.gitignore
new file mode 100644
index 000000000..050c9d95c
--- /dev/null
+++ b/task-list/vendor/.gitignore
@@ -0,0 +1,17 @@
+# See https://help.github.com/articles/ignoring-files for more about ignoring files.
+#
+# If you find yourself ignoring temporary files generated by your text editor
+# or operating system, you probably want to add a global ignore instead:
+# git config --global core.excludesfile '~/.gitignore_global'
+
+# Ignore bundler config.
+/.bundle
+
+# Ignore the default SQLite database.
+/db/*.sqlite3
+/db/*.sqlite3-journal
+
+# Ignore all logfiles and tempfiles.
+/log/*
+!/log/.keep
+/tmp
diff --git a/task-list/vendor/assets/javascripts/.keep b/task-list/vendor/assets/javascripts/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/task-list/vendor/assets/stylesheets/.keep b/task-list/vendor/assets/stylesheets/.keep
new file mode 100644
index 000000000..e69de29bb