Started GET "/" for 127.0.0.1 at 2018-07-17 14:35:05 -0400 Processing by Rails::WelcomeController#index as HTML Rendering /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb (3.1ms) Completed 200 OK in 13ms (Views: 10.0ms | ActiveRecord: 0.0ms)  (0.4ms) SELECT sqlite_version(*) ↳ /usr/local/bin/rake:23  (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ /usr/local/bin/rake:23  (1.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 Migrating to CreateWhodatUsers (20180717210347)  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.3ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ /Users/bperlik/code/bloc/whodat/db/migrate/20180717210347_create_whodat_users.rb:3  (0.1ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ /Users/bperlik/code/bloc/whodat/db/migrate/20180717210347_create_whodat_users.rb:10 ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20180717210347"]] ↳ /usr/local/bin/rake:23  (0.9ms) commit transaction ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-07-17 21:29:17.213314"], ["updated_at", "2018-07-17 21:29:17.213314"]] ↳ /usr/local/bin/rake:23  (0.7ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) begin transaction Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "barbperlik@gmail.com"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "barbperlik@gmail.com"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "barbperlik@gmail.com"], ["LIMIT", 1]]  (0.0ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.1ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) begin transaction Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "barbperlik@gmail.com"], ["LIMIT", 1]] Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Barbara Perlik"], ["email", "barbperlik@gmail.com"], ["password_digest", "$2a$10$vxN.z7xX32BcoCmMGxpZseWuKGb.q0NGsf/PoOti8u37V7T1oWRdW"], ["created_at", "2018-07-17 21:34:38.846955"], ["updated_at", "2018-07-17 21:34:38.846955"]]  (1.4ms) commit transaction Started GET "/" for 127.0.0.1 at 2018-07-17 17:35:40 -0400 Processing by Rails::WelcomeController#index as HTML Rendering /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb (2.2ms) Completed 200 OK in 7ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/whodat/signup" for 127.0.0.1 at 2018-07-17 17:35:47 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/signup"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/users@new" for 127.0.0.1 at 2018-07-17 17:39:59 -0400 ActionController::RoutingError (No route matches [GET] "/users@new"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/users" for 127.0.0.1 at 2018-07-17 17:40:13 -0400 ActionController::RoutingError (No route matches [GET] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users" for 127.0.0.1 at 2018-07-17 17:40:30 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat" for 127.0.0.1 at 2018-07-17 17:40:48 -0400 ActionController::RoutingError (No route matches [GET] "/whodat"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/signup" for 127.0.0.1 at 2018-07-17 17:41:27 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/signup"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/signup" for 127.0.0.1 at 2018-07-17 18:06:11 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/signup"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 Started GET "/whodat" for 127.0.0.1 at 2018-07-17 18:07:42 -0400 ActionController::RoutingError (No route matches [GET] "/whodat"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-07-17 18:07:47 -0400 Processing by Rails::WelcomeController#index as HTML Rendering /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb (2.2ms) Completed 200 OK in 7ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2018-07-17 18:10:27 -0400 Processing by Rails::WelcomeController#index as HTML Rendering /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb (1.9ms) Completed 200 OK in 6ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2018-07-17 18:10:32 -0400 Processing by Rails::WelcomeController#index as HTML Rendering /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb (2.1ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/whodat/signup" for 127.0.0.1 at 2018-07-17 18:10:50 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/signup"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users_new_path" for 127.0.0.1 at 2018-07-17 18:12:00 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/users_new_path"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-17 18:12:54 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (8.3ms) Completed 200 OK in 306ms (Views: 264.4ms | ActiveRecord: 1.4ms) Started POST "/users" for 127.0.0.1 at 2018-07-17 18:14:26 -0400 ActionController::RoutingError (No route matches [POST] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started POST "/users" for 127.0.0.1 at 2018-07-17 18:24:57 -0400 SyntaxError (/Users/bperlik/code/bloc/whodat/config/routes.rb:6: syntax error, unexpected tSYMBEG, expecting keyword_do or '{' or '(' resources :users, except :show ^): /Users/bperlik/code/bloc/whodat/config/routes.rb:6: syntax error, unexpected tSYMBEG, expecting keyword_do or '{' or '(' resources :users, except :show ^ activesupport (5.2.0) lib/active_support/dependencies.rb:277:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:277:in `block in load' activesupport (5.2.0) lib/active_support/dependencies.rb:249:in `load_dependency' activesupport (5.2.0) lib/active_support/dependencies.rb:277:in `load' railties (5.2.0) lib/rails/application/routes_reloader.rb:57:in `block in load_paths' railties (5.2.0) lib/rails/application/routes_reloader.rb:57:in `each' railties (5.2.0) lib/rails/application/routes_reloader.rb:57:in `load_paths' railties (5.2.0) lib/rails/application/routes_reloader.rb:20:in `reload!' railties (5.2.0) lib/rails/application/routes_reloader.rb:43:in `block in updater' activesupport (5.2.0) lib/active_support/file_update_checker.rb:83:in `execute' railties (5.2.0) lib/rails/application/routes_reloader.rb:27:in `execute' railties (5.2.0) lib/rails/application/finisher.rb:143:in `block (2 levels) in ' activesupport (5.2.0) lib/active_support/callbacks.rb:426:in `instance_exec' activesupport (5.2.0) lib/active_support/callbacks.rb:426:in `block in make_lambda' activesupport (5.2.0) lib/active_support/callbacks.rb:198:in `block (2 levels) in halting' activesupport (5.2.0) lib/active_support/callbacks.rb:606:in `block (2 levels) in default_terminator' activesupport (5.2.0) lib/active_support/callbacks.rb:605:in `catch' activesupport (5.2.0) lib/active_support/callbacks.rb:605:in `block in default_terminator' activesupport (5.2.0) lib/active_support/callbacks.rb:199:in `block in halting' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `block in invoke_before' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `each' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `invoke_before' activesupport (5.2.0) lib/active_support/callbacks.rb:131:in `run_callbacks' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:110:in `run!' activesupport (5.2.0) lib/active_support/reloader.rb:115:in `run!' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:72:in `block in run!' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:69:in `tap' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:69:in `run!' activesupport (5.2.0) lib/active_support/reloader.rb:64:in `run!' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started POST "/users" for 127.0.0.1 at 2018-07-17 18:28:21 -0400 ArgumentError (Missing :action key on routes definition, please check your routes.): actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:329:in `check_part' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:318:in `check_controller_and_action' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:254:in `normalize_options!' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:118:in `initialize' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:71:in `new' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:71:in `build' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1931:in `add_route' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1903:in `decomposed_match' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1867:in `block in map_match' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1861:in `each' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1861:in `map_match' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1609:in `match' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1939:in `match_root_route' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1642:in `root' /Users/bperlik/code/bloc/whodat/config/routes.rb:8:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:641:in `instance_exec' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:641:in `block in with_default_scope' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:878:in `scope' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:640:in `with_default_scope' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:430:in `eval_block' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:414:in `draw' /Users/bperlik/code/bloc/whodat/config/routes.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies.rb:277:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:277:in `block in load' activesupport (5.2.0) lib/active_support/dependencies.rb:249:in `load_dependency' activesupport (5.2.0) lib/active_support/dependencies.rb:277:in `load' railties (5.2.0) lib/rails/application/routes_reloader.rb:57:in `block in load_paths' railties (5.2.0) lib/rails/application/routes_reloader.rb:57:in `each' railties (5.2.0) lib/rails/application/routes_reloader.rb:57:in `load_paths' railties (5.2.0) lib/rails/application/routes_reloader.rb:20:in `reload!' railties (5.2.0) lib/rails/application/routes_reloader.rb:43:in `block in updater' activesupport (5.2.0) lib/active_support/file_update_checker.rb:83:in `execute' railties (5.2.0) lib/rails/application/routes_reloader.rb:27:in `execute' railties (5.2.0) lib/rails/application/finisher.rb:143:in `block (2 levels) in ' activesupport (5.2.0) lib/active_support/callbacks.rb:426:in `instance_exec' activesupport (5.2.0) lib/active_support/callbacks.rb:426:in `block in make_lambda' activesupport (5.2.0) lib/active_support/callbacks.rb:198:in `block (2 levels) in halting' activesupport (5.2.0) lib/active_support/callbacks.rb:606:in `block (2 levels) in default_terminator' activesupport (5.2.0) lib/active_support/callbacks.rb:605:in `catch' activesupport (5.2.0) lib/active_support/callbacks.rb:605:in `block in default_terminator' activesupport (5.2.0) lib/active_support/callbacks.rb:199:in `block in halting' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `block in invoke_before' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `each' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `invoke_before' activesupport (5.2.0) lib/active_support/callbacks.rb:131:in `run_callbacks' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:110:in `run!' activesupport (5.2.0) lib/active_support/reloader.rb:115:in `run!' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:72:in `block in run!' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:69:in `tap' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:69:in `run!' activesupport (5.2.0) lib/active_support/reloader.rb:64:in `run!' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started POST "/users" for 127.0.0.1 at 2018-07-17 18:30:21 -0400 ActionController::RoutingError (No route matches [POST] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started POST "/users" for 127.0.0.1 at 2018-07-17 18:36:08 -0400 ArgumentError (Missing :action key on routes definition, please check your routes.): actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:329:in `check_part' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:318:in `check_controller_and_action' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:254:in `normalize_options!' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:118:in `initialize' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:71:in `new' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:71:in `build' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1931:in `add_route' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1903:in `decomposed_match' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1867:in `block in map_match' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1861:in `each' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1861:in `map_match' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1609:in `match' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1939:in `match_root_route' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:1642:in `root' /Users/bperlik/code/bloc/whodat/config/routes.rb:8:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:641:in `instance_exec' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:641:in `block in with_default_scope' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:878:in `scope' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:640:in `with_default_scope' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:430:in `eval_block' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:414:in `draw' /Users/bperlik/code/bloc/whodat/config/routes.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies.rb:277:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:277:in `block in load' activesupport (5.2.0) lib/active_support/dependencies.rb:249:in `load_dependency' activesupport (5.2.0) lib/active_support/dependencies.rb:277:in `load' railties (5.2.0) lib/rails/application/routes_reloader.rb:57:in `block in load_paths' railties (5.2.0) lib/rails/application/routes_reloader.rb:57:in `each' railties (5.2.0) lib/rails/application/routes_reloader.rb:57:in `load_paths' railties (5.2.0) lib/rails/application/routes_reloader.rb:20:in `reload!' railties (5.2.0) lib/rails/application/routes_reloader.rb:43:in `block in updater' activesupport (5.2.0) lib/active_support/file_update_checker.rb:83:in `execute' railties (5.2.0) lib/rails/application/routes_reloader.rb:27:in `execute' railties (5.2.0) lib/rails/application/finisher.rb:143:in `block (2 levels) in ' activesupport (5.2.0) lib/active_support/callbacks.rb:426:in `instance_exec' activesupport (5.2.0) lib/active_support/callbacks.rb:426:in `block in make_lambda' activesupport (5.2.0) lib/active_support/callbacks.rb:198:in `block (2 levels) in halting' activesupport (5.2.0) lib/active_support/callbacks.rb:606:in `block (2 levels) in default_terminator' activesupport (5.2.0) lib/active_support/callbacks.rb:605:in `catch' activesupport (5.2.0) lib/active_support/callbacks.rb:605:in `block in default_terminator' activesupport (5.2.0) lib/active_support/callbacks.rb:199:in `block in halting' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `block in invoke_before' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `each' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `invoke_before' activesupport (5.2.0) lib/active_support/callbacks.rb:131:in `run_callbacks' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:110:in `run!' activesupport (5.2.0) lib/active_support/reloader.rb:115:in `run!' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:72:in `block in run!' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:69:in `tap' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:69:in `run!' activesupport (5.2.0) lib/active_support/reloader.rb:64:in `run!' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started POST "/users" for 127.0.0.1 at 2018-07-17 18:42:26 -0400 ActionController::RoutingError (No route matches [POST] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started POST "/users" for 127.0.0.1 at 2018-07-17 18:42:47 -0400 ActionController::RoutingError (No route matches [POST] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 Started POST "/users" for 127.0.0.1 at 2018-07-17 20:02:17 -0400 ActionController::RoutingError (No route matches [POST] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/simulate/user" for 127.0.0.1 at 2018-07-17 20:04:14 -0400 ActionController::RoutingError (No route matches [GET] "/simulate/user"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/sessions" for 127.0.0.1 at 2018-07-17 20:04:16 -0400 ActionController::RoutingError (No route matches [GET] "/sessions"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/sessions/new" for 127.0.0.1 at 2018-07-17 20:04:22 -0400 ActionController::RoutingError (No route matches [GET] "/sessions/new"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/login" for 127.0.0.1 at 2018-07-17 20:04:46 -0400 ActionController::RoutingError (No route matches [GET] "/login"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 Started POST "/users" for 127.0.0.1 at 2018-07-17 20:09:09 -0400 ActionController::RoutingError (No route matches [POST] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users" for 127.0.0.1 at 2018-07-17 20:10:07 -0400 Processing by Whodat::UsersController#create as HTML Completed 400 Bad Request in 35ms (ActiveRecord: 0.0ms) ActionController::ParameterMissing (param is missing or the value is empty: user): actionpack (5.2.0) lib/action_controller/metal/strong_parameters.rb:443:in `require' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:26:in `user_params' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:10:in `create' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/login" for 127.0.0.1 at 2018-07-17 20:12:37 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/signup" for 127.0.0.1 at 2018-07-17 20:15:05 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (7.1ms) Completed 200 OK in 253ms (Views: 240.6ms | ActiveRecord: 1.6ms) Started POST "/users" for 127.0.0.1 at 2018-07-17 20:15:43 -0400 ActionController::RoutingError (No route matches [POST] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/login" for 127.0.0.1 at 2018-07-17 20:16:49 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/login" for 127.0.0.1 at 2018-07-17 20:27:26 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/login" for 127.0.0.1 at 2018-07-17 20:28:33 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/signup" for 127.0.0.1 at 2018-07-17 20:28:49 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (5.1ms) Completed 200 OK in 219ms (Views: 168.7ms | ActiveRecord: 1.3ms) Started GET "/whodat/login" for 127.0.0.1 at 2018-07-17 20:28:55 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/user/new" for 127.0.0.1 at 2018-07-18 23:17:19 -0400 ActionController::RoutingError (No route matches [GET] "/user/new"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/user/new" for 127.0.0.1 at 2018-07-18 23:17:27 -0400 ActionController::RoutingError (No route matches [GET] "/user/new"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-07-18 23:17:32 -0400 Processing by Rails::WelcomeController#index as HTML Rendering /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb (1.9ms) Completed 200 OK in 7ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/whodat/signup" for 127.0.0.1 at 2018-07-18 23:17:39 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/signup"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/simulate/user" for 127.0.0.1 at 2018-07-18 23:17:46 -0400 ActionController::RoutingError (No route matches [GET] "/simulate/user"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/signup" for 127.0.0.1 at 2018-07-18 23:17:48 -0400 ActionController::RoutingError (No route matches [GET] "/signup"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/dashboard_path" for 127.0.0.1 at 2018-07-18 23:18:09 -0400 ActionController::RoutingError (No route matches [GET] "/dashboard_path"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard" for 127.0.0.1 at 2018-07-18 23:18:27 -0400 SyntaxError (/Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:37: syntax error, unexpected end-of-input, expecting keyword_end): /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:37: syntax error, unexpected end-of-input, expecting keyword_end activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:326:in `depend_on' activesupport (5.2.0) lib/active_support/dependencies.rb:242:in `require_dependency' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/dashboard_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (5.2.0) lib/active_support/dependencies.rb:193:in `const_missing' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' activesupport (5.2.0) lib/active_support/dependencies.rb:574:in `get' activesupport (5.2.0) lib/active_support/dependencies.rb:605:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:101:in `binary_params_for?' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:92:in `set_binary_encoding' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:69:in `path_parameters=' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard" for 127.0.0.1 at 2018-07-18 23:22:59 -0400 SyntaxError (/Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:37: syntax error, unexpected end-of-input, expecting keyword_end): /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:37: syntax error, unexpected end-of-input, expecting keyword_end activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:326:in `depend_on' activesupport (5.2.0) lib/active_support/dependencies.rb:242:in `require_dependency' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/dashboard_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (5.2.0) lib/active_support/dependencies.rb:193:in `const_missing' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' activesupport (5.2.0) lib/active_support/dependencies.rb:574:in `get' activesupport (5.2.0) lib/active_support/dependencies.rb:605:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:101:in `binary_params_for?' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:92:in `set_binary_encoding' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:69:in `path_parameters=' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/" for 127.0.0.1 at 2018-07-18 23:23:07 -0400 SyntaxError (/Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:37: syntax error, unexpected end-of-input, expecting keyword_end): /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:37: syntax error, unexpected end-of-input, expecting keyword_end activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:326:in `depend_on' activesupport (5.2.0) lib/active_support/dependencies.rb:242:in `require_dependency' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/dashboard_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (5.2.0) lib/active_support/dependencies.rb:193:in `const_missing' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' activesupport (5.2.0) lib/active_support/dependencies.rb:574:in `get' activesupport (5.2.0) lib/active_support/dependencies.rb:605:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:101:in `binary_params_for?' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:92:in `set_binary_encoding' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:69:in `path_parameters=' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/" for 127.0.0.1 at 2018-07-18 23:24:32 -0400 SyntaxError (/Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:36: syntax error, unexpected end-of-input, expecting keyword_end end ^): /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:36: syntax error, unexpected end-of-input, expecting keyword_end end ^ activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:326:in `depend_on' activesupport (5.2.0) lib/active_support/dependencies.rb:242:in `require_dependency' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/dashboard_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (5.2.0) lib/active_support/dependencies.rb:193:in `const_missing' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' activesupport (5.2.0) lib/active_support/dependencies.rb:574:in `get' activesupport (5.2.0) lib/active_support/dependencies.rb:605:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:101:in `binary_params_for?' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:92:in `set_binary_encoding' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:69:in `path_parameters=' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/" for 127.0.0.1 at 2018-07-18 23:24:38 -0400 SyntaxError (/Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:36: syntax error, unexpected end-of-input, expecting keyword_end end ^): /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:36: syntax error, unexpected end-of-input, expecting keyword_end end ^ activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:326:in `depend_on' activesupport (5.2.0) lib/active_support/dependencies.rb:242:in `require_dependency' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/dashboard_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (5.2.0) lib/active_support/dependencies.rb:193:in `const_missing' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' activesupport (5.2.0) lib/active_support/dependencies.rb:574:in `get' activesupport (5.2.0) lib/active_support/dependencies.rb:605:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:101:in `binary_params_for?' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:92:in `set_binary_encoding' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:69:in `path_parameters=' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/" for 127.0.0.1 at 2018-07-18 23:25:18 -0400 SyntaxError (/Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:38: syntax error, unexpected end-of-input, expecting keyword_end): /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:38: syntax error, unexpected end-of-input, expecting keyword_end activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:326:in `depend_on' activesupport (5.2.0) lib/active_support/dependencies.rb:242:in `require_dependency' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/dashboard_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (5.2.0) lib/active_support/dependencies.rb:193:in `const_missing' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' activesupport (5.2.0) lib/active_support/dependencies.rb:574:in `get' activesupport (5.2.0) lib/active_support/dependencies.rb:605:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:101:in `binary_params_for?' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:92:in `set_binary_encoding' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:69:in `path_parameters=' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/signup" for 127.0.0.1 at 2018-07-18 23:25:25 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/signup"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/session/new" for 127.0.0.1 at 2018-07-18 23:25:29 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/session/new"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-07-18 23:25:48 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/sessions/new"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/login" for 127.0.0.1 at 2018-07-18 23:26:13 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/login" for 127.0.0.1 at 2018-07-18 23:26:32 -0400 ActionController::RoutingError (No route matches [GET] "/login"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-07-18 23:26:45 -0400 Processing by Rails::WelcomeController#index as HTML Rendering /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb (1.8ms) Completed 200 OK in 7ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/rails/info/routes" for 127.0.0.1 at 2018-07-18 23:27:07 -0400 Processing by Rails::InfoController#routes as HTML Rendering /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/info/routes.html.erb within layouts/application Rendered collection of /usr/local/lib/ruby/gems/2.5.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [6 times] (1.8ms) Rendered collection of /usr/local/lib/ruby/gems/2.5.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [12 times] (2.2ms) Rendered /usr/local/lib/ruby/gems/2.5.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/info/routes.html.erb within layouts/application (12.2ms) Completed 200 OK in 25ms (Views: 20.7ms | ActiveRecord: 0.0ms) Started GET "/users/new" for 127.0.0.1 at 2018-07-18 23:28:06 -0400 ActionController::RoutingError (No route matches [GET] "/users/new"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-18 23:28:20 -0400 SyntaxError (/Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:38: syntax error, unexpected end-of-input, expecting keyword_end): /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:38: syntax error, unexpected end-of-input, expecting keyword_end activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:326:in `depend_on' activesupport (5.2.0) lib/active_support/dependencies.rb:242:in `require_dependency' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (5.2.0) lib/active_support/dependencies.rb:193:in `const_missing' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' activesupport (5.2.0) lib/active_support/dependencies.rb:574:in `get' activesupport (5.2.0) lib/active_support/dependencies.rb:605:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:101:in `binary_params_for?' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:92:in `set_binary_encoding' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:69:in `path_parameters=' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-18 23:28:43 -0400 SyntaxError (/Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:38: syntax error, unexpected end-of-input, expecting keyword_end): /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:38: syntax error, unexpected end-of-input, expecting keyword_end activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:326:in `depend_on' activesupport (5.2.0) lib/active_support/dependencies.rb:242:in `require_dependency' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (5.2.0) lib/active_support/dependencies.rb:193:in `const_missing' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' activesupport (5.2.0) lib/active_support/dependencies.rb:574:in `get' activesupport (5.2.0) lib/active_support/dependencies.rb:605:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:101:in `binary_params_for?' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:92:in `set_binary_encoding' actionpack (5.2.0) lib/action_dispatch/http/parameters.rb:69:in `path_parameters=' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:50:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-18 23:29:28 -0400 Processing by Whodat::UsersController#new as HTML Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms) NoMethodError (undefined method `cleanup_dead_session' for #): activesupport (5.2.0) lib/active_support/callbacks.rb:426:in `block in make_lambda' activesupport (5.2.0) lib/active_support/callbacks.rb:198:in `block (2 levels) in halting' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:34:in `block (2 levels) in ' activesupport (5.2.0) lib/active_support/callbacks.rb:199:in `block in halting' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `block in invoke_before' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `each' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `invoke_before' activesupport (5.2.0) lib/active_support/callbacks.rb:131:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-18 23:31:43 -0400 Processing by Whodat::UsersController#new as HTML Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (4.5ms) Completed 200 OK in 285ms (Views: 236.5ms | ActiveRecord: 1.4ms) Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-07-18 23:31:56 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/sessions/new"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started POST "/users" for 127.0.0.1 at 2018-07-18 23:32:44 -0400 ActionController::RoutingError (No route matches [POST] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started POST "/users" for 127.0.0.1 at 2018-07-18 23:33:50 -0400 ActionController::RoutingError (No route matches [POST] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.1ms) begin transaction ↳ bin/rails:14  (0.0ms) commit transaction ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-18 23:45:53 -0400 ActionController::RoutingError (uninitialized constant Whodat::UsersController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat" for 127.0.0.1 at 2018-07-18 23:45:59 -0400 Processing by Whodat::DashboardController#index as HTML Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Redirected to http://localhost:3000/whodat/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 50ms (ActiveRecord: 1.4ms) Started GET "/whodat/login" for 127.0.0.1 at 2018-07-18 23:46:00 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat" for 127.0.0.1 at 2018-07-18 23:46:11 -0400 Processing by Whodat::DashboardController#index as HTML Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Redirected to http://localhost:3000/whodat/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/whodat/login" for 127.0.0.1 at 2018-07-18 23:46:11 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard" for 127.0.0.1 at 2018-07-18 23:46:54 -0400 Processing by Whodat::DashboardController#index as HTML Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Redirected to http://localhost:3000/whodat/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/whodat/login" for 127.0.0.1 at 2018-07-18 23:46:54 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat" for 127.0.0.1 at 2018-07-18 23:47:21 -0400 Processing by Whodat::DashboardController#index as HTML Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Redirected to http://localhost:3000/whodat/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/whodat/login" for 127.0.0.1 at 2018-07-18 23:47:21 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard" for 127.0.0.1 at 2018-07-18 23:47:31 -0400 Processing by Whodat::DashboardController#index as HTML Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Redirected to http://localhost:3000/whodat/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.4ms) Started GET "/whodat/dashboard" for 127.0.0.1 at 2018-07-18 23:47:39 -0400 Processing by Whodat::DashboardController#index as HTML Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Redirected to http://localhost:3000/whodat/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/whodat/login" for 127.0.0.1 at 2018-07-18 23:47:39 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-07-18 23:47:42 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/index"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/index" for 127.0.0.1 at 2018-07-18 23:47:59 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/index"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-07-18 23:48:15 -0400 Processing by Rails::WelcomeController#index as HTML Rendering /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb (1.9ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/rails/info/routes" for 127.0.0.1 at 2018-07-18 23:48:28 -0400 Processing by Rails::InfoController#routes as HTML Rendering /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/info/routes.html.erb within layouts/application Rendered collection of /usr/local/lib/ruby/gems/2.5.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [6 times] (2.1ms) Rendered collection of /usr/local/lib/ruby/gems/2.5.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [12 times] (3.2ms) Rendered /usr/local/lib/ruby/gems/2.5.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/info/routes.html.erb within layouts/application (14.0ms) Completed 200 OK in 26ms (Views: 21.9ms | ActiveRecord: 0.0ms) Started GET "/dashboard" for 127.0.0.1 at 2018-07-18 23:49:06 -0400 ActionController::RoutingError (No route matches [GET] "/dashboard"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/login" for 127.0.0.1 at 2018-07-18 23:49:16 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-18 23:50:45 -0400 ActionController::RoutingError (uninitialized constant Whodat::UsersController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.1ms) begin transaction ↳ bin/rails:14  (0.0ms) commit transaction ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-19 00:02:39 -0400 ActionController::RoutingError (uninitialized constant Whodat::UsersController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat" for 127.0.0.1 at 2018-07-19 00:02:47 -0400 Processing by Whodat::DashboardController#index as HTML Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Redirected to http://localhost:3000/whodat/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 50ms (ActiveRecord: 1.2ms) Started GET "/whodat/login" for 127.0.0.1 at 2018-07-19 00:02:47 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat_path" for 127.0.0.1 at 2018-07-19 00:02:59 -0400 ActionController::RoutingError (No route matches [GET] "/whodat_path"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat" for 127.0.0.1 at 2018-07-19 00:03:08 -0400 Processing by Whodat::DashboardController#index as HTML Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Redirected to http://localhost:3000/whodat/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/whodat/login" for 127.0.0.1 at 2018-07-19 00:03:08 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'  (0.1ms) begin transaction Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "boopsie@gmail.com"], ["LIMIT", 1]] Whodat::User Create (0.5ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Barbara"], ["email", "boopsie@gmail.com"], ["password_digest", "$2a$10$Xno6aewDODeHCU6nx0gbReX27ojqYvHzSIAJ/XOxkZN2JFjNLSM42"], ["created_at", "2018-07-19 04:06:50.906687"], ["updated_at", "2018-07-19 04:06:50.906687"]]  (0.8ms) commit transaction Started GET "/whodat" for 127.0.0.1 at 2018-07-19 00:07:52 -0400 Processing by Whodat::DashboardController#index as HTML Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Redirected to http://localhost:3000/whodat/login Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 53ms (ActiveRecord: 1.6ms) Started GET "/whodat/login" for 127.0.0.1 at 2018-07-19 00:07:52 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 Started GET "/whodat/signup" for 127.0.0.1 at 2018-07-19 08:45:03 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/signup"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-07-19 08:45:12 -0400 Processing by Rails::WelcomeController#index as HTML Rendering /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb (2.1ms) Completed 200 OK in 7ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-19 08:45:35 -0400 Processing by Whodat::UsersController#new as HTML Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (0.3ms) Completed 200 OK in 439ms (Views: 365.9ms | ActiveRecord: 1.9ms) Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-19 08:47:43 -0400 Processing by Whodat::UsersController#new as HTML Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (9.9ms) Completed 200 OK in 279ms (Views: 215.8ms | ActiveRecord: 1.5ms)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-19 08:56:42 -0400 Processing by Whodat::UsersController#new as HTML Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (9.6ms) Completed 200 OK in 270ms (Views: 207.5ms | ActiveRecord: 1.6ms) Started POST "/users" for 127.0.0.1 at 2018-07-19 08:57:07 -0400 ActionController::RoutingError (No route matches [POST] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/users" for 127.0.0.1 at 2018-07-19 09:01:53 -0400 ActionController::RoutingError (No route matches [GET] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started POST "/users" for 127.0.0.1 at 2018-07-19 09:02:17 -0400 ActionController::RoutingError (No route matches [POST] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.1ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 Started POST "/users" for 127.0.0.1 at 2018-07-19 09:04:56 -0400 ActionController::RoutingError (No route matches [POST] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-07-20 14:27:57 -0400 Processing by Whodat::DashboardController#index as HTML Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Redirected to http://localhost:3000/whodat/sessions/new Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 51ms (ActiveRecord: 1.3ms) Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-07-20 14:27:57 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat" for 127.0.0.1 at 2018-07-20 14:28:05 -0400 Processing by Whodat::DashboardController#index as HTML Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:8 Redirected to http://localhost:3000/whodat/sessions/new Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-07-20 14:28:05 -0400 ActionController::RoutingError (uninitialized constant Whodat::SessionsController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-07-20 14:32:57 -0400 Processing by Rails::WelcomeController#index as HTML Rendering /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb (2.5ms) Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.0ms) Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-20 14:33:09 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (16.2ms) Completed 200 OK in 285ms (Views: 233.8ms | ActiveRecord: 1.8ms) Started POST "/users/new" for 127.0.0.1 at 2018-07-20 14:34:42 -0400 ActionController::RoutingError (No route matches [POST] "/users/new"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-20 14:39:14 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 34ms (Views: 30.3ms | ActiveRecord: 0.0ms) Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-21 09:09:35 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (24.7ms) Completed 200 OK in 304ms (Views: 249.4ms | ActiveRecord: 1.7ms) Started POST "/users/new" for 127.0.0.1 at 2018-07-21 09:09:53 -0400 ActionController::RoutingError (No route matches [POST] "/users/new"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-21 09:12:11 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (20.4ms) Completed 200 OK in 269ms (Views: 224.6ms | ActiveRecord: 1.7ms) Started POST "/users/new" for 127.0.0.1 at 2018-07-21 09:12:26 -0400 ActionController::RoutingError (No route matches [POST] "/users/new"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started POST "/users/new" for 127.0.0.1 at 2018-07-21 09:13:38 -0400 ActionController::RoutingError (No route matches [POST] "/users/new"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-21 09:13:43 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (3.1ms) Completed 200 OK in 29ms (Views: 26.5ms | ActiveRecord: 0.0ms) Started POST "/users" for 127.0.0.1 at 2018-07-21 09:14:00 -0400 ActionController::RoutingError (No route matches [POST] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-21 09:37:29 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (1.4ms) Completed 200 OK in 34ms (Views: 23.5ms | ActiveRecord: 0.5ms) Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-21 09:37:39 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (1.3ms) Completed 200 OK in 27ms (Views: 23.9ms | ActiveRecord: 0.0ms) Started POST "/users" for 127.0.0.1 at 2018-07-21 09:37:57 -0400 ActionController::RoutingError (No route matches [POST] "/users"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.0ms) begin transaction ↳ bin/rails:14  (0.0ms) commit transaction ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Started GET "/whodat" for 127.0.0.1 at 2018-07-22 21:55:26 -0400 ActionController::RoutingError (uninitialized constant Whodat::ApplicationController::SessionsHelper): /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:4:in `' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:2:in `' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/dashboard_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-07-22 21:55:57 -0400 ActionController::RoutingError (uninitialized constant Whodat::ApplicationController::SessionsHelper): /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:4:in `' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:2:in `' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users_path" for 127.0.0.1 at 2018-07-22 21:56:02 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/users_path"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-07-22 21:56:43 -0400 ActionController::RoutingError (uninitialized constant Whodat::ApplicationController::SessionsHelper): /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:4:in `' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:2:in `' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/dashboard_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/dashboard/index" for 127.0.0.1 at 2018-07-22 21:56:56 -0400 ActionController::RoutingError (No route matches [GET] "/dashboard/index"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.1ms) begin transaction ↳ /usr/local/bin/rake:23  (0.1ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.3ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (2.5ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (1.0ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-13 20:26:49.669605"], ["updated_at", "2018-08-13 20:26:49.669605"]] ↳ db/schema.rb:13  (0.7ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.1ms) begin transaction ↳ bin/rails:14  (0.1ms) commit transaction ↳ bin/rails:14  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (1.0ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (0.9ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-13 20:26:49.686869"], ["updated_at", "2018-08-13 20:26:49.686869"]] ↳ db/schema.rb:13  (0.5ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.0ms) begin transaction ↳ bin/rails:14 ActiveRecord::InternalMetadata Update (0.3ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2018-08-13 20:26:49.690067"], ["key", "environment"]] ↳ bin/rails:14  (0.8ms) commit transaction ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.3ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (1.6ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (1.1ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.5ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-20 00:51:14.185818"], ["updated_at", "2018-08-20 00:51:14.185818"]] ↳ db/schema.rb:13  (0.7ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (1.1ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (1.0ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-20 00:51:14.200901"], ["updated_at", "2018-08-20 00:51:14.200901"]] ↳ db/schema.rb:13  (0.7ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Update (0.2ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2018-08-20 00:51:14.203469"], ["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.6ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (1.9ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (1.1ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-20 00:53:18.040686"], ["updated_at", "2018-08-20 00:53:18.040686"]] ↳ db/schema.rb:13  (0.9ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.0ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (1.0ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (0.9ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (0.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-20 00:53:18.055054"], ["updated_at", "2018-08-20 00:53:18.055054"]] ↳ db/schema.rb:13  (0.6ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Update (0.3ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2018-08-20 00:53:18.057801"], ["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.6ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (2.4ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (1.3ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (0.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-20 00:55:51.631228"], ["updated_at", "2018-08-20 00:55:51.631228"]] ↳ db/schema.rb:13  (0.9ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.0ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (1.1ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (1.0ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-20 00:55:51.647085"], ["updated_at", "2018-08-20 00:55:51.647085"]] ↳ db/schema.rb:13  (0.9ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Update (0.3ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2018-08-20 00:55:51.650067"], ["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.7ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT sqlite_version(*) ↳ /usr/local/bin/rake:23  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ /usr/local/bin/rake:23  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 Migrating to CreateWhodatUsers (20180717210347)  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.3ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ /Users/bperlik/code/bloc/whodat/db/migrate/20180717210347_create_whodat_users.rb:3  (0.1ms) CREATE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ /Users/bperlik/code/bloc/whodat/db/migrate/20180717210347_create_whodat_users.rb:10 ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20180717210347"]] ↳ /usr/local/bin/rake:23  (0.8ms) commit transaction ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.1ms) begin transaction ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Create (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-20 01:11:29.204933"], ["updated_at", "2018-08-20 01:11:29.204933"]] ↳ /usr/local/bin/rake:23  (1.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (1.1ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (0.9ms) CREATE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-20 22:23:58.325873"], ["updated_at", "2018-08-20 22:23:58.325873"]] ↳ db/schema.rb:13  (0.8ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Update (0.2ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2018-08-20 22:23:58.329482"], ["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.7ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (2.1ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (1.0ms) CREATE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-20 22:27:04.090596"], ["updated_at", "2018-08-20 22:27:04.090596"]] ↳ db/schema.rb:13  (0.7ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Update (0.2ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2018-08-20 22:27:04.094128"], ["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.7ms) commit transaction ↳ /usr/local/bin/rake:23  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (1.1ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (1.0ms) CREATE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-21 21:58:18.254491"], ["updated_at", "2018-08-21 21:58:18.254491"]] ↳ db/schema.rb:13  (0.8ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Update (0.2ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2018-08-21 21:58:18.258636"], ["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.7ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (2.6ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (1.5ms) CREATE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-21 22:05:43.480011"], ["updated_at", "2018-08-21 22:05:43.480011"]] ↳ db/schema.rb:13  (0.7ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.1ms) begin transaction ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Update (0.3ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2018-08-21 22:05:43.483818"], ["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.8ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (2.6ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (1.3ms) CREATE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-21 22:12:43.898646"], ["updated_at", "2018-08-21 22:12:43.898646"]] ↳ db/schema.rb:13  (0.8ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Update (0.2ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2018-08-21 22:12:43.902634"], ["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.8ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (1.2ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (0.9ms) CREATE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-22 00:04:12.702446"], ["updated_at", "2018-08-22 00:04:12.702446"]] ↳ db/schema.rb:13  (0.8ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.1ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (1.0ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (0.8ms) CREATE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-22 00:04:12.717425"], ["updated_at", "2018-08-22 00:04:12.717425"]] ↳ db/schema.rb:13  (0.6ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Update (0.2ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2018-08-22 00:04:12.720084"], ["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.7ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:14  (0.1ms) SELECT sqlite_version(*) ↳ bin/rails:14  (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ bin/rails:14  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateWhodatUsers (20180717210347)  (0.0ms) begin transaction ↳ bin/rails:14  (0.4ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ /Users/bperlik/code/bloc/whodat/db/migrate/20180717210347_create_whodat_users.rb:3  (0.1ms) CREATE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ /Users/bperlik/code/bloc/whodat/db/migrate/20180717210347_create_whodat_users.rb:10 ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20180717210347"]] ↳ bin/rails:14  (1.0ms) commit transaction ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.0ms) begin transaction ↳ bin/rails:14 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-22 13:12:21.051475"], ["updated_at", "2018-08-22 13:12:21.051475"]] ↳ bin/rails:14  (0.7ms) commit transaction ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:14  (0.1ms) SELECT sqlite_version(*) ↳ bin/rails:14  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ bin/rails:14  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Migrating to CreateWhodatUsers (20180717210347)  (0.1ms) begin transaction ↳ bin/rails:14  (0.5ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ /Users/bperlik/code/bloc/whodat/db/migrate/20180717210347_create_whodat_users.rb:3  (0.2ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ /Users/bperlik/code/bloc/whodat/db/migrate/20180717210347_create_whodat_users.rb:10 ActiveRecord::SchemaMigration Create (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20180717210347"]] ↳ bin/rails:14  (0.9ms) commit transaction ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.0ms) begin transaction ↳ bin/rails:14 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-22 20:39:35.177120"], ["updated_at", "2018-08-22 20:39:35.177120"]] ↳ bin/rails:14  (0.8ms) commit transaction ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) begin transaction ↳ db/seeds.rb:4 Whodat::User Exists (0.3ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "rudyschmeler@nolan.net"], ["LIMIT", 1]] ↳ db/seeds.rb:4  (0.0ms) rollback transaction ↳ db/seeds.rb:4  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.3ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "josef@pfefferchamplin.net"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.0ms) rollback transaction ↳ db/seeds.rb:3  (0.0ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "ceciliarempel@waelchi.org"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.1ms) rollback transaction ↳ db/seeds.rb:3  (0.1ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "pedro@gaylord.biz"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.1ms) rollback transaction ↳ db/seeds.rb:3  (0.0ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "garydamore@schuppe.com"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.0ms) rollback transaction ↳ db/seeds.rb:3  (0.0ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "charleycasper@green.name"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.0ms) rollback transaction ↳ db/seeds.rb:3  (0.0ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "lizeth@hintz.io"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.1ms) rollback transaction ↳ db/seeds.rb:3  (0.0ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "ollie@borer.org"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.0ms) rollback transaction ↳ db/seeds.rb:3  (0.1ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "monroe@gerholdbreitenberg.io"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.0ms) rollback transaction ↳ db/seeds.rb:3  (0.0ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "caondra@uptonmraz.co"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.0ms) rollback transaction ↳ db/seeds.rb:3  (0.0ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "maryahartmann@ernser.co"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.0ms) rollback transaction ↳ db/seeds.rb:3  (0.0ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "dierdrecartwright@steuber.com"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.0ms) rollback transaction ↳ db/seeds.rb:3  (0.0ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "marcus@kohlerlang.name"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.0ms) rollback transaction ↳ db/seeds.rb:3  (0.0ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "floydschoen@ernser.biz"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.1ms) rollback transaction ↳ db/seeds.rb:3  (0.1ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "moisesbotsford@denesik.com"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.0ms) rollback transaction ↳ db/seeds.rb:3  (0.1ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "mohamed@block.org"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.0ms) rollback transaction ↳ db/seeds.rb:3  (0.1ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "luke@tillman.name"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.0ms) rollback transaction ↳ db/seeds.rb:3  (0.0ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "matildeadams@funkhahn.info"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.0ms) rollback transaction ↳ db/seeds.rb:3  (0.0ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "fiona@keebler.co"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.0ms) rollback transaction ↳ db/seeds.rb:3  (0.0ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "forest@mosciskiebert.io"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.1ms) rollback transaction ↳ db/seeds.rb:3  (0.0ms) begin transaction ↳ db/seeds.rb:3 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "oscarfisher@bayer.org"], ["LIMIT", 1]] ↳ db/seeds.rb:3  (0.1ms) rollback transaction ↳ db/seeds.rb:3  (0.1ms) SELECT COUNT(*) FROM "whodat_users" ↳ db/seeds.rb:13  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) begin transaction ↳ db/seeds.rb:1 Whodat::User Exists (0.3ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "test@test.com"], ["LIMIT", 1]] ↳ db/seeds.rb:1 Whodat::User Create (1.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test User"], ["email", "test@test.com"], ["password_digest", "$2a$10$RLTgruv/G4fVZohj1hqGVu9AtEr3MwJrqIApi55iHzNnuTm8nyCVW"], ["created_at", "2018-08-25 21:17:32.926978"], ["updated_at", "2018-08-25 21:17:32.926978"]] ↳ db/seeds.rb:1  (0.8ms) commit transaction ↳ db/seeds.rb:1  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) begin transaction ↳ db/seeds.rb:1 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "test@test.com"], ["LIMIT", 1]] ↳ db/seeds.rb:1  (0.1ms) rollback transaction ↳ db/seeds.rb:1  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) begin transaction ↳ db/seeds.rb:1 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "test@test.com"], ["LIMIT", 1]] ↳ db/seeds.rb:1  (0.1ms) rollback transaction ↳ db/seeds.rb:1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) begin transaction ↳ db/seeds.rb:1 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "test2@test.com"], ["LIMIT", 1]] ↳ db/seeds.rb:1 Whodat::User Create (1.5ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test User"], ["email", "test2@test.com"], ["password_digest", "$2a$10$XL70fkbZDLlQwBi/WMcJtu0Vxrd/UnrZ4jDek.gI64c18UwHC5bzS"], ["created_at", "2018-08-25 21:21:57.232644"], ["updated_at", "2018-08-25 21:21:57.232644"]] ↳ db/seeds.rb:1  (0.7ms) commit transaction ↳ db/seeds.rb:1  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-1@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Kaitlin Jacobson"], ["email", "whodat-1@engine.org"], ["password_digest", "$2a$10$.9CPo4/ujn8yB.KqbgHYa.Y2nk8N1PCJ8H88eLvmmu01N.m2BdnNS"], ["created_at", "2018-08-25 21:21:57.964834"], ["updated_at", "2018-08-25 21:21:57.964834"]] ↳ db/seeds.rb:12  (1.5ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-2@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Gabriel Parisian"], ["email", "whodat-2@engine.org"], ["password_digest", "$2a$10$VwPgHzMFuH9XpuUhoH.2Me3r/6mcOhWiS2bQ6D1QTctR4rMV3cy2G"], ["created_at", "2018-08-25 21:21:58.036229"], ["updated_at", "2018-08-25 21:21:58.036229"]] ↳ db/seeds.rb:12  (1.5ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-3@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Lenna Mante"], ["email", "whodat-3@engine.org"], ["password_digest", "$2a$10$YgT8XDtQfqm659WDgSsIwO0jFj8dVkjr7n6wivffATLM/3EpVwAry"], ["created_at", "2018-08-25 21:21:58.105191"], ["updated_at", "2018-08-25 21:21:58.105191"]] ↳ db/seeds.rb:12  (1.4ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-4@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Diedra Kunde"], ["email", "whodat-4@engine.org"], ["password_digest", "$2a$10$nvzz3ja9N5T5g2omtIbZ..ZvEnJCB4RadJkLm6ayFGaSdJEajc38i"], ["created_at", "2018-08-25 21:21:58.173912"], ["updated_at", "2018-08-25 21:21:58.173912"]] ↳ db/seeds.rb:12  (1.4ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-5@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Mr. Theron Wunsch"], ["email", "whodat-5@engine.org"], ["password_digest", "$2a$10$FnOv/9WXQ7Kw.tIO6/ve9u8DW2LvkXcH625SoaW2ltvfQsfjAfDa6"], ["created_at", "2018-08-25 21:21:58.243021"], ["updated_at", "2018-08-25 21:21:58.243021"]] ↳ db/seeds.rb:12  (1.5ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-6@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Erline Haag"], ["email", "whodat-6@engine.org"], ["password_digest", "$2a$10$a.wVwRPNKZ9z6Dgd8O/H5ek2BFU5Iul6opTWfpEhGl8cVl1pKFS5e"], ["created_at", "2018-08-25 21:21:58.313401"], ["updated_at", "2018-08-25 21:21:58.313401"]] ↳ db/seeds.rb:12  (1.5ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-7@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Mrs. Domenic Herzog"], ["email", "whodat-7@engine.org"], ["password_digest", "$2a$10$J5Zs51WD.N7ENBEABM6ELOtUeh.6TTxhjXZE/DTToHO7gWholnL9S"], ["created_at", "2018-08-25 21:21:58.382053"], ["updated_at", "2018-08-25 21:21:58.382053"]] ↳ db/seeds.rb:12  (1.5ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-8@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Mario Lind III"], ["email", "whodat-8@engine.org"], ["password_digest", "$2a$10$mC7Hp8M1zqytdIqQh0uPk.mjZQBcUWM3O1w.cH61R/ox18SkVV47C"], ["created_at", "2018-08-25 21:21:58.451072"], ["updated_at", "2018-08-25 21:21:58.451072"]] ↳ db/seeds.rb:12  (1.4ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-9@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Carmine Hackett PhD"], ["email", "whodat-9@engine.org"], ["password_digest", "$2a$10$ev/UPjVhAHoaHCLwnxG7kOalGwFMSRJ//qTXUanRl49ty9LHWrgv6"], ["created_at", "2018-08-25 21:21:58.521060"], ["updated_at", "2018-08-25 21:21:58.521060"]] ↳ db/seeds.rb:12  (2.1ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-10@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Bryan Stamm"], ["email", "whodat-10@engine.org"], ["password_digest", "$2a$10$ehpvzFQHJMFSkO4uMU83GeZAxDN5SVMBz.BZzJP/2VTp3wZ/Dt1AG"], ["created_at", "2018-08-25 21:21:58.591489"], ["updated_at", "2018-08-25 21:21:58.591489"]] ↳ db/seeds.rb:12  (1.6ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-11@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Reynaldo Durgan"], ["email", "whodat-11@engine.org"], ["password_digest", "$2a$10$CAk/DOE8tVkCC3AKard9X.h/jgZC.k3QzN2K/Rgn83cy1vw1K978K"], ["created_at", "2018-08-25 21:21:58.662134"], ["updated_at", "2018-08-25 21:21:58.662134"]] ↳ db/seeds.rb:12  (1.4ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-12@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Emil Nitzsche"], ["email", "whodat-12@engine.org"], ["password_digest", "$2a$10$J8EhsDupdaevfyi6CYzuM.cAGPf.NXWp.jesByhRzZ8L9u3E5vPgW"], ["created_at", "2018-08-25 21:21:58.731613"], ["updated_at", "2018-08-25 21:21:58.731613"]] ↳ db/seeds.rb:12  (1.4ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-13@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Serina Swift DDS"], ["email", "whodat-13@engine.org"], ["password_digest", "$2a$10$dCpn7x77LNh9a1F84wuMl.HFoVfwc2ktr0oxxHoGUZ/zTau.EmjFG"], ["created_at", "2018-08-25 21:21:58.800475"], ["updated_at", "2018-08-25 21:21:58.800475"]] ↳ db/seeds.rb:12  (1.4ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-14@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.5ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Carmelo O'Connell Jr."], ["email", "whodat-14@engine.org"], ["password_digest", "$2a$10$wZCqUjuxJOFtWNgobfGjJeLOg1W8/lJW8rtLPqifNFRu6vMpYxqe2"], ["created_at", "2018-08-25 21:21:58.883506"], ["updated_at", "2018-08-25 21:21:58.883506"]] ↳ db/seeds.rb:12  (0.7ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-15@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Ima Leuschke"], ["email", "whodat-15@engine.org"], ["password_digest", "$2a$10$9/Y6te6BUuPp1csEQwVoI.25n6qAvMM9DLFcFBMf0wL1nkqTsub/W"], ["created_at", "2018-08-25 21:21:58.952124"], ["updated_at", "2018-08-25 21:21:58.952124"]] ↳ db/seeds.rb:12  (1.9ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-16@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Jessie Konopelski"], ["email", "whodat-16@engine.org"], ["password_digest", "$2a$10$yLIHKPMjAkDqSyLflpxvMOYbob7t4BaW288SJSoqb5BT3ZTxI.k4q"], ["created_at", "2018-08-25 21:21:59.021487"], ["updated_at", "2018-08-25 21:21:59.021487"]] ↳ db/seeds.rb:12  (1.3ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-17@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Mrs. Haydee Langworth"], ["email", "whodat-17@engine.org"], ["password_digest", "$2a$10$ZFepEH4PwqCZyvuhcftnFesW2O.LLtpfofazr2Hrk/PU.179BfXUe"], ["created_at", "2018-08-25 21:21:59.091375"], ["updated_at", "2018-08-25 21:21:59.091375"]] ↳ db/seeds.rb:12  (1.6ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-18@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Anissa Larson"], ["email", "whodat-18@engine.org"], ["password_digest", "$2a$10$inhuLTpXZjTpgWOYZ67ABuLGifiGIyFG56IL47ifDkBrU/0fNgAQq"], ["created_at", "2018-08-25 21:21:59.160966"], ["updated_at", "2018-08-25 21:21:59.160966"]] ↳ db/seeds.rb:12  (1.5ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-19@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Reyna McDermott"], ["email", "whodat-19@engine.org"], ["password_digest", "$2a$10$dA.PvuRQwzGqUL1u6B4XOO6eP3PBv7ki4HaBgUpL3zxflRm6rcWMa"], ["created_at", "2018-08-25 21:21:59.230577"], ["updated_at", "2018-08-25 21:21:59.230577"]] ↳ db/seeds.rb:12  (1.3ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-20@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Nicky Reinger"], ["email", "whodat-20@engine.org"], ["password_digest", "$2a$10$V8Dp7zMUPid67EqvZDzrV.vk6PbokZMSCXU4OM2bVjS5vZiUhpUE6"], ["created_at", "2018-08-25 21:21:59.299313"], ["updated_at", "2018-08-25 21:21:59.299313"]] ↳ db/seeds.rb:12  (1.4ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) SELECT COUNT(*) FROM "whodat_users" ↳ db/seeds.rb:21 DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from require at bin/rails:14)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.1ms) begin transaction ↳ bin/rails:14  (0.0ms) commit transaction ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (1.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.1ms) begin transaction ↳ bin/rails:14  (0.0ms) commit transaction ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (1.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.0ms) begin transaction ↳ bin/rails:14  (0.0ms) commit transaction ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.3ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (2.1ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (0.9ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-27 16:37:37.837694"], ["updated_at", "2018-08-27 16:37:37.837694"]] ↳ db/schema.rb:13  (0.8ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Update (0.3ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2018-08-27 16:37:37.842084"], ["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.6ms) commit transaction ↳ /usr/local/bin/rake:23  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.4ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (1.1ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (0.9ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.1ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-30 17:48:42.298607"], ["updated_at", "2018-08-30 17:48:42.298607"]] ↳ db/schema.rb:13  (1.1ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23  (0.0ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (1.1ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (0.9ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-30 17:48:42.316513"], ["updated_at", "2018-08-30 17:48:42.316513"]] ↳ db/schema.rb:13  (0.6ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ /usr/local/bin/rake:23  (0.0ms) begin transaction ↳ /usr/local/bin/rake:23 ActiveRecord::InternalMetadata Update (0.2ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2018-08-30 17:48:42.319109"], ["key", "environment"]] ↳ /usr/local/bin/rake:23  (0.6ms) commit transaction ↳ /usr/local/bin/rake:23  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ /usr/local/bin/rake:23  (0.1ms) begin transaction ↳ db/seeds.rb:1 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "test2@test.com"], ["LIMIT", 1]] ↳ db/seeds.rb:1 Whodat::User Create (0.5ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test User"], ["email", "test2@test.com"], ["password_digest", "$2a$10$Rwju0S/p97EztwJtk1ZvcegquHvRZBjPW5bVsVR5bt/TBY4cfBXgq"], ["created_at", "2018-08-30 17:48:42.410777"], ["updated_at", "2018-08-30 17:48:42.410777"]] ↳ db/seeds.rb:1  (0.8ms) commit transaction ↳ db/seeds.rb:1  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-1@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Rosa Mueller I"], ["email", "whodat-1@engine.org"], ["password_digest", "$2a$10$bEAYDqCZQt.P7RpMXirDe.vG.x0mwcPlzA7VSqP4HPppclx8lkHGa"], ["created_at", "2018-08-30 17:48:43.158814"], ["updated_at", "2018-08-30 17:48:43.158814"]] ↳ db/seeds.rb:12  (1.4ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-2@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Lilian Leannon"], ["email", "whodat-2@engine.org"], ["password_digest", "$2a$10$bJGTzIdDUBx3Q3ZuDMJu4enV8o3wNUnEUFpZ9lSVoThj1YNOTa3Bi"], ["created_at", "2018-08-30 17:48:43.227939"], ["updated_at", "2018-08-30 17:48:43.227939"]] ↳ db/seeds.rb:12  (1.4ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-3@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Vaughn Little"], ["email", "whodat-3@engine.org"], ["password_digest", "$2a$10$3C9ryJjdsRWe8UN7e4wi4uKTmRdccCdszETwfBZeb70KmZfjhnWZ2"], ["created_at", "2018-08-30 17:48:43.295882"], ["updated_at", "2018-08-30 17:48:43.295882"]] ↳ db/seeds.rb:12  (1.3ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-4@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Shae Jakubowski"], ["email", "whodat-4@engine.org"], ["password_digest", "$2a$10$g9eNEbb5yIryIMww7xk9AeMRDEvMiAWxmv5vpWgvKMnegonXwzWZe"], ["created_at", "2018-08-30 17:48:43.364952"], ["updated_at", "2018-08-30 17:48:43.364952"]] ↳ db/seeds.rb:12  (1.4ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-5@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Luther Aufderhar DVM"], ["email", "whodat-5@engine.org"], ["password_digest", "$2a$10$JtehSOxAzRP/e4/uxs4vy.SJZsSyy.ghZG.vCjB4bHxObOSmRkunm"], ["created_at", "2018-08-30 17:48:43.432746"], ["updated_at", "2018-08-30 17:48:43.432746"]] ↳ db/seeds.rb:12  (1.5ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-6@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Delaine Volkman"], ["email", "whodat-6@engine.org"], ["password_digest", "$2a$10$RcObzpCquuXOgTeJldx.RuOnOXaBo.rWTkRj4JOYJt8mlzLcYp06q"], ["created_at", "2018-08-30 17:48:43.500795"], ["updated_at", "2018-08-30 17:48:43.500795"]] ↳ db/seeds.rb:12  (1.4ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-7@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Kirk Hand"], ["email", "whodat-7@engine.org"], ["password_digest", "$2a$10$SyMLBXM3bvtT4AEh/SBReOaUD6bwyblU6VHh89Uh9TzVG2ZnHoLKu"], ["created_at", "2018-08-30 17:48:43.568891"], ["updated_at", "2018-08-30 17:48:43.568891"]] ↳ db/seeds.rb:12  (1.4ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-8@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Homer Turner"], ["email", "whodat-8@engine.org"], ["password_digest", "$2a$10$6WvPh1kr0FUpcK9vde9OruVNiH5f3kPbPGOs5rDmeVyS.yBwIt.XG"], ["created_at", "2018-08-30 17:48:43.638124"], ["updated_at", "2018-08-30 17:48:43.638124"]] ↳ db/seeds.rb:12  (0.7ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-9@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Jason Bauch"], ["email", "whodat-9@engine.org"], ["password_digest", "$2a$10$uAydc0mVrxI9UJF5lxiRlenjyy5YNoEQjfpdmE.3VEogzb3bIZZb6"], ["created_at", "2018-08-30 17:48:43.705822"], ["updated_at", "2018-08-30 17:48:43.705822"]] ↳ db/seeds.rb:12  (1.4ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-10@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Todd Dach"], ["email", "whodat-10@engine.org"], ["password_digest", "$2a$10$1HbDGfhw6c61cl01aMZ9A.boWt.bOhGSElMz1rVlNhvv.r5Y2.cdu"], ["created_at", "2018-08-30 17:48:43.780097"], ["updated_at", "2018-08-30 17:48:43.780097"]] ↳ db/seeds.rb:12  (1.4ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-11@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.5ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Antwan Kulas"], ["email", "whodat-11@engine.org"], ["password_digest", "$2a$10$x8i4kWDf9UxffZi9VR7oJOa7PjwLUp1zkYErZ1q22Xu2Y02BzJpw."], ["created_at", "2018-08-30 17:48:43.852195"], ["updated_at", "2018-08-30 17:48:43.852195"]] ↳ db/seeds.rb:12  (1.4ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-12@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.5ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Mario Glover V"], ["email", "whodat-12@engine.org"], ["password_digest", "$2a$10$XGgQQWwUiACgfBpa79FyxOMU.y/S7okh9/asnFVcQvfsy9ilxjAb2"], ["created_at", "2018-08-30 17:48:43.932891"], ["updated_at", "2018-08-30 17:48:43.932891"]] ↳ db/seeds.rb:12  (1.7ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-13@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.5ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Bryan Hilll"], ["email", "whodat-13@engine.org"], ["password_digest", "$2a$10$JWi3jLbpM6gJuJLYayMCcuMAwk2nm5OcvVY9I7yM6SAnGcafEGWM6"], ["created_at", "2018-08-30 17:48:44.002508"], ["updated_at", "2018-08-30 17:48:44.002508"]] ↳ db/seeds.rb:12  (1.5ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-14@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Myles Abshire"], ["email", "whodat-14@engine.org"], ["password_digest", "$2a$10$.S.dpD0Zy.EKs4gby/qImeYLQnFq5ZHKrPescbi0n3sPQUy2MQ9qS"], ["created_at", "2018-08-30 17:48:44.072415"], ["updated_at", "2018-08-30 17:48:44.072415"]] ↳ db/seeds.rb:12  (1.5ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-15@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Alleen Steuber"], ["email", "whodat-15@engine.org"], ["password_digest", "$2a$10$xYEopSLqp2NBPRAFEfq7hu7p2TftK3uIL4NIE61vJj1B9Y06OdocW"], ["created_at", "2018-08-30 17:48:44.140866"], ["updated_at", "2018-08-30 17:48:44.140866"]] ↳ db/seeds.rb:12  (1.5ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-16@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Pablo Heaney"], ["email", "whodat-16@engine.org"], ["password_digest", "$2a$10$q1g0YsDBh71.EpgZgWG1kuXExPl/fc6zrJOK2QFuYr/pw3FB8FuI."], ["created_at", "2018-08-30 17:48:44.208871"], ["updated_at", "2018-08-30 17:48:44.208871"]] ↳ db/seeds.rb:12  (1.5ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-17@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Ashley Larson"], ["email", "whodat-17@engine.org"], ["password_digest", "$2a$10$N0SHO6PKDl5EFawLFetQyeT6pCHvaeVM6LO8eKpFLanZ9zWkgupeK"], ["created_at", "2018-08-30 17:48:44.277291"], ["updated_at", "2018-08-30 17:48:44.277291"]] ↳ db/seeds.rb:12  (1.3ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-18@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Cindi Bauch"], ["email", "whodat-18@engine.org"], ["password_digest", "$2a$10$SmVelqbKft1qYQuc94/U8u9x1X92hJ9pRasQ0DlDIHxZpVrRIZ5.G"], ["created_at", "2018-08-30 17:48:44.345679"], ["updated_at", "2018-08-30 17:48:44.345679"]] ↳ db/seeds.rb:12  (1.5ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-19@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Priscila Kunde"], ["email", "whodat-19@engine.org"], ["password_digest", "$2a$10$MNfNZhGvG6YboPmKxvY5xekbbqGGG2sGzIC9H6aQGfV2tuuu7vYPm"], ["created_at", "2018-08-30 17:48:44.424786"], ["updated_at", "2018-08-30 17:48:44.424786"]] ↳ db/seeds.rb:12  (1.5ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-20@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Domonique Steuber"], ["email", "whodat-20@engine.org"], ["password_digest", "$2a$10$7BCWWVShr15t2.6EkoEoI.vj/YNOaMpIx/3LneY93GTndAb4HIqae"], ["created_at", "2018-08-30 17:48:44.502766"], ["updated_at", "2018-08-30 17:48:44.502766"]] ↳ db/seeds.rb:12  (1.6ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) SELECT COUNT(*) FROM "whodat_users" ↳ db/seeds.rb:21  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.1ms) begin transaction ↳ bin/rails:14  (0.0ms) commit transaction ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-30 18:01:30 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (77.8ms) Completed 500 Internal Server Error in 92ms (ActiveRecord: 2.2ms) ActionView::Template::Error (undefined method `root_path' for #): 12:
  • <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %>
  • 13: <% end %> 14: 15:
  • <%= link_to 'Main app', main_app.root_path %>
  • 16: 17: actionpack (5.2.0) lib/action_dispatch/routing/routes_proxy.rb:50:in `method_missing' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:15:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb__687600130772194449_70167768893280' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:4  (0.1ms) begin transaction ↳ bin/rails:4  (0.1ms) commit transaction ↳ bin/rails:4  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:4  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.1ms) begin transaction ↳ bin/rails:14  (0.0ms) commit transaction ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-30 18:25:25 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (67.0ms) Completed 500 Internal Server Error in 81ms (ActiveRecord: 1.5ms) ActionView::Template::Error (undefined method `root_path' for #): 12:
  • <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %>
  • 13: <% end %> 14: 15:
  • <%= link_to 'Main app', main_app.root_path %>
  • 16: 17: actionpack (5.2.0) lib/action_dispatch/routing/routes_proxy.rb:50:in `method_missing' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:15:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb___2863471911348884902_70323191338360' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:4  (0.1ms) begin transaction ↳ bin/rails:4  (0.0ms) commit transaction ↳ bin/rails:4  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:4 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-30 20:51:46 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (1.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (65.3ms) Completed 500 Internal Server Error in 80ms (ActiveRecord: 2.5ms) ActionView::Template::Error (undefined method `root_path' for #): 12:
  • <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %>
  • 13: <% end %> 14: 15:
  • <%= link_to 'Main app', main_app.root_path %>
  • 16:
  • <%= link_to 'Main app', root_path %>
  • 17: 18: actionpack (5.2.0) lib/action_dispatch/routing/routes_proxy.rb:50:in `method_missing' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:15:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb___4397486675894395158_70336823898100' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-30 20:51:53 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (9.5ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `root_path' for #): 12:
  • <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %>
  • 13: <% end %> 14: 15:
  • <%= link_to 'Main app', main_app.root_path %>
  • 16:
  • <%= link_to 'Main app', root_path %>
  • 17: 18: actionpack (5.2.0) lib/action_dispatch/routing/routes_proxy.rb:50:in `method_missing' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:15:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb___4397486675894395158_70336814429380' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-30 20:54:38 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.2ms) Completed 500 Internal Server Error in 191ms (ActiveRecord: 0.2ms) ActionView::Template::Error (couldn't find file 'activestorage' with type 'application/javascript' Checked in these paths: /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/config /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/images /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/javascripts /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/stylesheets /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/jquery-rails-4.3.3/vendor/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/config /Users/bperlik/code/bloc/whodat/app/assets/images /Users/bperlik/code/bloc/whodat/app/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/stylesheets /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/actioncable-5.2.0/lib/assets/compiled /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/actionview-5.2.0/lib/assets/compiled /Users/bperlik/code/bloc/whodat/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: <%= csp_meta_tag %> 7: 8: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= stylesheet_link_tag "whodat/application", media: "all" %> app/assets/javascripts/application.js:14 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-30 21:01:20 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.1ms) ActionView::Template::Error (couldn't find file 'activestorage' with type 'application/javascript' Checked in these paths: /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/config /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/images /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/javascripts /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/stylesheets /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/jquery-rails-4.3.3/vendor/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/config /Users/bperlik/code/bloc/whodat/app/assets/images /Users/bperlik/code/bloc/whodat/app/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/stylesheets /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/actioncable-5.2.0/lib/assets/compiled /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/actionview-5.2.0/lib/assets/compiled /Users/bperlik/code/bloc/whodat/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: <%= csp_meta_tag %> 7: 8: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= stylesheet_link_tag "whodat/application", media: "all" %> app/assets/javascripts/application.js:14 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-30 21:01:24 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.0ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.3ms) ActionView::Template::Error (couldn't find file 'activestorage' with type 'application/javascript' Checked in these paths: /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/config /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/images /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/javascripts /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/stylesheets /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/jquery-rails-4.3.3/vendor/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/config /Users/bperlik/code/bloc/whodat/app/assets/images /Users/bperlik/code/bloc/whodat/app/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/stylesheets /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/actioncable-5.2.0/lib/assets/compiled /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/actionview-5.2.0/lib/assets/compiled /Users/bperlik/code/bloc/whodat/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: <%= csp_meta_tag %> 7: 8: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= stylesheet_link_tag "whodat/application", media: "all" %> app/assets/javascripts/application.js:14 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:4  (0.0ms) begin transaction ↳ bin/rails:4  (0.0ms) commit transaction ↳ bin/rails:4  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:4 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-30 21:02:14 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (58.2ms) Completed 500 Internal Server Error in 227ms (ActiveRecord: 1.3ms) ActionView::Template::Error (couldn't find file 'activestorage' with type 'application/javascript' Checked in these paths: /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/config /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/images /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/javascripts /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/stylesheets /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/jquery-rails-4.3.3/vendor/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/config /Users/bperlik/code/bloc/whodat/app/assets/images /Users/bperlik/code/bloc/whodat/app/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/stylesheets /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/actioncable-5.2.0/lib/assets/compiled /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/actionview-5.2.0/lib/assets/compiled /Users/bperlik/code/bloc/whodat/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: <%= csp_meta_tag %> 7: 8: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= stylesheet_link_tag "whodat/application", media: "all" %> app/assets/javascripts/application.js:14 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-30 21:02:23 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.5ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.2ms) ActionView::Template::Error (couldn't find file 'activestorage' with type 'application/javascript' Checked in these paths: /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/config /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/images /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/javascripts /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/stylesheets /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/jquery-rails-4.3.3/vendor/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/config /Users/bperlik/code/bloc/whodat/app/assets/images /Users/bperlik/code/bloc/whodat/app/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/stylesheets /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/actioncable-5.2.0/lib/assets/compiled /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/actionview-5.2.0/lib/assets/compiled /Users/bperlik/code/bloc/whodat/spec/dummy/node_modules): 5: <%= csrf_meta_tags %> 6: <%= csp_meta_tag %> 7: 8: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= stylesheet_link_tag "whodat/application", media: "all" %> app/assets/javascripts/application.js:14 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-30 21:04:20 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.5ms) Completed 200 OK in 136ms (Views: 132.7ms | ActiveRecord: 0.2ms) Started GET "/whodat/" for 127.0.0.1 at 2018-08-30 21:04:27 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.9ms) Completed 200 OK in 41ms (Views: 38.2ms | ActiveRecord: 0.2ms) Started GET "/whodat/users/new" for 127.0.0.1 at 2018-08-30 21:04:28 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (767.3ms) Completed 200 OK in 805ms (Views: 797.1ms | ActiveRecord: 0.4ms) Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-08-30 21:04:32 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 35ms (Views: 32.0ms | ActiveRecord: 0.0ms) Started GET "/whodat/" for 127.0.0.1 at 2018-08-30 21:04:36 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 34ms (Views: 30.8ms | ActiveRecord: 0.2ms) ActiveRecord::InternalMetadata Load (0.8ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:4  (0.1ms) begin transaction ↳ bin/rails:4  (0.0ms) commit transaction ↳ bin/rails:4  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:4  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) begin transaction ↳ db/seeds.rb:1 Whodat::User Exists (1.4ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "test2@test.com"], ["LIMIT", 1]] ↳ db/seeds.rb:1  (0.1ms) rollback transaction ↳ db/seeds.rb:1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (1.8ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.9ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:14  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.3ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (2.7ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (1.0ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-31 14:29:41.110183"], ["updated_at", "2018-08-31 14:29:41.110183"]] ↳ db/schema.rb:13  (0.8ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.0ms) begin transaction ↳ bin/rails:14  (0.0ms) commit transaction ↳ bin/rails:14  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (1.0ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (0.9ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.6ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-31 14:29:41.126393"], ["updated_at", "2018-08-31 14:29:41.126393"]] ↳ db/schema.rb:13  (0.7ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.0ms) begin transaction ↳ bin/rails:14 ActiveRecord::InternalMetadata Update (0.3ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2018-08-31 14:29:41.129305"], ["key", "environment"]] ↳ bin/rails:14  (0.7ms) commit transaction ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) begin transaction ↳ db/seeds.rb:1 Whodat::User Exists (0.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "test2@test.com"], ["LIMIT", 1]] ↳ db/seeds.rb:1 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test User"], ["email", "test2@test.com"], ["password_digest", "$2a$10$0tPHKPKxg1joecyJuUDTGu1khuahHQHGwnJ2TQyiNfnyA5i2MkyJC"], ["created_at", "2018-08-31 14:29:41.213509"], ["updated_at", "2018-08-31 14:29:41.213509"]] ↳ db/seeds.rb:1  (2.1ms) commit transaction ↳ db/seeds.rb:1  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-1@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Mrs. Ilda Heller"], ["email", "whodat-1@engine.org"], ["password_digest", "$2a$10$lhxkTn7wMociyXssApfUaOLUuL1lve6H8H8s7l677yO55QVgKKp/e"], ["created_at", "2018-08-31 14:29:41.902076"], ["updated_at", "2018-08-31 14:29:41.902076"]] ↳ db/seeds.rb:12  (1.7ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-2@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Dr. Kristle Donnelly"], ["email", "whodat-2@engine.org"], ["password_digest", "$2a$10$b15bv.u8Yz1Lci6qY3n.5OZ23P6/emA.xTyaR2vCXtxCgO4d7Dz16"], ["created_at", "2018-08-31 14:29:41.968469"], ["updated_at", "2018-08-31 14:29:41.968469"]] ↳ db/seeds.rb:12  (1.8ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-3@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Filiberto Paucek"], ["email", "whodat-3@engine.org"], ["password_digest", "$2a$10$6IIPpwP4Fni6WXH4HwwVHeFV/SYinpSGR0l6.Qm4xHINnMf20HCsq"], ["created_at", "2018-08-31 14:29:42.040500"], ["updated_at", "2018-08-31 14:29:42.040500"]] ↳ db/seeds.rb:12  (1.8ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-4@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Randall Schumm III"], ["email", "whodat-4@engine.org"], ["password_digest", "$2a$10$PbUbyMJ/iYRAsz9vX5i7Fe6IYT6U9OHx2N0DunzDUGq5D2a1szR0e"], ["created_at", "2018-08-31 14:29:42.107813"], ["updated_at", "2018-08-31 14:29:42.107813"]] ↳ db/seeds.rb:12  (1.8ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-5@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Sylvester Crooks"], ["email", "whodat-5@engine.org"], ["password_digest", "$2a$10$m9BtI07kIRxldXEnNDvy/.drvuZ6hAvs8mBZTeH0xaJn5oswRjIz2"], ["created_at", "2018-08-31 14:29:42.175360"], ["updated_at", "2018-08-31 14:29:42.175360"]] ↳ db/seeds.rb:12  (1.6ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-6@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Mrs. Randee Krajcik"], ["email", "whodat-6@engine.org"], ["password_digest", "$2a$10$ulRvk3b3RxW2PXhlpJGZNeaaacURfuNeRIt57oTv2dh9SRhr4Jt0K"], ["created_at", "2018-08-31 14:29:42.243314"], ["updated_at", "2018-08-31 14:29:42.243314"]] ↳ db/seeds.rb:12  (1.8ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-7@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Jackqueline Rolfson DVM"], ["email", "whodat-7@engine.org"], ["password_digest", "$2a$10$zM7obEZrYPyDCT3LPZ1.Uegiol8d9E9Jxi1Sv3/dfIdUR2pl7hEFS"], ["created_at", "2018-08-31 14:29:42.311285"], ["updated_at", "2018-08-31 14:29:42.311285"]] ↳ db/seeds.rb:12  (1.8ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-8@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Julieann Hyatt"], ["email", "whodat-8@engine.org"], ["password_digest", "$2a$10$y0GjLXeQPgQYgS6Ts/qQy.uuM7DSUWBiMbZ/RQcOdA.45iNFY8YCS"], ["created_at", "2018-08-31 14:29:42.385242"], ["updated_at", "2018-08-31 14:29:42.385242"]] ↳ db/seeds.rb:12  (1.7ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-9@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Mrs. Gonzalo Romaguera"], ["email", "whodat-9@engine.org"], ["password_digest", "$2a$10$2b84zRDOhaVaoosbsjvRfOaC/uXt0dsSKAHcH3pyKTQQWs9pw01lG"], ["created_at", "2018-08-31 14:29:42.452546"], ["updated_at", "2018-08-31 14:29:42.452546"]] ↳ db/seeds.rb:12  (2.1ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-10@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Shayne Jast"], ["email", "whodat-10@engine.org"], ["password_digest", "$2a$10$CWl5WH58u9cUWC7xpgefk.iWNosz263qkUCL5se4pL2Hp8q2xdqzW"], ["created_at", "2018-08-31 14:29:42.523399"], ["updated_at", "2018-08-31 14:29:42.523399"]] ↳ db/seeds.rb:12  (1.7ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-11@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Tula Ebert"], ["email", "whodat-11@engine.org"], ["password_digest", "$2a$10$qaCbBZD50X0wlaKB2jtqe.bZI.G92Fd3CAz6G63fEgDj7rCaCt8o2"], ["created_at", "2018-08-31 14:29:42.590736"], ["updated_at", "2018-08-31 14:29:42.590736"]] ↳ db/seeds.rb:12  (1.8ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-12@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Thomasine Morar"], ["email", "whodat-12@engine.org"], ["password_digest", "$2a$10$OGoPJgc5sqgTMNxq5UvRmeau6DnvIMec1XKbJO0WWfCO1MPMKPegO"], ["created_at", "2018-08-31 14:29:42.657477"], ["updated_at", "2018-08-31 14:29:42.657477"]] ↳ db/seeds.rb:12  (2.1ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-13@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Gene Schuster MD"], ["email", "whodat-13@engine.org"], ["password_digest", "$2a$10$XNFHWUrcMhW61VD1QvhrSedtE8gmg2tLDnYHjANBi98T3Q8hutRm."], ["created_at", "2018-08-31 14:29:42.729518"], ["updated_at", "2018-08-31 14:29:42.729518"]] ↳ db/seeds.rb:12  (1.8ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-14@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Guadalupe Koepp"], ["email", "whodat-14@engine.org"], ["password_digest", "$2a$10$n4mnoau1kcttICKtwOEiq.GF.avciradOv2Dmdf2BifWQMeNHspqC"], ["created_at", "2018-08-31 14:29:42.796674"], ["updated_at", "2018-08-31 14:29:42.796674"]] ↳ db/seeds.rb:12  (2.1ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-15@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Cristopher Considine Jr."], ["email", "whodat-15@engine.org"], ["password_digest", "$2a$10$JTAEs54qCmQ0si8nZV700.9wTPfevm0hElxsOGoNeH6RP/zGJOdCy"], ["created_at", "2018-08-31 14:29:42.869192"], ["updated_at", "2018-08-31 14:29:42.869192"]] ↳ db/seeds.rb:12  (2.0ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-16@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Ollie Lesch"], ["email", "whodat-16@engine.org"], ["password_digest", "$2a$10$8sI/aUc2EQHNWoAzAJVyg.aljxXbFOOjHS62Wb.81.9ysLAXiX5p6"], ["created_at", "2018-08-31 14:29:42.939446"], ["updated_at", "2018-08-31 14:29:42.939446"]] ↳ db/seeds.rb:12  (2.1ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-17@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Loree Maggio"], ["email", "whodat-17@engine.org"], ["password_digest", "$2a$10$sYByIthRipI/BXwfdiFPdegqvAEFntAliXjSSzWb/Xc39qECu8gii"], ["created_at", "2018-08-31 14:29:43.009724"], ["updated_at", "2018-08-31 14:29:43.009724"]] ↳ db/seeds.rb:12  (1.6ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-18@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Mrs. Olinda Dooley"], ["email", "whodat-18@engine.org"], ["password_digest", "$2a$10$NNoWrQqXjWNNzcGqxcNp2O13lIKr8kAd3caMXH6itWgLvzDEq9d1K"], ["created_at", "2018-08-31 14:29:43.076060"], ["updated_at", "2018-08-31 14:29:43.076060"]] ↳ db/seeds.rb:12  (2.2ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-19@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Reginald Keeling"], ["email", "whodat-19@engine.org"], ["password_digest", "$2a$10$DEDriBjI/2kiXyovd7DxT.n.OXgdowbfkwsvJjGdFnbvq7vo3ZuOm"], ["created_at", "2018-08-31 14:29:43.147046"], ["updated_at", "2018-08-31 14:29:43.147046"]] ↳ db/seeds.rb:12  (2.1ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) begin transaction ↳ db/seeds.rb:12 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat-20@engine.org"], ["LIMIT", 1]] ↳ db/seeds.rb:12 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Myung Legros"], ["email", "whodat-20@engine.org"], ["password_digest", "$2a$10$vCnJOavtsf8DHo5JZTIvrOLhT/pJwrdF8SERWiR9Q0ft5ral1fpfy"], ["created_at", "2018-08-31 14:29:43.216651"], ["updated_at", "2018-08-31 14:29:43.216651"]] ↳ db/seeds.rb:12  (1.7ms) commit transaction ↳ db/seeds.rb:12  (0.1ms) SELECT COUNT(*) FROM "whodat_users" ↳ db/seeds.rb:21  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.7ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? [["key", "environment"]] ↳ bin/rails:14  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.1ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (1.2ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (1.0ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.1ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.4ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-31 18:03:04.654003"], ["updated_at", "2018-08-31 18:03:04.654003"]] ↳ db/schema.rb:13  (0.7ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.1ms) begin transaction ↳ bin/rails:14  (0.0ms) commit transaction ↳ bin/rails:14  (0.1ms) DROP TABLE IF EXISTS "whodat_users" ↳ db/schema.rb:15  (0.0ms) SELECT sqlite_version(*) ↳ db/schema.rb:15  (1.0ms) CREATE TABLE "whodat_users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "password_digest" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:15  (1.0ms) CREATE UNIQUE INDEX "index_whodat_users_on_email" ON "whodat_users" ("email") ↳ db/schema.rb:15  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ↳ db/schema.rb:13  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ db/schema.rb:13  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES (20180717210347) ↳ db/schema.rb:13  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ db/schema.rb:13  (0.0ms) begin transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2018-08-31 18:03:04.671017"], ["updated_at", "2018-08-31 18:03:04.671017"]] ↳ db/schema.rb:13  (0.8ms) commit transaction ↳ db/schema.rb:13 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.0ms) begin transaction ↳ bin/rails:14 ActiveRecord::InternalMetadata Update (0.2ms) UPDATE "ar_internal_metadata" SET "value" = ?, "updated_at" = ? WHERE "ar_internal_metadata"."key" = ? [["value", "test"], ["updated_at", "2018-08-31 18:03:04.674174"], ["key", "environment"]] ↳ bin/rails:14  (0.8ms) commit transaction ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) begin transaction ↳ db/seeds.rb:1 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "test2@test.com"], ["LIMIT", 1]] ↳ db/seeds.rb:1 Whodat::User Create (0.3ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Test User"], ["email", "test2@test.com"], ["password_digest", "$2a$10$JEHCo7uIrOG8UE5bQ0.mqeFFphqsgW.To826HNnjba6IZkzSZa34K"], ["created_at", "2018-08-31 18:03:04.761117"], ["updated_at", "2018-08-31 18:03:04.761117"]] ↳ db/seeds.rb:1  (1.7ms) commit transaction ↳ db/seeds.rb:1 Started GET "/whodat/" for 127.0.0.1 at 2018-08-31 15:50:49 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (80.8ms) Completed 500 Internal Server Error in 97ms (ActiveRecord: 2.1ms) ActionView::Template::Error (undefined method `root_path' for #): 13: <% end %> 14: 15:
  • <%= link_to 'Dashboard', root_path %>
  • 16:
  • <%= link_to 'Main app', main_app.root_path %>
  • 17: 18: actionpack (5.2.0) lib/action_dispatch/routing/routes_proxy.rb:50:in `method_missing' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:16:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb___2106998188255905919_70320589597780' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/" for 127.0.0.1 at 2018-08-31 16:13:02 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (63.1ms) Completed 500 Internal Server Error in 76ms (ActiveRecord: 1.4ms) ActionView::Template::Error (undefined method `root_path' for #): 13: <% end %> 14: 15:
  • <%= link_to 'Dashboard', root_path %>
  • 16:
  • <%= link_to 'Main app', main_app.root_path %>
  • 17: 18: actionpack (5.2.0) lib/action_dispatch/routing/routes_proxy.rb:50:in `method_missing' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:16:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb___2486111292963402896_70214302309880' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-08-31 16:13:09 -0400 Processing by Rails::WelcomeController#index as HTML Rendering /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb (2.1ms) Completed 200 OK in 8ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2018-08-31 16:13:34 -0400 Processing by Rails::WelcomeController#index as HTML Rendering /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb Rendered /Users/bperlik/.rvm/gems/ruby-2.5.1/gems/railties-5.2.0/lib/rails/templates/rails/welcome/index.html.erb (2.4ms) Completed 200 OK in 9ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/whodat/" for 127.0.0.1 at 2018-08-31 16:13:41 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (69.6ms) Completed 500 Internal Server Error in 83ms (ActiveRecord: 2.5ms) ActionView::Template::Error (undefined method `root_path' for #): 13: <% end %> 14: 15:
  • <%= link_to 'Dashboard', root_path %>
  • 16:
  • <%= link_to 'Main app', main_app.root_path %>
  • 17: 18: actionpack (5.2.0) lib/action_dispatch/routing/routes_proxy.rb:50:in `method_missing' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:16:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb__302231691109757908_70116893712440' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/" for 127.0.0.1 at 2018-08-31 16:14:34 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (62.9ms) Completed 500 Internal Server Error in 76ms (ActiveRecord: 1.5ms) ActionView::Template::Error (undefined method `root_path' for #): 13: <% end %> 14: 15:
  • <%= link_to 'Dashboard', root_path %>
  • 16:
  • <%= link_to 'Main app', main_app.root_path %>
  • 17: 18: actionpack (5.2.0) lib/action_dispatch/routing/routes_proxy.rb:50:in `method_missing' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:16:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb___1189384576872968654_70124420661420' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:4  (0.0ms) begin transaction ↳ bin/rails:4  (0.0ms) commit transaction ↳ bin/rails:4  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:4 Started GET "/whodat/" for 127.0.0.1 at 2018-08-31 16:36:25 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (64.3ms) Completed 500 Internal Server Error in 77ms (ActiveRecord: 1.3ms) ActionView::Template::Error (undefined method `root_path' for #): 13: <% end %> 14: 15:
  • <%= link_to 'Dashboard', root_path %>
  • 16:
  • <%= link_to 'Main app', main_app.root_path %>
  • 17: 18: actionpack (5.2.0) lib/action_dispatch/routing/routes_proxy.rb:50:in `method_missing' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:16:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb__3807782206839421951_70333338047000' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:4  (0.1ms) begin transaction ↳ bin/rails:4  (0.0ms) commit transaction ↳ bin/rails:4  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:4 Started GET "/whodat/" for 127.0.0.1 at 2018-08-31 16:41:29 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (64.0ms) Completed 500 Internal Server Error in 77ms (ActiveRecord: 1.4ms) ActionView::Template::Error (undefined method `root_path' for #): 13: <% end %> 14: 15:
  • <%= link_to 'Dashboard', root_path %>
  • 16:
  • <%= link_to 'Main app', main_app.root_path %>
  • 17: 18: actionpack (5.2.0) lib/action_dispatch/routing/routes_proxy.rb:50:in `method_missing' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:16:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb___2923560572413428290_70110861674640' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/" for 127.0.0.1 at 2018-08-31 16:41:35 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (9.7ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `root_path' for #): 13: <% end %> 14: 15:
  • <%= link_to 'Dashboard', root_path %>
  • 16:
  • <%= link_to 'Main app', main_app.root_path %>
  • 17: 18: actionpack (5.2.0) lib/action_dispatch/routing/routes_proxy.rb:50:in `method_missing' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:16:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb___2923560572413428290_70110837080100' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/" for 127.0.0.1 at 2018-08-31 16:45:54 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (62.2ms) Completed 500 Internal Server Error in 76ms (ActiveRecord: 1.4ms) ActionView::Template::Error (undefined method `root_path' for #): 13: <% end %> 14: 15:
  • <%= link_to 'Dashboard', root_path %>
  • 16:
  • <%= link_to 'Main app', main_app.root_path %>
  • 17: 18: actionpack (5.2.0) lib/action_dispatch/routing/routes_proxy.rb:50:in `method_missing' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:16:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb__3442248805527060141_70255726683140' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/" for 127.0.0.1 at 2018-08-31 16:45:58 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (10.0ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `root_path' for #): 13: <% end %> 14: 15:
  • <%= link_to 'Dashboard', root_path %>
  • 16:
  • <%= link_to 'Main app', main_app.root_path %>
  • 17: 18: actionpack (5.2.0) lib/action_dispatch/routing/routes_proxy.rb:50:in `method_missing' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:16:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb__3442248805527060141_70255726942160' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/" for 127.0.0.1 at 2018-08-31 17:18:43 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (72.5ms) Completed 200 OK in 321ms (Views: 315.1ms | ActiveRecord: 2.7ms) Started GET "/" for 127.0.0.1 at 2018-08-31 17:18:47 -0400 ActionController::RoutingError (uninitialized constant HomeController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-08-31 17:18:53 -0400 ActionController::RoutingError (uninitialized constant HomeController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-08-31 17:19:00 -0400 ActionController::RoutingError (uninitialized constant HomeController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-08-31 17:19:26 -0400 ActionController::RoutingError (uninitialized constant HomeController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-08-31 17:27:45 -0400 ActionController::RoutingError (uninitialized constant HomeController): activesupport (5.2.0) lib/active_support/inflector/methods.rb:283:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:283:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /Users/bperlik/.rvm/rubies/ruby-2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/" for 127.0.0.1 at 2018-08-31 17:44:32 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (72.4ms) Completed 200 OK in 348ms (Views: 343.3ms | ActiveRecord: 2.3ms) Started GET "/" for 127.0.0.1 at 2018-08-31 17:44:45 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-31 17:44:57 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.9ms) Completed 200 OK in 47ms (Views: 43.1ms | ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2018-08-31 17:44:59 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 20ms (Views: 17.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2018-08-31 17:47:12 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.1ms) Completed 200 OK in 202ms (Views: 200.3ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-31 17:47:15 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (57.7ms) Completed 200 OK in 98ms (Views: 93.0ms | ActiveRecord: 1.7ms) Started GET "/whodat/users/new" for 127.0.0.1 at 2018-08-31 17:47:17 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (26.8ms) Completed 200 OK in 65ms (Views: 57.8ms | ActiveRecord: 0.3ms) Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-08-31 17:47:24 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 36ms (Views: 32.4ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-31 18:14:00 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (74.5ms) Completed 200 OK in 387ms (Views: 381.5ms | ActiveRecord: 2.1ms) Started GET "/" for 127.0.0.1 at 2018-08-31 18:14:02 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-31 18:14:04 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.9ms) Completed 200 OK in 40ms (Views: 36.9ms | ActiveRecord: 0.2ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-31 20:41:25 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (87.7ms) Completed 200 OK in 315ms (Views: 308.0ms | ActiveRecord: 3.5ms) Started GET "/" for 127.0.0.1 at 2018-08-31 20:41:30 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 20ms (Views: 17.6ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-31 20:41:32 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.2ms) Completed 200 OK in 35ms (Views: 32.3ms | ActiveRecord: 0.2ms) Started GET "/whodat/users/new" for 127.0.0.1 at 2018-08-31 20:41:33 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (15.7ms) Completed 200 OK in 58ms (Views: 49.7ms | ActiveRecord: 0.4ms) Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-08-31 20:41:35 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (2.3ms) Completed 200 OK in 35ms (Views: 31.9ms | ActiveRecord: 0.0ms) Started GET "/whodat/" for 127.0.0.1 at 2018-08-31 20:41:38 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.3ms) Completed 200 OK in 37ms (Views: 33.9ms | ActiveRecord: 0.2ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-31 20:43:09 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (73.2ms) Completed 200 OK in 272ms (Views: 267.2ms | ActiveRecord: 1.7ms) Started GET "/" for 127.0.0.1 at 2018-08-31 20:43:11 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-31 20:43:12 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.8ms) Completed 200 OK in 35ms (Views: 31.8ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2018-08-31 20:43:14 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-31 20:43:18 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 36ms (Views: 32.9ms | ActiveRecord: 0.2ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-08-31 20:43:30 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 36ms (Views: 32.3ms | ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2018-09-01 00:46:44 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 202ms (Views: 200.6ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-01 00:46:46 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (61.2ms) Completed 200 OK in 105ms (Views: 99.8ms | ActiveRecord: 1.8ms) Started GET "/" for 127.0.0.1 at 2018-09-01 00:46:48 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-01 00:46:49 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.2ms) Completed 200 OK in 36ms (Views: 32.9ms | ActiveRecord: 0.2ms) Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-01 00:46:50 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (16.4ms) Completed 200 OK in 58ms (Views: 49.6ms | ActiveRecord: 0.5ms) Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-09-01 00:46:53 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (1.8ms) Completed 200 OK in 35ms (Views: 32.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2018-09-01 00:46:55 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-01 00:47:01 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.4ms) Completed 200 OK in 38ms (Views: 34.2ms | ActiveRecord: 0.3ms) Started GET "/" for 127.0.0.1 at 2018-09-18 12:58:45 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.7ms) Completed 200 OK in 224ms (Views: 221.8ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-18 12:58:52 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (64.7ms) Completed 200 OK in 108ms (Views: 102.4ms | ActiveRecord: 2.0ms) Started GET "/" for 127.0.0.1 at 2018-09-22 21:31:26 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.8ms) Completed 200 OK in 215ms (Views: 212.2ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 21:35:19 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (65.4ms) Completed 200 OK in 110ms (Views: 103.9ms | ActiveRecord: 2.0ms) Started GET "/" for 127.0.0.1 at 2018-09-22 21:42:17 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.1ms) Completed 200 OK in 203ms (Views: 201.2ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 21:48:58 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (61.1ms) Completed 200 OK in 103ms (Views: 97.3ms | ActiveRecord: 2.2ms) Started GET "/" for 127.0.0.1 at 2018-09-22 21:49:40 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 21ms (Views: 18.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2018-09-22 21:51:31 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 20ms (Views: 18.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2018-09-22 22:44:41 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 28ms (Views: 25.7ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 22:44:44 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (6.2ms) Completed 200 OK in 41ms (Views: 37.2ms | ActiveRecord: 0.6ms) ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-log.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `block in call' activesupport (5.2.0) lib/active_support/logger_silence.rb:21:in `silence' activesupport (5.2.0) lib/active_support/logger.rb:65:in `block (3 levels) in broadcast' activesupport (5.2.0) lib/active_support/logger_silence.rb:21:in `silence' activesupport (5.2.0) lib/active_support/logger.rb:63:in `block (2 levels) in broadcast' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:11:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 22:45:11 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 34ms (Views: 30.6ms | ActiveRecord: 0.2ms) Started GET "/app/assets/images/whodat/whodat-log.png" for 127.0.0.1 at 2018-09-22 22:45:11 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/whodat/whodat-log.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 22:45:15 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 41ms (Views: 38.0ms | ActiveRecord: 0.2ms) Started GET "/app/assets/images/whodat/whodat-log.png" for 127.0.0.1 at 2018-09-22 22:45:15 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/whodat/whodat-log.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 22:47:26 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 37ms (Views: 34.0ms | ActiveRecord: 0.2ms) Started GET "/whodat/dashboard/whodat/app/assets/images/whodat/whodat-log.png" for 127.0.0.1 at 2018-09-22 22:47:26 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/whodat/app/assets/images/whodat/whodat-log.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:08:34 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.0ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) SyntaxError (/Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:10: syntax error, unexpected '=' ...nk_to current_user.name, class="navbar-text");@output_buffer... ... ^): /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:10: syntax error, unexpected '=' ...nk_to current_user.name, class="navbar-text");@output_buffer... ... ^ actionview (5.2.0) lib/action_view/template.rb:309:in `module_eval' actionview (5.2.0) lib/action_view/template.rb:309:in `compile' actionview (5.2.0) lib/action_view/template.rb:259:in `block (2 levels) in compile!' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:350:in `instrument' actionview (5.2.0) lib/action_view/template.rb:258:in `block in compile!' actionview (5.2.0) lib/action_view/template.rb:246:in `synchronize' actionview (5.2.0) lib/action_view/template.rb:246:in `compile!' actionview (5.2.0) lib/action_view/template.rb:158:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:14:59 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.7ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.4ms) Completed 200 OK in 45ms (Views: 41.8ms | ActiveRecord: 0.7ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:15:34 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.9ms) Completed 200 OK in 36ms (Views: 32.8ms | ActiveRecord: 0.2ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:16:47 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.4ms) Completed 200 OK in 40ms (Views: 36.7ms | ActiveRecord: 0.2ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:17:58 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 36ms (Views: 33.0ms | ActiveRecord: 0.2ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:22:15 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 36ms (Views: 33.3ms | ActiveRecord: 0.2ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:24:58 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 37ms (Views: 34.1ms | ActiveRecord: 0.2ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:25:59 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 42ms (Views: 39.2ms | ActiveRecord: 0.2ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:26:01 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 36ms (Views: 32.8ms | ActiveRecord: 0.2ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:26:44 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:10 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.5ms) Completed 200 OK in 36ms (Views: 31.9ms | ActiveRecord: 0.2ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:28:54 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (0.4ms) Completed 200 OK in 34ms (Views: 30.8ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:34:34 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.4ms) Completed 200 OK in 237ms (Views: 234.0ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:34:37 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (0.3ms) Completed 200 OK in 32ms (Views: 29.3ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:38:15 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (0.3ms) Completed 200 OK in 32ms (Views: 29.5ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:38:48 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html within layouts/whodat/application (0.3ms) Completed 200 OK in 34ms (Views: 30.9ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:38:57 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html within layouts/whodat/application (0.3ms) Completed 200 OK in 33ms (Views: 29.9ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:38:58 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html within layouts/whodat/application (0.3ms) Completed 200 OK in 32ms (Views: 29.0ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:39:00 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html within layouts/whodat/application (0.3ms) Completed 200 OK in 34ms (Views: 31.5ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:40:01 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (0.3ms) Completed 200 OK in 36ms (Views: 32.6ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:43:28 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (0.3ms) Completed 200 OK in 40ms (Views: 36.3ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:43:35 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (0.3ms) Completed 200 OK in 34ms (Views: 30.5ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:43:40 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (0.7ms) Completed 200 OK in 36ms (Views: 32.4ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-22 23:46:20 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (0.7ms) Completed 200 OK in 34ms (Views: 31.1ms | ActiveRecord: 0.0ms) Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:18:10 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.4ms) Completed 500 Internal Server Error in 235ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'popper' with type 'application/javascript' Checked in these paths: /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/config /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/images /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/javascripts /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/jquery-rails-4.3.3/vendor/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/config /Users/bperlik/code/bloc/whodat/app/assets/images /Users/bperlik/code/bloc/whodat/app/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/actioncable-5.2.0/lib/assets/compiled /usr/local/lib/ruby/gems/2.5.0/gems/activestorage-5.2.0/app/assets/javascripts /usr/local/lib/ruby/gems/2.5.0/gems/actionview-5.2.0/lib/assets/compiled /Users/bperlik/code/bloc/whodat/spec/dummy/node_modules): 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= stylesheet_link_tag "whodat/application", media: "all" %> 12: <%= javascript_include_tag "whodat/application" %> 13: 14: 15: /Users/bperlik/code/bloc/whodat/app/assets/javascripts/whodat/application.js:15 sprockets (3.7.2) lib/sprockets/resolve.rb:65:in `resolve!' sprockets (3.7.2) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.7.2) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.7.2) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.7.2) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.7.2) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.7.2) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.7.2) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.7.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.7.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.7.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.7.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.7.2) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.7.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.7.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.7.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.7.2) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.7.2) lib/sprockets/utils.rb:200:in `dfs' sprockets (3.7.2) lib/sprockets/bundle.rb:24:in `call' sprockets (3.7.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.7.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.7.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.7.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.7.2) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.7.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.7.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.7.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.7.2) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.7.2) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.7.2) lib/sprockets/base.rb:92:in `[]' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:138:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:12:in `___sers_bperlik_code_bloc_whodat_app_views_layouts_whodat_application_html_erb___1745472355225339399_70349472101960' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:18:16 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (0.3ms) Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'popper' with type 'application/javascript' Checked in these paths: /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/config /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/images /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/javascripts /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/jquery-rails-4.3.3/vendor/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/config /Users/bperlik/code/bloc/whodat/app/assets/images /Users/bperlik/code/bloc/whodat/app/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/actioncable-5.2.0/lib/assets/compiled /usr/local/lib/ruby/gems/2.5.0/gems/activestorage-5.2.0/app/assets/javascripts /usr/local/lib/ruby/gems/2.5.0/gems/actionview-5.2.0/lib/assets/compiled /Users/bperlik/code/bloc/whodat/spec/dummy/node_modules): 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= stylesheet_link_tag "whodat/application", media: "all" %> 12: <%= javascript_include_tag "whodat/application" %> 13: 14: 15: /Users/bperlik/code/bloc/whodat/app/assets/javascripts/whodat/application.js:15 sprockets (3.7.2) lib/sprockets/resolve.rb:65:in `resolve!' sprockets (3.7.2) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.7.2) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.7.2) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.7.2) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.7.2) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.7.2) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.7.2) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.7.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.7.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.7.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.7.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.7.2) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.7.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.7.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.7.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.7.2) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.7.2) lib/sprockets/utils.rb:200:in `dfs' sprockets (3.7.2) lib/sprockets/bundle.rb:24:in `call' sprockets (3.7.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.7.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.7.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.7.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.7.2) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.7.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.7.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.7.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.7.2) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.7.2) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.7.2) lib/sprockets/base.rb:92:in `[]' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:138:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:12:in `___sers_bperlik_code_bloc_whodat_app_views_layouts_whodat_application_html_erb___1745472355225339399_70349475139540' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:18:53 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (0.3ms) Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'bootstrap-sprockets' with type 'application/javascript' Checked in these paths: /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/config /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/images /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/javascripts /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/jquery-rails-4.3.3/vendor/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/config /Users/bperlik/code/bloc/whodat/app/assets/images /Users/bperlik/code/bloc/whodat/app/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/actioncable-5.2.0/lib/assets/compiled /usr/local/lib/ruby/gems/2.5.0/gems/activestorage-5.2.0/app/assets/javascripts /usr/local/lib/ruby/gems/2.5.0/gems/actionview-5.2.0/lib/assets/compiled /Users/bperlik/code/bloc/whodat/spec/dummy/node_modules): 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= stylesheet_link_tag "whodat/application", media: "all" %> 12: <%= javascript_include_tag "whodat/application" %> 13: 14: 15: /Users/bperlik/code/bloc/whodat/app/assets/javascripts/whodat/application.js:15 sprockets (3.7.2) lib/sprockets/resolve.rb:65:in `resolve!' sprockets (3.7.2) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.7.2) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.7.2) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.7.2) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.7.2) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.7.2) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.7.2) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.7.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.7.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.7.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.7.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.7.2) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.7.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.7.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.7.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.7.2) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.7.2) lib/sprockets/utils.rb:200:in `dfs' sprockets (3.7.2) lib/sprockets/bundle.rb:24:in `call' sprockets (3.7.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.7.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.7.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.7.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.7.2) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.7.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.7.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.7.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.7.2) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.7.2) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.7.2) lib/sprockets/base.rb:92:in `[]' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:138:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:12:in `___sers_bperlik_code_bloc_whodat_app_views_layouts_whodat_application_html_erb___1745472355225339399_70349461962800' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:19:10 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (0.8ms) Completed 500 Internal Server Error in 185ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'bootstrap-sprockets' with type 'application/javascript' Checked in these paths: /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/config /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/images /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/javascripts /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/jquery-rails-4.3.3/vendor/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/config /Users/bperlik/code/bloc/whodat/app/assets/images /Users/bperlik/code/bloc/whodat/app/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/actioncable-5.2.0/lib/assets/compiled /usr/local/lib/ruby/gems/2.5.0/gems/activestorage-5.2.0/app/assets/javascripts /usr/local/lib/ruby/gems/2.5.0/gems/actionview-5.2.0/lib/assets/compiled /Users/bperlik/code/bloc/whodat/spec/dummy/node_modules): 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= stylesheet_link_tag "whodat/application", media: "all" %> 12: <%= javascript_include_tag "whodat/application" %> 13: 14: 15: /Users/bperlik/code/bloc/whodat/app/assets/javascripts/whodat/application.js:15 sprockets (3.7.2) lib/sprockets/resolve.rb:65:in `resolve!' sprockets (3.7.2) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.7.2) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.7.2) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.7.2) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.7.2) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.7.2) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.7.2) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.7.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.7.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.7.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.7.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.7.2) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.7.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.7.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.7.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.7.2) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.7.2) lib/sprockets/utils.rb:200:in `dfs' sprockets (3.7.2) lib/sprockets/bundle.rb:24:in `call' sprockets (3.7.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.7.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.7.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.7.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.7.2) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.7.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.7.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.7.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.7.2) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.7.2) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.7.2) lib/sprockets/base.rb:92:in `[]' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:138:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:12:in `___sers_bperlik_code_bloc_whodat_app_views_layouts_whodat_application_html_erb__4551021497068460546_70297371457180' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:19:15 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (0.3ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'bootstrap-sprockets' with type 'application/javascript' Checked in these paths: /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/config /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/images /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/javascripts /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/jquery-rails-4.3.3/vendor/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/config /Users/bperlik/code/bloc/whodat/app/assets/images /Users/bperlik/code/bloc/whodat/app/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/actioncable-5.2.0/lib/assets/compiled /usr/local/lib/ruby/gems/2.5.0/gems/activestorage-5.2.0/app/assets/javascripts /usr/local/lib/ruby/gems/2.5.0/gems/actionview-5.2.0/lib/assets/compiled /Users/bperlik/code/bloc/whodat/spec/dummy/node_modules): 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= stylesheet_link_tag "whodat/application", media: "all" %> 12: <%= javascript_include_tag "whodat/application" %> 13: 14: 15: /Users/bperlik/code/bloc/whodat/app/assets/javascripts/whodat/application.js:15 sprockets (3.7.2) lib/sprockets/resolve.rb:65:in `resolve!' sprockets (3.7.2) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.7.2) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.7.2) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.7.2) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.7.2) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.7.2) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.7.2) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.7.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.7.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.7.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.7.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.7.2) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.7.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.7.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.7.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.7.2) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.7.2) lib/sprockets/utils.rb:200:in `dfs' sprockets (3.7.2) lib/sprockets/bundle.rb:24:in `call' sprockets (3.7.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.7.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.7.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.7.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.7.2) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.7.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.7.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.7.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.7.2) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.7.2) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.7.2) lib/sprockets/base.rb:92:in `[]' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:138:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:12:in `___sers_bperlik_code_bloc_whodat_app_views_layouts_whodat_application_html_erb__4551021497068460546_70297401480860' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:21:20 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.1ms) Completed 500 Internal Server Error in 185ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'bootstrap-sprockets' with type 'application/javascript' Checked in these paths: /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/config /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/images /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/javascripts /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/jquery-rails-4.3.3/vendor/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/config /Users/bperlik/code/bloc/whodat/app/assets/images /Users/bperlik/code/bloc/whodat/app/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/actioncable-5.2.0/lib/assets/compiled /usr/local/lib/ruby/gems/2.5.0/gems/activestorage-5.2.0/app/assets/javascripts /usr/local/lib/ruby/gems/2.5.0/gems/actionview-5.2.0/lib/assets/compiled /Users/bperlik/code/bloc/whodat/spec/dummy/node_modules): 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= stylesheet_link_tag "whodat/application", media: "all" %> 12: <%= javascript_include_tag "whodat/application" %> 13: 14: 15: /Users/bperlik/code/bloc/whodat/app/assets/javascripts/whodat/application.js:15 sprockets (3.7.2) lib/sprockets/resolve.rb:65:in `resolve!' sprockets (3.7.2) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.7.2) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.7.2) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.7.2) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.7.2) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.7.2) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.7.2) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.7.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.7.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.7.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.7.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.7.2) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.7.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.7.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.7.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.7.2) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.7.2) lib/sprockets/utils.rb:200:in `dfs' sprockets (3.7.2) lib/sprockets/bundle.rb:24:in `call' sprockets (3.7.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.7.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.7.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.7.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.7.2) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.7.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.7.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.7.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.7.2) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.7.2) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.7.2) lib/sprockets/base.rb:92:in `[]' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:138:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:12:in `___sers_bperlik_code_bloc_whodat_app_views_layouts_whodat_application_html_erb___4123163242537561172_70112239338400' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:23:44 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.3ms) Completed 500 Internal Server Error in 185ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'bootstrap-sprockets' with type 'application/javascript' Checked in these paths: /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/config /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/images /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/javascripts /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/jquery-rails-4.3.3/vendor/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/config /Users/bperlik/code/bloc/whodat/app/assets/images /Users/bperlik/code/bloc/whodat/app/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/actioncable-5.2.0/lib/assets/compiled /usr/local/lib/ruby/gems/2.5.0/gems/activestorage-5.2.0/app/assets/javascripts /usr/local/lib/ruby/gems/2.5.0/gems/actionview-5.2.0/lib/assets/compiled /Users/bperlik/code/bloc/whodat/spec/dummy/node_modules): 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= stylesheet_link_tag "whodat/application", media: "all" %> 12: <%= javascript_include_tag "whodat/application" %> 13: 14: 15: /Users/bperlik/code/bloc/whodat/app/assets/javascripts/whodat/application.js:15 sprockets (3.7.2) lib/sprockets/resolve.rb:65:in `resolve!' sprockets (3.7.2) lib/sprockets/directive_processor.rb:399:in `resolve' sprockets (3.7.2) lib/sprockets/directive_processor.rb:207:in `process_require_directive' sprockets (3.7.2) lib/sprockets/directive_processor.rb:180:in `block in process_directives' sprockets (3.7.2) lib/sprockets/directive_processor.rb:178:in `each' sprockets (3.7.2) lib/sprockets/directive_processor.rb:178:in `process_directives' sprockets (3.7.2) lib/sprockets/directive_processor.rb:83:in `_call' sprockets (3.7.2) lib/sprockets/directive_processor.rb:68:in `call' sprockets (3.7.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.7.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.7.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.7.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.7.2) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.7.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.7.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.7.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.7.2) lib/sprockets/bundle.rb:23:in `block in call' sprockets (3.7.2) lib/sprockets/utils.rb:200:in `dfs' sprockets (3.7.2) lib/sprockets/bundle.rb:24:in `call' sprockets (3.7.2) lib/sprockets/processor_utils.rb:75:in `call_processor' sprockets (3.7.2) lib/sprockets/processor_utils.rb:57:in `block in call_processors' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `reverse_each' sprockets (3.7.2) lib/sprockets/processor_utils.rb:56:in `call_processors' sprockets (3.7.2) lib/sprockets/loader.rb:134:in `load_from_unloaded' sprockets (3.7.2) lib/sprockets/loader.rb:60:in `block in load' sprockets (3.7.2) lib/sprockets/loader.rb:317:in `fetch_asset_from_dependency_cache' sprockets (3.7.2) lib/sprockets/loader.rb:44:in `load' sprockets (3.7.2) lib/sprockets/cached_environment.rb:20:in `block in initialize' sprockets (3.7.2) lib/sprockets/cached_environment.rb:47:in `load' sprockets (3.7.2) lib/sprockets/base.rb:66:in `find_asset' sprockets (3.7.2) lib/sprockets/environment.rb:30:in `find_asset' sprockets (3.7.2) lib/sprockets/base.rb:92:in `[]' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:230:in `lookup_asset_for_path' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:138:in `block in javascript_include_tag' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `map' sprockets-rails (2.3.3) lib/sprockets/rails/helper.rb:136:in `javascript_include_tag' /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:12:in `___sers_bperlik_code_bloc_whodat_app_views_layouts_whodat_application_html_erb__2022550650359447011_70283337532880' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:25:11 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.4ms) Completed 500 Internal Server Error in 160ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'bootstrap-sprockets' with type 'application/javascript' Checked in these paths: /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/config /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/images /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/javascripts /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/jquery-rails-4.3.3/vendor/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/config /Users/bperlik/code/bloc/whodat/app/assets/images /Users/bperlik/code/bloc/whodat/app/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/actioncable-5.2.0/lib/assets/compiled /usr/local/lib/ruby/gems/2.5.0/gems/activestorage-5.2.0/app/assets/javascripts /usr/local/lib/ruby/gems/2.5.0/gems/actionview-5.2.0/lib/assets/compiled /Users/bperlik/code/bloc/whodat/spec/dummy/node_modules): 6: <%= csp_meta_tag %> 7: 8: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= stylesheet_link_tag "whodat/application", media: "all" %> 12: <%= javascript_include_tag "whodat/application" %> app/assets/javascripts/application.js:14 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:26:58 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (0.5ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.0ms) ActionView::Template::Error (couldn't find file 'bootstrap-sprockets' with type 'application/javascript' Checked in these paths: /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/config /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/images /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/javascripts /Users/bperlik/code/bloc/whodat/spec/dummy/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/jquery-rails-4.3.3/vendor/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/config /Users/bperlik/code/bloc/whodat/app/assets/images /Users/bperlik/code/bloc/whodat/app/assets/javascripts /Users/bperlik/code/bloc/whodat/app/assets/stylesheets /usr/local/lib/ruby/gems/2.5.0/gems/actioncable-5.2.0/lib/assets/compiled /usr/local/lib/ruby/gems/2.5.0/gems/activestorage-5.2.0/app/assets/javascripts /usr/local/lib/ruby/gems/2.5.0/gems/actionview-5.2.0/lib/assets/compiled /Users/bperlik/code/bloc/whodat/spec/dummy/node_modules): 6: <%= csp_meta_tag %> 7: 8: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= stylesheet_link_tag "whodat/application", media: "all" %> 12: <%= javascript_include_tag "whodat/application" %> app/assets/javascripts/application.js:14 Started GET "/" for 127.0.0.1 at 2018-09-23 00:32:00 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.1ms) Completed 200 OK in 170ms (Views: 168.1ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:32:01 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:32:01 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:32:01 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:32:01 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:32:01 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:32:01 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:32:01 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:32:02 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (66.8ms) Completed 200 OK in 160ms (Views: 153.7ms | ActiveRecord: 2.4ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:32:02 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:32:02 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:32:02 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:32:02 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:32:02 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:32:02 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:32:02 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:32:02 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:32:02 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:32:02 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:32:03 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:32:03 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:32:03 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:32:03 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:32:03 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:38:11 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.7ms) Completed 200 OK in 74ms (Views: 70.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:38:12 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:38:12 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:38:12 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:38:12 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:38:12 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:38:12 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:38:12 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:38:12 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:38:12 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:38:12 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:38:12 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:38:12 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:38:12 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:38:12 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:38:12 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.5ms) Completed 200 OK in 54ms (Views: 51.2ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:17 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 96ms (Views: 92.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:42:27 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.9ms) Completed 200 OK in 59ms (Views: 55.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:43:31 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.0ms) Completed 200 OK in 46ms (Views: 43.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:46:39 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.2ms) Completed 200 OK in 46ms (Views: 42.4ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:47:38 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.6ms) Completed 200 OK in 53ms (Views: 49.5ms | ActiveRecord: 0.4ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:54 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.7ms) Completed 200 OK in 49ms (Views: 45.7ms | ActiveRecord: 0.3ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:54:59 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 56ms (Views: 53.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 00:58:25 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 46ms (Views: 42.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:15 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.5ms) Completed 200 OK in 51ms (Views: 48.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:33 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.2ms) Completed 200 OK in 50ms (Views: 45.8ms | ActiveRecord: 0.3ms) Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:00:35 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.5ms) Completed 200 OK in 47ms (Views: 43.1ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:39 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 49ms (Views: 46.1ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:43 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:01:56 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (82.9ms) Completed 200 OK in 261ms (Views: 255.2ms | ActiveRecord: 1.9ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:57 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:57 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:57 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:57 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:57 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:57 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:57 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:57 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:57 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:57 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:01:57 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:57 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:57 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:57 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:01:57 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 63ms (Views: 59.6ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:02 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:02:04 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.5ms) Completed 200 OK in 66ms (Views: 62.6ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:05 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:05 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:05 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:05 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:05 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:05 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:05 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:05 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:05 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:05 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:05 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:05 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:05 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:05 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:05 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 48ms (Views: 44.7ms | ActiveRecord: 0.2ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:07 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:02:29 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 37ms (Views: 34.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:30 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:30 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:30 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:30 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:30 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:30 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:30 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.3ms) Completed 200 OK in 49ms (Views: 45.7ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:32 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:02:37 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 26ms (Views: 23.9ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:37 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:37 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:02:37 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:37 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:37 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:37 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:02:37 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:03:01 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:03:01 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:03:01 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:03:01 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:03:01 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:03:01 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:03:01 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:03:01 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.3ms) Completed 200 OK in 61ms (Views: 57.8ms | ActiveRecord: 0.2ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:03:03 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.0ms) Completed 200 OK in 59ms (Views: 55.4ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:05 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.9ms) Completed 200 OK in 55ms (Views: 51.1ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:04:28 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.8ms) Completed 200 OK in 60ms (Views: 56.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:04 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 52ms (Views: 49.0ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:06:19 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.0ms) Completed 200 OK in 67ms (Views: 63.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:10:06 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.1ms) Completed 200 OK in 50ms (Views: 47.2ms | ActiveRecord: 0.3ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:11:00 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:12:18 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.1ms) Completed 200 OK in 49ms (Views: 45.7ms | ActiveRecord: 0.3ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:18 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:18 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:18 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:18 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:18 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:18 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:18 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:19 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:19 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:19 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:19 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:19 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:19 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:19 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:19 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:12:22 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:22 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:22 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:22 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:22 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:22 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:22 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:22 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.4ms) Completed 200 OK in 53ms (Views: 49.8ms | ActiveRecord: 0.3ms) Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:25 -0400 Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (15.6ms) Completed 200 OK in 64ms (Views: 59.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:26 -0400 Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (3.0ms) Completed 200 OK in 62ms (Views: 51.8ms | ActiveRecord: 0.5ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:12:30 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:13:27 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.7ms) Completed 200 OK in 49ms (Views: 45.7ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:27 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:27 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:27 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:27 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:27 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:27 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:27 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:27 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:27 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:28 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:28 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:28 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:28 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:28 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:28 -0400 Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 49ms (Views: 46.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:31 -0400 Started POST "/whodat/users" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Processing by Whodat::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hneckHesQNEiALZPvv+Re5LJ5hh3xA5H810QAOABTY57TtIlvOu69G9+B0fFMCQg4MH/8mabor7jTWDIOrM2cg==", "user"=>{"name"=>"barbperlik", "email"=>"barbperlik2@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create User Account"}  (0.1ms) begin transaction ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13 Whodat::User Exists (1.3ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "barbperlik2@gmail.com"], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13  (0.1ms) rollback transaction ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13 Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 124ms (Views: 45.2ms | ActiveRecord: 1.4ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:46 -0400 Started POST "/whodat/users" for 127.0.0.1 at 2018-09-23 01:13:56 -0400 Processing by Whodat::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"PrDWPuOx5g7y99yj3BtDNzuIQ19ectcxvJR12c+2/7fDiZiLKPYcK7+Jbaun1PZsSYBatU8te8ishAURFQSESw==", "user"=>{"name"=>"barbperlik", "email"=>"barbperlik2@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create User Account"}  (0.1ms) begin transaction ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "barbperlik2@gmail.com"], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13 Whodat::User Create (2.4ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "barbperlik"], ["email", "barbperlik2@gmail.com"], ["password_digest", "$2a$10$X.FNU8vUeIKmB9hv/w4Df.hLr9W.9yt5oXAjk9ic65zBKsEKKuusG"], ["created_at", "2018-09-23 05:13:56.821368"], ["updated_at", "2018-09-23 05:13:56.821368"]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13  (0.9ms) commit transaction ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13 Redirected to http://localhost:3000/whodat/ Completed 302 Found in 77ms (ActiveRecord: 3.5ms) Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:13:56 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.4ms) Completed 200 OK in 55ms (Views: 51.3ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:56 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:56 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:56 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:56 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:56 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:56 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:56 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:56 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:56 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:13:56 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:56 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:57 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:57 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:57 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:13:57 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:14:30 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.5ms) Completed 200 OK in 60ms (Views: 56.6ms | ActiveRecord: 0.3ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:14:31 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:14:31 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:14:31 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:14:31 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:14:31 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:14:31 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:14:31 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:14:31 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:14:31 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:14:31 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:14:31 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:14:31 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:14:31 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:14:31 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:14:31 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:16:29 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.4ms) Completed 200 OK in 49ms (Views: 45.6ms | ActiveRecord: 0.3ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:16:30 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:16:30 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:30 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:30 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:30 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:30 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:16:30 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:16:30 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:16:30 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:16:30 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:30 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:30 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:30 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:30 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:30 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 48ms (Views: 44.6ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:16:56 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 55ms (Views: 51.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:18:18 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 56ms (Views: 52.3ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:23:26 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 48ms (Views: 45.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:25:07 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.8ms) Completed 200 OK in 69ms (Views: 66.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:32 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 53ms (Views: 49.9ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:26:41 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:29:50 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 58ms (Views: 54.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:29:51 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:29:51 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:29:51 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:29:51 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:29:51 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:29:51 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:29:51 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:29:51 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:29:51 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:29:51 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:29:51 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:29:51 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:29:51 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:29:51 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:29:51 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 50ms (Views: 46.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:27 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:34:52 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 48ms (Views: 44.9ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:34:53 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:53 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:34:53 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:53 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:53 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:53 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:34:53 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:34:53 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:34:53 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:34:53 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:53 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:53 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:53 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:53 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:34:53 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 65ms (Views: 62.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:35:35 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.8ms) Completed 200 OK in 54ms (Views: 51.2ms | ActiveRecord: 0.3ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:36:15 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 64ms (Views: 60.5ms | ActiveRecord: 0.3ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:37:40 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 48ms (Views: 44.8ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:18 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.3ms) Completed 200 OK in 46ms (Views: 43.5ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:20 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 53ms (Views: 49.6ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:25 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 64ms (Views: 60.9ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:38:50 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.8ms) Completed 200 OK in 62ms (Views: 58.5ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:39:08 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.5ms) Completed 200 OK in 50ms (Views: 46.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:40:05 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.5ms) Completed 200 OK in 48ms (Views: 44.6ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:37 -0400 Started DELETE "/whodat/sessions/2" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Processing by Whodat::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"anTQ2I4lETpEmKikGcWNbU9jdHDnXfjt+yVv4516PyCXTZ5tRWLrHwnmGaxiCjg2PWttmvYCVBTrNR8rR8hE3A==", "id"=>"2"} Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Redirected to http://localhost:3000/whodat/ Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 52ms (Views: 47.5ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:41:46 -0400 Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.3ms) Completed 200 OK in 52ms (Views: 48.5ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:41 -0400 Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (3.9ms) Completed 200 OK in 54ms (Views: 51.7ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:43 -0400 Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (1.7ms) Completed 200 OK in 48ms (Views: 45.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:46 -0400 Started POST "/whodat/sessions" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Processing by Whodat::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UV7ToIoVYT5vMpcPk5gW+hl8ZqkOQR80/Qr8uOIM7d6sZ50VQVKbGyJMJgfoV6Oha3R/Qx8es83tGoxwOL6WIg==", "session"=>{"name"=>"barbperik", "email"=>"barbperlik2@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"sign in"} Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "barbperlik2@gmail.com"], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/sessions_controller.rb:12 Redirected to http://localhost:3000/whodat/ Completed 302 Found in 70ms (ActiveRecord: 0.3ms) Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 46ms (Views: 43.3ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:42:58 -0400 Started DELETE "/whodat/sessions/2" for 127.0.0.1 at 2018-09-23 01:43:06 -0400 Processing by Whodat::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"ZPo6ZYxsMcSchXJuz6HT6dzbv9LcLoMz+jtM//mOC8KZw3TQRyvL4dH7w2a0bmayrtOmOM1xL8rqKzw3IzxwPg==", "id"=>"2"} Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Redirected to http://localhost:3000/whodat/ Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:43:06 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.5ms) Completed 200 OK in 47ms (Views: 43.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:07 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:07 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:07 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:07 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:07 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:07 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:07 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:07 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:07 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:07 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:07 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:07 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:07 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:07 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:07 -0400 Started POST "/whodat/sessions" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Processing by Whodat::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UV7ToIoVYT5vMpcPk5gW+hl8ZqkOQR80/Qr8uOIM7d6sZ50VQVKbGyJMJgfoV6Oha3R/Qx8es83tGoxwOL6WIg==", "session"=>{"name"=>"barbperik", "email"=>"barbperlik2@gmail.com", "password"=>"[FILTERED]"}, "commit"=>"sign in"} Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "barbperlik2@gmail.com"], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/sessions_controller.rb:12 Redirected to http://localhost:3000/whodat/ Completed 302 Found in 68ms (ActiveRecord: 0.1ms) Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 47ms (Views: 43.7ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:26 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:43:55 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:55 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:55 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:55 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:55 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:55 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:55 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:55 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 48ms (Views: 45.4ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:43:57 -0400 Started DELETE "/whodat/sessions/2" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Processing by Whodat::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"I+nDvyjdB/pz4anFUdPtwGuTCii5pV+oIgMgcnYaIx3e0I0K45r93z6fGM0qHFibGZsTwqj681EyE1C6rKhY4Q==", "id"=>"2"} Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Redirected to http://localhost:3000/whodat/ Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.8ms) Completed 200 OK in 46ms (Views: 43.1ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:45 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:44:48 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 25ms (Views: 23.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:48 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:48 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:48 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:48 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:48 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:48 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:48 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.3ms) Completed 200 OK in 55ms (Views: 51.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:50 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:44:52 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:52 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:52 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:52 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:52 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:52 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:44:52 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:44:52 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:46:30 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 33ms (Views: 31.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:46:30 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:46:30 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:46:30 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:46:30 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:46:30 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:46:30 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:46:30 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:48:46 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:48:46 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:48:46 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:48:46 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:48:46 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:48:46 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:48:46 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:48:46 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.8ms) Completed 200 OK in 57ms (Views: 53.5ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:48:57 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:49:01 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.1ms) Completed 200 OK in 33ms (Views: 31.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:49:01 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:49:01 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:49:01 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:49:01 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:49:01 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:49:01 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:49:01 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:50:05 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:50:05 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:50:05 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:50:05 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:50:05 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:50:05 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:50:05 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:50:05 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:53:29 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:53:29 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:53:29 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:53:29 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:53:29 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:53:29 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:53:29 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:53:29 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:53:55 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 29ms (Views: 26.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:53:55 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:53:55 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:53:55 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:53:55 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:53:55 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:53:55 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:53:55 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 51ms (Views: 47.5ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:54:22 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:55:09 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 30ms (Views: 28.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:55:09 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:55:09 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:55:09 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:55:09 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:55:09 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:55:09 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:55:09 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 49ms (Views: 46.0ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:55:11 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:56:12 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 30ms (Views: 28.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:56:12 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:56:12 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:56:12 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:56:12 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:56:12 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:56:12 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:56:12 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 47ms (Views: 43.5ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:56:16 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 01:57:07 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:57:07 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:57:07 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:57:07 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:57:07 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:57:07 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:57:07 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:57:08 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 51ms (Views: 47.9ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 01:57:10 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 09:42:13 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (90.9ms) Completed 200 OK in 273ms (Views: 268.2ms | ActiveRecord: 1.7ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:42:13 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:42:13 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:13 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:13 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:13 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:13 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:42:13 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:42:13 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:42:13 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:42:13 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:13 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:13 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:13 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:13 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:14 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.5ms) Completed 200 OK in 51ms (Views: 47.4ms | ActiveRecord: 0.3ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:42:49 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 09:46:46 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 39ms (Views: 37.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:46:46 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:46:46 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:46:46 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:46:46 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:46:46 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:46:46 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:46:46 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 09:46:56 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.0ms) Completed 200 OK in 30ms (Views: 28.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:46:56 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:46:56 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:46:56 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:46:56 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:46:56 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:46:56 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:46:56 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 09:52:39 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.0ms) Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:52:39 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:52:39 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:52:39 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:52:39 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:52:39 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:52:39 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:52:39 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 09:52:43 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:52:43 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:52:43 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:52:43 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:52:43 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:52:43 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:52:43 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:52:43 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 09:52:44 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:52:45 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:52:45 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:52:45 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:52:45 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:52:45 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:52:45 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:52:45 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 09:56:48 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (6.9ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/dashboard/_index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 1: <%= render whodat.dashboard_path %> 2: 3:

    Welcome To The Test Dummy App!

    4:

    Click <%= link_to "Whodat", whodat.dashboard_path %> to see the signup/login navbar!

    app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2954792583386279207_70334529022500' Started GET "/" for 127.0.0.1 at 2018-09-23 09:57:01 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (4.7ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/dashboard/_index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 1: <%= render whodat.dashboard_path %> 2: 3:

    Welcome To The Test Dummy App!

    4:

    Click <%= link_to "Whodat", whodat.dashboard_path %> to see the signup/login navbar!

    app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2954792583386279207_70334537967140' Started GET "/" for 127.0.0.1 at 2018-09-23 09:57:06 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:57:06 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:57:06 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 09:57:06 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:57:06 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:57:06 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:57:06 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 09:57:07 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 10:07:23 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.0ms) Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 10:07:23 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 10:07:23 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 10:07:23 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 10:07:23 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 10:07:23 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 10:07:23 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 10:07:23 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 10:22:02 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `dashboard_path' for :whodat:Symbol): 7: 8: <%= stylesheet_link_tag 'application', media: 'all' %> 9: <%= javascript_include_tag 'application' %> 10: <%= render :whodat.dashboard_path %> 11: 12: 13: app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__3730820063694351552_70334521485560' Started GET "/" for 127.0.0.1 at 2018-09-23 10:23:51 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/_dashboard with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 7: 8: <%= stylesheet_link_tag 'application', media: 'all' %> 9: <%= javascript_include_tag 'application' %> 10: <%= render "whodat/dashboard" %> 11: 12: 13: app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__3730820063694351552_70334573452660' Started GET "/" for 127.0.0.1 at 2018-09-23 10:25:49 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/whodat/_dashboard with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 7: 8: <%= stylesheet_link_tag 'application', media: 'all' %> 9: <%= javascript_include_tag 'application' %> 10: <%= render "whodat/whodat/dashboard" %> 11: 12: 13: app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__3730820063694351552_70334521375800' Started GET "/" for 127.0.0.1 at 2018-09-23 10:37:31 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.4ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) SyntaxError (/Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:1: syntax error, unexpected tLABEL ...;@output_buffer.append=( yield: "whodat.dashboard.index");@o... ... ^~~~~~): app/views/welcome/index.html.erb:1: syntax error, unexpected tLABEL Started GET "/" for 127.0.0.1 at 2018-09-23 10:37:58 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.4ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms) SyntaxError (/Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:1: syntax error, unexpected tLABEL ...;@output_buffer.append=( yield: whodat.dashboard.index);@out... ... ^~~~~~): app/views/welcome/index.html.erb:1: syntax error, unexpected tLABEL Started GET "/" for 127.0.0.1 at 2018-09-23 10:38:42 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.5ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms) SyntaxError (/Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:1: syntax error, unexpected tLABEL ...;@output_buffer.append=( yield: whodat.dashboard_path);@outp... ... ^~~~~~): app/views/welcome/index.html.erb:1: syntax error, unexpected tLABEL Started GET "/" for 127.0.0.1 at 2018-09-23 10:56:03 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb (28.6ms) Rendered welcome/index.html.erb within layouts/application (32.5ms) Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007ff012734510>): 4: 5: <%= link_to 'Main app', main_app.root_path %> 6: 7: <%= link_to 'Signup', new_user_path %> 8: <%= link_to 'Login', new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2954792583386279207_70334539218500' Started GET "/" for 127.0.0.1 at 2018-09-23 10:56:06 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb (31.7ms) Rendered welcome/index.html.erb within layouts/application (35.2ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007ff011b85c28>): 4: 5: <%= link_to 'Main app', main_app.root_path %> 6: 7: <%= link_to 'Signup', new_user_path %> 8: <%= link_to 'Login', new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2954792583386279207_70334533103460' Started GET "/" for 127.0.0.1 at 2018-09-23 11:05:58 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (4.7ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/views/whodat/dashboard/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 1: <%= render "whodat/views/whodat/dashboard/navbar" %> 2: 3:

    Welcome To The Test Dummy App!

    4:

    Click <%= link_to "Whodat", whodat.dashboard_path %> to see the signup/login navbar!

    app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2954792583386279207_70334574105660' Started GET "/" for 127.0.0.1 at 2018-09-23 11:07:59 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (5.3ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/views/whodat/dashboard/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 1: <%= render :partial => "whodat/views/whodat/dashboard/navbar" %> 2: 3:

    Welcome To The Test Dummy App!

    4:

    Click <%= link_to "Whodat", whodat.dashboard_path %> to see the signup/login navbar!

    app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2954792583386279207_70334529832060' Started GET "/" for 127.0.0.1 at 2018-09-23 11:09:09 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (30.8ms) Rendered welcome/index.html.erb within layouts/application (34.3ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007ff010606780>): 1: <%= link_to 'Main app', main_app.root_path %> 2: 3: <%= link_to 'Signup', new_user_path %> 4: <%= link_to 'Login', new_session_path %> 5: <% if user_signed_in? %> 6: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2954792583386279207_70334521817180' Started GET "/" for 127.0.0.1 at 2018-09-23 11:10:36 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.5ms) Rendered welcome/index.html.erb within layouts/application (4.2ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/whodat/_dashboard with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 7: 8: <%= stylesheet_link_tag 'application', media: 'all' %> 9: <%= javascript_include_tag 'application' %> 10: <%= render "whodat/whodat/dashboard" %> 11: 12: 13: app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__3730820063694351552_70334521550340' Started GET "/" for 127.0.0.1 at 2018-09-23 11:10:38 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.4ms) Rendered welcome/index.html.erb within layouts/application (4.2ms) Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/whodat/_dashboard with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 7: 8: <%= stylesheet_link_tag 'application', media: 'all' %> 9: <%= javascript_include_tag 'application' %> 10: <%= render "whodat/whodat/dashboard" %> 11: 12: 13: app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__3730820063694351552_70334535219900' Started GET "/" for 127.0.0.1 at 2018-09-23 11:11:43 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.4ms) Rendered welcome/index.html.erb within layouts/application (3.8ms) Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/whodat/_dashboard with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 7: 8: <%= stylesheet_link_tag 'application', media: 'all' %> 9: <%= javascript_include_tag 'application' %> 10: <%= render "whodat/whodat/dashboard" %> 11: 12: 13: app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb__3730820063694351552_70334520879700' Started GET "/" for 127.0.0.1 at 2018-09-23 11:13:16 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.4ms) Rendered welcome/index.html.erb within layouts/application (3.8ms) Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 11:13:16 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 11:13:16 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 11:13:16 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 11:13:16 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 11:13:16 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 11:13:16 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 11:13:16 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 11:14:27 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (31.7ms) Rendered welcome/index.html.erb within layouts/application (35.0ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007ff013845ea8>): 4: 5: <%= link_to 'Main app', main_app.root_path %> 6: 7: <%= link_to 'Signup', new_user_path %> 8: <%= link_to 'Login', new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2954792583386279207_70334548161540' Started GET "/" for 127.0.0.1 at 2018-09-23 11:15:28 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (30.0ms) Rendered welcome/index.html.erb within layouts/application (33.0ms) Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #<#:0x00007ff0169520f0>): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2954792583386279207_70334573878300' Started GET "/" for 127.0.0.1 at 2018-09-23 11:15:55 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (8.8ms) Rendered welcome/index.html.erb within layouts/application (12.0ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2954792583386279207_70334520667660' Started GET "/" for 127.0.0.1 at 2018-09-23 11:18:02 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (9.5ms) Rendered welcome/index.html.erb within layouts/application (12.9ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2954792583386279207_70334533517800' Started GET "/" for 127.0.0.1 at 2018-09-23 11:20:48 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (8.2ms) Rendered welcome/index.html.erb within layouts/application (11.4ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2954792583386279207_70334548162860' Started GET "/" for 127.0.0.1 at 2018-09-23 11:21:31 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (9.4ms) Rendered welcome/index.html.erb within layouts/application (13.8ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2954792583386279207_70334529336140' Started GET "/" for 127.0.0.1 at 2018-09-23 11:27:54 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (12.1ms) Rendered welcome/index.html.erb within layouts/application (16.1ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__3343365183782942930_70207130539600' Started GET "/" for 127.0.0.1 at 2018-09-23 11:29:29 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (8.2ms) Rendered welcome/index.html.erb within layouts/application (11.3ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__3343365183782942930_70207130771380' Started GET "/" for 127.0.0.1 at 2018-09-23 11:29:38 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (8.4ms) Rendered welcome/index.html.erb within layouts/application (11.6ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__3343365183782942930_70207131745800' Started GET "/" for 127.0.0.1 at 2018-09-23 11:30:38 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (10.3ms) Rendered welcome/index.html.erb within layouts/application (13.3ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__3343365183782942930_70207131533660' Started GET "/" for 127.0.0.1 at 2018-09-23 11:30:41 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (8.7ms) Rendered welcome/index.html.erb within layouts/application (11.7ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__3343365183782942930_70207151535640' Started GET "/" for 127.0.0.1 at 2018-09-23 11:43:25 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (12.1ms) Rendered welcome/index.html.erb within layouts/application (16.2ms) Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___96176904862208090_70366178442760' Started GET "/" for 127.0.0.1 at 2018-09-23 11:44:34 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (11.2ms) Rendered welcome/index.html.erb within layouts/application (14.9ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__3738063497950903320_70349845081620' Started GET "/" for 127.0.0.1 at 2018-09-23 11:48:23 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (11.2ms) Rendered welcome/index.html.erb within layouts/application (14.7ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2213409817268411409_70302962753800' Started GET "/" for 127.0.0.1 at 2018-09-23 11:48:30 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (11.2ms) Rendered welcome/index.html.erb within layouts/application (14.4ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2213409817268411409_70302966310040' Started GET "/" for 127.0.0.1 at 2018-09-23 15:09:05 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (10.8ms) Rendered welcome/index.html.erb within layouts/application (15.4ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2393198247844337299_70343234988160' Started GET "/" for 127.0.0.1 at 2018-09-23 15:09:09 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (9.4ms) Rendered welcome/index.html.erb within layouts/application (12.6ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2393198247844337299_70343260442060' Started GET "/" for 127.0.0.1 at 2018-09-23 15:09:10 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (9.2ms) Rendered welcome/index.html.erb within layouts/application (12.2ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2393198247844337299_70343217513640' Started GET "/" for 127.0.0.1 at 2018-09-23 15:09:13 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (9.4ms) Rendered welcome/index.html.erb within layouts/application (12.7ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__2393198247844337299_70343242916100' Started GET "/" for 127.0.0.1 at 2018-09-23 15:36:46 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (11.2ms) Rendered welcome/index.html.erb within layouts/application (14.6ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__4310917377413942832_70281900146420' Started GET "/" for 127.0.0.1 at 2018-09-23 15:36:51 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (9.9ms) Rendered welcome/index.html.erb within layouts/application (13.0ms) Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__4310917377413942832_70281898567820' Started GET "/" for 127.0.0.1 at 2018-09-23 15:37:41 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (9.0ms) Rendered welcome/index.html.erb within layouts/application (12.3ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__4310917377413942832_70281881630860' Started GET "/" for 127.0.0.1 at 2018-09-23 15:50:50 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (10.8ms) Rendered welcome/index.html.erb within layouts/application (14.2ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat::user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___484690696000103149_70234834269360' Started GET "/" for 127.0.0.1 at 2018-09-23 15:54:52 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (11.3ms) Rendered welcome/index.html.erb within layouts/application (14.5ms) Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat::user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__4126618248362338836_70215129941380' Started GET "/" for 127.0.0.1 at 2018-09-23 15:58:39 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (29.5ms) Rendered welcome/index.html.erb within layouts/application (33.1ms) Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fb8244990b0>): 4: 5: <%= link_to 'Main app', main_app.root_path %> 6: 7: <%= link_to 'Signup', new_user_path %> 8: <%= link_to 'Login', new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__212681764958618629_70214429760680' Started GET "/" for 127.0.0.1 at 2018-09-23 16:36:30 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (2.1ms) Completed 200 OK in 154ms (Views: 151.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 16:36:31 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 16:36:31 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 16:36:31 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 16:36:31 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 16:36:31 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 16:36:31 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 16:36:31 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 16:39:31 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (31.3ms) Rendered welcome/index.html.erb within layouts/application (35.1ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fb6aa54b7b8>): 4: 5: <%= link_to 'Main app', main_app.root_path %> 6: 7: <%= link_to 'Signup', new_user_path %> 8: <%= link_to 'Login', new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1805507269524674396_70211257189780' Started GET "/" for 127.0.0.1 at 2018-09-23 16:40:45 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (36.1ms) Rendered welcome/index.html.erb within layouts/application (40.2ms) Completed 500 Internal Server Error in 48ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_session_path' for #<#:0x00007fb6a8e61e58>): 5: <%= link_to 'Main app', main_app.root_path %> 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=current_user.name %>
    app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1805507269524674396_70211247215540' Started GET "/" for 127.0.0.1 at 2018-09-23 16:46:30 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (29.5ms) Rendered welcome/index.html.erb within layouts/application (34.7ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd164e55320>): 4: 5: <%= link_to 'Main app', main_app.root_path %> 6: 7: <%= link_to 'Signup', new_user_path %> 8: <%= link_to 'Login', new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___915925726450642387_70268658826720' Started GET "/" for 127.0.0.1 at 2018-09-23 17:03:23 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 168ms (Views: 166.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 17:03:23 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:03:23 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:03:23 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 17:03:23 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:03:23 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:03:23 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:03:23 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.5ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (8.0ms) Completed 200 OK in 69ms (Views: 64.0ms | ActiveRecord: 1.0ms) Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:03:28 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 17:08:05 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 17:08:05 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:08:05 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 17:08:05 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:08:05 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:08:05 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:08:05 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 17:08:05 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 17:09:20 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.4ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms) SyntaxError (/Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:12: syntax error, unexpected tREGEXP_BEG, expecting ')' ...hodat", whodat.dashboard_path /);@output_buffer.safe_append=... ... ^ /Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:12: unknown regexp option - l /Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:12: unmatched close parenthesis: /);@output_buffer.safe_append=' to your index file. ^ /Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:14: unknown regexp options - dv /Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:21: unterminated string meets end of file end ^ /Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:21: syntax error, unexpected end-of-input, expecting ')' end ^): app/views/welcome/index.html.erb:12: syntax error, unexpected tREGEXP_BEG, expecting ')' app/views/welcome/index.html.erb:12: unknown regexp option - l app/views/welcome/index.html.erb:12: unmatched close parenthesis: /);@output_buffer.safe_append=' to your index file. :get );@output_buff... ... ^): app/views/layouts/application.html.erb:20: syntax error, unexpected '=' app/views/layouts/application.html.erb:20: syntax error, unexpected ':', expecting ')' Started GET "/" for 127.0.0.1 at 2018-09-23 18:32:22 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.1ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms) SyntaxError (/Users/bperlik/code/bloc/whodat/spec/dummy/app/views/layouts/application.html.erb:20: syntax error, unexpected '=' ..., whodat.dashboard_path, class="btn", :method => :get );@out... ... ^ /Users/bperlik/code/bloc/whodat/spec/dummy/app/views/layouts/application.html.erb:20: syntax error, unexpected ',', expecting ')' ...at.dashboard_path, class="btn", :method => :get );@output_bu... ... ^): app/views/layouts/application.html.erb:20: syntax error, unexpected '=' app/views/layouts/application.html.erb:20: syntax error, unexpected ',', expecting ')' Started GET "/" for 127.0.0.1 at 2018-09-23 18:33:05 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 31ms (Views: 29.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:33:05 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:33:05 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:33:05 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:33:05 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:33:05 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:33:05 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 18:33:05 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:33:05 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 18:33:06 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 18:34:03 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 34ms (Views: 32.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:34:03 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:34:03 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:34:03 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:34:03 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:34:03 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:34:03 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 18:34:03 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:34:03 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 18:34:04 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 18:34:48 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 36ms (Views: 34.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:34:49 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:34:49 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:34:49 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:34:49 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:34:49 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:34:49 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 18:34:49 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:34:49 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 18:34:49 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.7ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.3ms) Completed 200 OK in 70ms (Views: 65.2ms | ActiveRecord: 0.7ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:35:00 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 18:35:33 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:35:33 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:35:33 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:35:33 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:35:33 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:35:33 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:35:33 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 18:35:33 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:35:33 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 18:35:33 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 18:35:34 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.7ms) Completed 200 OK in 52ms (Views: 48.2ms | ActiveRecord: 0.3ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:40:59 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 18:43:39 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.0ms) Completed 200 OK in 29ms (Views: 27.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:43:39 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:43:39 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:43:39 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:43:39 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:43:39 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:43:39 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 18:43:39 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:43:39 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 18:43:40 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 18:44:08 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:08 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:08 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:08 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:08 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:08 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:08 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 18:44:08 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:08 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 18:44:08 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 56ms (Views: 50.9ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:13 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 18:44:48 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 28ms (Views: 25.7ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:48 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:48 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:48 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:48 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:48 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:48 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 18:44:48 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:48 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 18:44:49 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 54ms (Views: 50.9ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:44:57 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 18:45:20 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 54ms (Views: 49.5ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:45:20 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:20 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:45:20 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:20 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:20 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:20 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:45:21 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:45:21 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:45:21 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:45:21 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:21 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:21 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:21 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:21 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:21 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 48ms (Views: 44.4ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:27 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 18:45:28 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.0ms) Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:28 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:45:28 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:28 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:45:28 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:28 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:28 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 18:45:28 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:45:28 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 18:45:29 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 18:46:01 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:46:02 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:46:02 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:46:02 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:46:02 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:46:02 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:46:02 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 18:46:02 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:46:02 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 18:46:02 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 52ms (Views: 48.2ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:46:07 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.8ms) Completed 200 OK in 52ms (Views: 49.0ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:47:00 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 18:48:26 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 33ms (Views: 31.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:48:26 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:48:26 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 18:48:26 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:48:26 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:48:26 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:48:26 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 18:48:26 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 18:48:26 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 18:48:27 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:16:23 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 44ms (Views: 42.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:16:23 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:16:23 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:16:23 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:16:23 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:16:23 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:16:23 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:16:23 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:16:23 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 19:16:24 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:16:40 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 37ms (Views: 35.5ms | ActiveRecord: 0.0ms) Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:16:40 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:16:40 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:16:40 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:16:40 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:16:40 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:16:40 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:16:40 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:16:40 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 19:16:41 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:17:17 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 37ms (Views: 35.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:17:17 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:17:17 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:17:17 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:17:17 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:17:17 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:17:17 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:17:17 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:17:17 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 19:17:18 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:18:14 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 32ms (Views: 30.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:18:14 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:18:14 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:18:14 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:18:14 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:18:14 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:18:14 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:18:14 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:18:14 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 19:18:15 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:20:34 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 37ms (Views: 34.7ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:20:34 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:20:34 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:20:34 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:20:34 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:20:34 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:20:34 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:20:34 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:20:34 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 19:20:35 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:20:54 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 35ms (Views: 33.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:20:54 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:20:54 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:20:54 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:20:54 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:20:54 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:20:54 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:20:54 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:20:54 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:20:55 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:21:17 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 37ms (Views: 35.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:21:17 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:21:17 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:21:17 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:21:17 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:21:17 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:21:17 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:21:17 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:21:17 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:21:26 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:21:26 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:21:26 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:21:26 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:21:26 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:21:26 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:21:26 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:21:26 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:21:26 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:21:58 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 36ms (Views: 34.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:21:58 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:21:58 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:21:58 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:21:58 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:21:58 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:21:58 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:21:58 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:21:58 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:22:21 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.0ms) Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:22 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:22 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:22:22 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:22 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:22 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:22:22 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:22:22 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:22 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:22:28 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 25ms (Views: 23.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:22:28 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:28 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:28 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:22:28 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:28 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:28 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:22:28 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:28 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:22:30 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.0ms) Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:22:30 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:22:30 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:30 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:30 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:30 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:22:30 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:30 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:30 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:22:43 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 25ms (Views: 23.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:22:43 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:22:43 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:43 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:43 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:43 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:43 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:22:43 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:43 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:22:44 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:22:44 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:22:44 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:44 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:44 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:44 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:44 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:22:44 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:22:44 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:23:36 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 38ms (Views: 36.2ms | ActiveRecord: 0.0ms) Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:23:37 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:23:37 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:23:37 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:23:37 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:23:37 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:23:37 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:23:37 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:23:37 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:23:37 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:24:18 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:24:18 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:24:18 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:24:18 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:24:18 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:24:18 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:24:18 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:24:18 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:24:18 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:24:21 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 26ms (Views: 23.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:24:21 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:24:21 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:24:21 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:24:21 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:24:21 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:24:21 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:24:21 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:24:21 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:24:30 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 35ms (Views: 33.3ms | ActiveRecord: 0.0ms) Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:24:30 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:24:30 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:24:30 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:24:30 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:24:30 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:24:30 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:24:30 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:24:30 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:24:30 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:32:18 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 39ms (Views: 37.2ms | ActiveRecord: 0.0ms) Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:32:19 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:32:19 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:32:19 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:32:19 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:32:19 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:32:19 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:32:19 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:32:19 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:32:19 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/app/images/whodat/whodat-logo.png" for 127.0.0.1 at 2018-09-23 19:32:19 -0400 ActionController::RoutingError (No route matches [GET] "/assets/app/images/whodat/whodat-logo.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:33:31 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 37ms (Views: 34.7ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:33:31 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:33:31 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:33:31 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:33:31 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:33:31 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:33:31 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:33:31 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:33:31 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:33:31 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/images/whodat/whodat-logo.png" for 127.0.0.1 at 2018-09-23 19:33:32 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.7ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.8ms) Completed 200 OK in 58ms (Views: 52.9ms | ActiveRecord: 0.7ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:33:38 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 19:53:24 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 41ms (Views: 39.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:53:25 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:53:25 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:53:25 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:53:25 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:53:25 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:53:25 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:53:25 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:53:25 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:56:46 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 41ms (Views: 38.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:56:46 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:56:46 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:56:46 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:56:46 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:56:46 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:56:46 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:56:46 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:56:46 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:56:46 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 19:56:47 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:57:03 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 32ms (Views: 29.9ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:57:03 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:57:03 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:57:03 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:57:03 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:57:03 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:57:03 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:57:03 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:57:03 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/seagull-on-white-sky-darran-shen.jpg" for 127.0.0.1 at 2018-09-23 19:57:04 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/seagull-on-white-sky-darran-shen.jpg"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:57:25 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 36ms (Views: 34.4ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:57:25 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:57:25 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:57:25 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:57:25 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:57:25 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:57:25 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:57:25 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:57:25 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:57:28 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 27ms (Views: 24.9ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:57:28 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:57:28 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:57:28 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:57:28 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:57:28 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:57:28 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:57:28 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:57:28 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 19:58:58 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 42ms (Views: 40.2ms | ActiveRecord: 0.0ms) Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:58:58 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:58:58 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:58:58 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 19:58:58 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:58:58 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:58:58 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:58:58 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 19:58:58 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 19:58:59 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 20:01:48 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 38ms (Views: 36.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:01:49 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:01:49 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:01:49 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:01:49 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:01:49 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 20:01:49 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:01:49 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:01:49 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 20:01:49 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 20:01:52 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 27ms (Views: 24.9ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:01:52 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:01:52 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:01:52 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:01:52 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:01:52 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:01:52 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 20:01:52 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:01:52 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 20:03:19 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 38ms (Views: 36.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:03:19 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:03:19 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:03:19 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 20:03:19 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:03:19 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:03:19 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:03:19 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:03:19 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 20:03:19 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 50ms (Views: 46.3ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:03:56 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.3ms) Completed 200 OK in 55ms (Views: 51.5ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:04:06 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 20:07:10 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:07:10 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:07:10 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:07:10 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:07:10 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:07:10 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:07:10 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 20:07:10 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:07:10 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 20:07:10 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 20:07:41 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:07:41 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:07:41 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:07:41 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:07:41 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:07:41 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:07:41 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 20:07:41 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:07:41 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 20:08:04 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.3ms) Completed 200 OK in 61ms (Views: 57.2ms | ActiveRecord: 0.2ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:04 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:05 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:05 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:05 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:05 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:05 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:05 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:05 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:05 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:05 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:05 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:05 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:05 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:05 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:05 -0400 Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (8.4ms) Completed 200 OK in 63ms (Views: 53.8ms | ActiveRecord: 0.5ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:10 -0400 Started POST "/whodat/users" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Processing by Whodat::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"ncazxjiz4viSunD4v/v2G91w8I7YjUGHgdARgnphMoVg//1z8/QY3d/EwfDENENAr3jpZMnS7X6RwGFKoNNJeQ==", "user"=>{"name"=>"hero", "email"=>"hero@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create User Account"}  (0.1ms) begin transaction ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13 Whodat::User Exists (1.3ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "hero@gmail.com"], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13 Whodat::User Create (0.5ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "hero"], ["email", "hero@gmail.com"], ["password_digest", "$2a$10$3qwIBi04YNTJ11/y/Lt0pezPZ2baydXas6Buh0ZkcXHpLxEVrrSeS"], ["created_at", "2018-09-24 00:08:30.453127"], ["updated_at", "2018-09-24 00:08:30.453127"]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13  (0.8ms) commit transaction ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13 Redirected to http://localhost:3000/whodat/ Completed 302 Found in 76ms (ActiveRecord: 2.7ms) Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.0ms) Completed 200 OK in 55ms (Views: 51.7ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:30 -0400 Started DELETE "/whodat/sessions/3" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Processing by Whodat::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"AVyDH5rOjSCAI07CI0o/JIkocXaMjeMPfoap5lXS3lX8Zc2qUYl3Bc1d/8pYhYp/+yBonJ3ST/Zultkuj2ClqQ==", "id"=>"3"} Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Redirected to http://localhost:3000/whodat/ Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/whodat/" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 49ms (Views: 45.9ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:08:40 -0400 Started GET "/" for 127.0.0.1 at 2018-09-23 20:32:34 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:34 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:32:34 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:32:34 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:34 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:34 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:34 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:34 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 20:32:34 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-23 20:32:36 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.0ms) Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:36 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:32:36 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:32:36 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:36 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:36 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:36 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-23 20:32:36 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:36 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.3ms) Completed 200 OK in 46ms (Views: 42.4ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-23 20:32:44 -0400 Started GET "/" for 127.0.0.1 at 2018-09-24 11:17:41 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (2.7ms) Completed 200 OK in 164ms (Views: 161.8ms | ActiveRecord: 0.0ms) Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:17:41 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:17:41 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:17:41 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:17:41 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:17:41 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:17:41 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:17:41 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-24 11:17:41 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-24 11:17:42 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (6.2ms) Completed 200 OK in 82ms (Views: 77.6ms | ActiveRecord: 0.7ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:18:22 -0400 Started GET "/" for 127.0.0.1 at 2018-09-24 11:18:27 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 41ms (Views: 38.7ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:18:27 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:18:27 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:18:27 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:18:27 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:18:27 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:18:27 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-24 11:18:27 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:18:27 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-24 11:20:43 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.0ms) Started GET "/welcome.css" for 127.0.0.1 at 2018-09-24 11:20:43 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:20:43 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:20:43 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:20:43 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:20:43 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:20:43 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:20:43 -0400 actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:20:43 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-24 11:20:44 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 11:20:49 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 47ms (Views: 44.5ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:20:49 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:20:49 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:20:49 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:20:49 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:20:49 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:20:49 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:20:49 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:20:49 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:20:50 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 11:20:50 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:20:50 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:20:50 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:20:50 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:20:50 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 11:20:50 -0400 Started GET "/README.md" for 127.0.0.1 at 2018-09-24 11:40:01 -0400 ActionController::RoutingError (No route matches [GET] "/README.md"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 48ms (Views: 44.9ms | ActiveRecord: 0.4ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 12:03:05 -0400 Started GET "/" for 127.0.0.1 at 2018-09-24 12:03:07 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (35.4ms) Completed 500 Internal Server Error in 67ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007faba5c6d218>): 4: 5: <%= link_to 'Main app', main_app.root_path %> 6: 7: <%= link_to 'Signup', new_user_path %> 8: <%= link_to 'Login', new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/layouts/application.html.erb:27:in `_app_views_layouts_application_html_erb___359356796925952342_70187605666380' Started GET "/" for 127.0.0.1 at 2018-09-24 12:09:27 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (25.4ms) Completed 500 Internal Server Error in 52ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #<#:0x00007fabac089da0>): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=current_user.name %>
    12: <% end %> app/views/layouts/application.html.erb:27:in `_app_views_layouts_application_html_erb___359356796925952342_70187651173860' Started GET "/" for 127.0.0.1 at 2018-09-24 12:09:51 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (8.4ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=current_user.name %>
    12: <% end %> app/views/layouts/application.html.erb:27:in `_app_views_layouts_application_html_erb___359356796925952342_70187599915460' Started GET "/" for 127.0.0.1 at 2018-09-24 12:10:05 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (9.3ms) Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=current_user.name %>
    12: <% end %> app/views/layouts/application.html.erb:27:in `_app_views_layouts_application_html_erb___359356796925952342_70187617059000' Started GET "/" for 127.0.0.1 at 2018-09-24 12:13:27 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (8.7ms) Completed 500 Internal Server Error in 37ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=current_user.name %>
    12: <% end %> app/views/layouts/application.html.erb:27:in `_app_views_layouts_application_html_erb___359356796925952342_70187607386000' Started GET "/" for 127.0.0.1 at 2018-09-24 22:56:09 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (3.4ms) Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (10.3ms) Completed 500 Internal Server Error in 168ms (ActiveRecord: 0.7ms) ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"whodat/sessions", :id=>nil}, possible unmatched constraints: [:id]): 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <%# if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=current_user.name %>
    12: <%# end %> 13: app/views/layouts/application.html.erb:27:in `_app_views_layouts_application_html_erb__3112235086891288908_70103068620280' Started GET "/" for 127.0.0.1 at 2018-09-24 22:57:19 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.6ms) Whodat::User Load (0.7ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (6.8ms) Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.7ms) ActionView::Template::Error (undefined method `name' for nil:NilClass): 8: <%= link_to 'Login', whodat.new_session_path %> 9: <%# if whodat.user_signed_in? %> 10: <%#= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=current_user.name %>
    12: <%# end %> 13: 14: app/views/layouts/application.html.erb:27:in `_app_views_layouts_application_html_erb__3112235086891288908_70103078484940' Started GET "/" for 127.0.0.1 at 2018-09-24 23:00:05 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (8.5ms) Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `current_user' for #): 8: <%= link_to 'Login', whodat.new_session_path %> 9: <%# if whodat.user_signed_in? %> 10: <%#= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%= whodat.current_user.name %>
    12: <%# end %> 13: 14: app/views/layouts/application.html.erb:27:in `_app_views_layouts_application_html_erb__3112235086891288908_70103050741020' Started GET "/" for 127.0.0.1 at 2018-09-24 23:00:53 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Completed 200 OK in 32ms (Views: 30.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:00:53 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:00:53 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:53 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:53 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:53 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:53 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-24 23:00:53 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:53 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 64ms (Views: 60.4ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:55 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.8ms) Completed 200 OK in 45ms (Views: 41.6ms | ActiveRecord: 0.1ms) Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:00:59 -0400 Started GET "/" for 127.0.0.1 at 2018-09-24 23:01:32 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Completed 200 OK in 32ms (Views: 30.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:32 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:32 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:32 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:32 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:32 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:32 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-24 23:01:32 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:32 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-24 23:01:35 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.1ms) Completed 200 OK in 27ms (Views: 25.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:35 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:35 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:35 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:35 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:35 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:35 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-24 23:01:35 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:36 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 49ms (Views: 46.0ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:45 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 51ms (Views: 48.3ms | ActiveRecord: 0.2ms) Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:01:49 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.5ms) Completed 200 OK in 47ms (Views: 43.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:27 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 46ms (Views: 42.5ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:11:34 -0400 Started GET "/" for 127.0.0.1 at 2018-09-24 23:12:50 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Completed 200 OK in 36ms (Views: 33.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:12:50 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:12:50 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:12:50 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:12:50 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:12:50 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:12:50 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:12:50 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-24 23:12:50 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:16:27 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:16:27 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:16:27 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:16:27 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:16:27 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-24 23:16:27 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 52ms (Views: 49.1ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 Started GET "/whodat/dashboard/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:16:32 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 49ms (Views: 45.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:19:00 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 50ms (Views: 46.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:19:04 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:19:47 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 51ms (Views: 47.0ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 Started GET "/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:19:48 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 52ms (Views: 49.1ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 Started GET "/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:20:17 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 54ms (Views: 51.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 Started GET "/whodat/dashboard/whodat/app/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:21:03 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/whodat/app/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 48ms (Views: 44.7ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 Started GET "/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:21:19 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 46ms (Views: 43.2ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 Started GET "/whodat/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:28:49 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 47ms (Views: 43.7ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 Started GET "/whodat/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:29:03 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:29:17 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 48ms (Views: 44.6ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:29:18 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 46ms (Views: 43.0ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:29:22 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:29:51 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 51ms (Views: 47.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:51 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:51 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:51 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:51 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:51 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:51 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:51 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:51 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:51 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:29:51 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:51 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:51 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:51 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:52 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:29:52 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:29:52 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 51ms (Views: 48.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 Started GET "/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:31:26 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.8ms) Completed 200 OK in 51ms (Views: 47.9ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 Started GET "/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:32:04 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 50ms (Views: 46.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 Started GET "/whodat/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:35:47 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 50ms (Views: 46.6ms | ActiveRecord: 0.2ms) Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 Started GET "/whodat/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:36:00 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 49ms (Views: 45.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 Started GET "/whodat/dashboard/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:37:20 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 50ms (Views: 46.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 Started GET "/whodat/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:53:11 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (6.2ms) Completed 200 OK in 51ms (Views: 47.9ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:53:35 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 45ms (Views: 41.7ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:54:12 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:54:26 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 47ms (Views: 44.3ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 Started GET "/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:54:27 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 45ms (Views: 41.5ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 Started GET "/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-24 23:55:11 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 45ms (Views: 42.1ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 Started GET "/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:07:13 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.1ms) Completed 200 OK in 72ms (Views: 69.0ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 Started GET "/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:07:16 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 49ms (Views: 46.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 Started GET "/whodat/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:09:38 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:09:53 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 48ms (Views: 45.1ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:09:53 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:53 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:53 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:53 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:09:53 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:53 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:09:54 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:09:54 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:09:54 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:09:54 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:54 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:54 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:54 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:54 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:09:54 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:09:54 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:12:54 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 46ms (Views: 42.5ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:12:54 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:12:54 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:12:54 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:12:54 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:12:54 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:12:54 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:12:55 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:12:55 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:12:55 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:12:55 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:12:55 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:12:55 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:12:55 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:12:55 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:12:55 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:12:55 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 45ms (Views: 42.1ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 Started GET "/whodat/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:13:26 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:14:44 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 45ms (Views: 41.9ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:14:44 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:14:44 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:14:44 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:14:44 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:14:44 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:14:44 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:14:45 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:14:45 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:14:45 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:14:45 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:14:45 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:14:45 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:14:45 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:14:45 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:14:45 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:14:45 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 45ms (Views: 41.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:15:12 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:15:29 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 47ms (Views: 44.0ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:15:30 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.5ms) Completed 200 OK in 45ms (Views: 41.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:16:18 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 45ms (Views: 41.9ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 Started GET "/whodat/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:16:35 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 45ms (Views: 42.3ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:18:43 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 45ms (Views: 41.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:19:04 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index.htm" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Processing by Whodat::DashboardController#index as Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 131ms (Views: 86.1ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:19:16 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.8ms) Completed 200 OK in 46ms (Views: 42.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 Started GET "/whodat/dashboard/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:23:02 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 46ms (Views: 42.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 Started GET "/whodat/dashboard/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:23:26 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 47ms (Views: 43.3ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 Started GET "/whodat/dashboard/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:24:04 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 51ms (Views: 47.7ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 Started GET "/whodat/dashboard/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:25:35 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:25:41 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 50ms (Views: 46.9ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 Started GET "/app/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:26:58 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/app/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:27:04 -0400 ActionController::RoutingError (No route matches [GET] "/app/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:27:32 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.8ms) Completed 200 OK in 46ms (Views: 42.6ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 Started GET "/whodat/dashboard/app/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:27:33 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/app/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/app/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:27:42 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/app/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.8ms) Completed 200 OK in 46ms (Views: 42.9ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:28:23 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:28:27 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:29:40 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 45ms (Views: 41.7ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:29:45 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:29:49 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:30:28 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 45ms (Views: 42.5ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:30:34 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:30:38 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:31:40 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 53ms (Views: 50.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:31:40 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:31:40 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:31:40 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:31:40 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:31:40 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:31:40 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:31:40 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:31:40 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:31:40 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:31:40 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:31:40 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:31:40 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:31:41 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:31:41 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:31:41 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:31:41 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:31:46 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 46ms (Views: 42.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:32:52 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.8ms) Completed 200 OK in 45ms (Views: 42.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 Started GET "/whodat/app/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:34:18 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/app/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/app/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:34:25 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/app/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 46ms (Views: 42.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 Started GET "/whodat/dashboard/whodat/app/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:34:43 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/whodat/app/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/whodat/app/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:34:49 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/whodat/app/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.8ms) Completed 200 OK in 47ms (Views: 43.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 Started GET "/whodat/app/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:35:51 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/app/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/app/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:35:56 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/app/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 52ms (Views: 49.0ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:36:35 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:36:39 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 44ms (Views: 41.3ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 Started GET "/whodat/app/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:37:16 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/app/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/app/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:37:20 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/app/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat" for 127.0.0.1 at 2018-09-25 00:37:44 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.8ms) Completed 200 OK in 46ms (Views: 42.8ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 Started GET "/whodat/app/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:37:45 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/app/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/app/assets/images/whodat/whodat-logo.png" for 127.0.0.1 at 2018-09-25 00:38:37 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/app/assets/images/whodat/whodat-logo.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 47ms (Views: 44.3ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 Started GET "/whodat/app/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:40:01 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/app/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 47ms (Views: 43.9ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 Started GET "/whodat/app/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:41:15 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/app/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 46ms (Views: 43.0ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 Started GET "/whodat/app/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:41:56 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/app/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 47ms (Views: 44.1ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 Started GET "/whodat/app/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:47:47 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/app/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 00:47:53 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:47:53 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:53 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:47:53 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:53 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:53 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:53 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 00:47:54 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:54 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 46ms (Views: 42.9ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 Started GET "/whodat/app/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:47:56 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/app/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 00:48:10 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 00:48:12 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (3.3ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.1ms) Completed 200 OK in 195ms (Views: 193.6ms | ActiveRecord: 0.0ms) Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 00:48:13 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:13 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:13 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:13 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:13 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:13 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:13 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:13 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 00:48:13 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (6.6ms) Completed 200 OK in 116ms (Views: 112.1ms | ActiveRecord: 0.5ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 Started GET "/whodat/app/assets/images/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:48:17 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/app/assets/images/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 49ms (Views: 45.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:48:52 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 00:48:55 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:48:56 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 53ms (Views: 49.6ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:56 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:56 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:56 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:56 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:56 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:56 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:57 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:57 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:57 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:48:57 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:57 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:57 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:57 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:57 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:48:57 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:48:57 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:49:09 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.8ms) Completed 200 OK in 50ms (Views: 46.9ms | ActiveRecord: 0.2ms) Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:09 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:09 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:09 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:09 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:09 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:09 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:10 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:10 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:10 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:10 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:10 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:10 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:10 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:10 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:10 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:49:10 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:49:12 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 50ms (Views: 47.3ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:12 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:12 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:12 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:12 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:12 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:12 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:12 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:12 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:12 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:12 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:12 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:12 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:13 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:13 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:13 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:49:13 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 51ms (Views: 47.6ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:49:18 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/images/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:49:22 -0400 ActionController::RoutingError (No route matches [GET] "/assets/images/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 45ms (Views: 41.5ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 Started GET "/whodat/dashboard/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:52:34 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:52:39 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/whodat/whodat-logo-tiny.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:53:24 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (6.6ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.2ms) ActionView::Template::Error (Can't resolve image into URL: undefined method `start_with?' for nil:NilClass): 12: <% end %> 13: 14: 15: <%= image_tag "../../whodat/whodat-logo-tiny.png" %> actionview (5.2.0) lib/action_view/helpers/asset_tag_helper.rb:472:in `rescue in resolve_image_source' actionview (5.2.0) lib/action_view/helpers/asset_tag_helper.rb:465:in `resolve_image_source' actionview (5.2.0) lib/action_view/helpers/asset_tag_helper.rb:337:in `image_tag' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:15:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb__2811791771096756190_70244348267280' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:53:53 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (6.3ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.2ms) ActionView::Template::Error (Can't resolve image into URL: undefined method `start_with?' for nil:NilClass): 12: <% end %> 13: 14: 15: <%= image_tag "../../whodat/whodat-logo-tiny.png" %> actionview (5.2.0) lib/action_view/helpers/asset_tag_helper.rb:472:in `rescue in resolve_image_source' actionview (5.2.0) lib/action_view/helpers/asset_tag_helper.rb:465:in `resolve_image_source' actionview (5.2.0) lib/action_view/helpers/asset_tag_helper.rb:337:in `image_tag' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:15:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb__2811791771096756190_70244305031600' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:54:02 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (6.0ms) Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.1ms) ActionView::Template::Error (Can't resolve image into URL: undefined method `start_with?' for nil:NilClass): 12: <% end %> 13: 14: 15: <%= image_tag "../../whodat/whodat-logo-tiny.png" %> actionview (5.2.0) lib/action_view/helpers/asset_tag_helper.rb:472:in `rescue in resolve_image_source' actionview (5.2.0) lib/action_view/helpers/asset_tag_helper.rb:465:in `resolve_image_source' actionview (5.2.0) lib/action_view/helpers/asset_tag_helper.rb:337:in `image_tag' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:15:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb__2811791771096756190_70244301114420' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:54:10 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (6.6ms) Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.2ms) ActionView::Template::Error (Can't resolve image into URL: undefined method `start_with?' for nil:NilClass): 12: <% end %> 13: 14: 15: <%= image_tag "../../whodat/whodat-logo-tiny.png" %> actionview (5.2.0) lib/action_view/helpers/asset_tag_helper.rb:472:in `rescue in resolve_image_source' actionview (5.2.0) lib/action_view/helpers/asset_tag_helper.rb:465:in `resolve_image_source' actionview (5.2.0) lib/action_view/helpers/asset_tag_helper.rb:337:in `image_tag' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:15:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb__2811791771096756190_70244311096640' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (6.5ms) Completed 200 OK in 55ms (Views: 52.0ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 00:54:24 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.9ms) Completed 200 OK in 50ms (Views: 47.1ms | ActiveRecord: 0.3ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:06:03 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:10:54 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (8.2ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `symbolize_keys' for "logo":String): 11:
    You're logged in as <%=current_user.name %>
    12: <% end %> 13: 14: <%= image_tag "whodat/whodat-logo-tiny.png", id="logo"%> 15: 16: <%= image_tag "whodat/whodat-logo-tiny.png" %> actionview (5.2.0) lib/action_view/helpers/asset_tag_helper.rb:333:in `image_tag' /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb:14:in `___sers_bperlik_code_bloc_whodat_app_views_whodat_dashboard_index_html_erb__2811791771096756190_70244306153960' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:44:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionview (5.2.0) lib/action_view/renderer/abstract_renderer.rb:43:in `instrument' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.2ms) Completed 200 OK in 56ms (Views: 52.9ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:14:13 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.0ms) Completed 200 OK in 47ms (Views: 43.9ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:14:18 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.5ms) Completed 200 OK in 57ms (Views: 53.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:18:01 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.0ms) Completed 200 OK in 46ms (Views: 42.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:18:05 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.8ms) Completed 200 OK in 58ms (Views: 55.2ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:19:30 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:19:40 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (4.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (8.7ms) Completed 200 OK in 53ms (Views: 46.0ms | ActiveRecord: 4.4ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:19:41 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.2ms) Completed 200 OK in 63ms (Views: 59.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:20:45 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.9ms) Completed 200 OK in 63ms (Views: 60.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:21:32 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.3ms) Completed 200 OK in 67ms (Views: 63.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:21:59 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:22:54 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (6.8ms) Completed 200 OK in 68ms (Views: 65.3ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:22:55 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.3ms) Completed 200 OK in 64ms (Views: 61.0ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:23:39 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:24:11 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.6ms) Completed 200 OK in 68ms (Views: 64.6ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:24:11 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:24:11 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:11 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:11 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:11 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:11 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:24:11 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:24:11 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:24:11 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:24:11 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:11 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:11 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:12 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:12 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:12 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:24:12 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:24:23 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.4ms) Completed 200 OK in 52ms (Views: 49.2ms | ActiveRecord: 0.2ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:23 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:24:23 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:23 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:23 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:24 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:24:23 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:24:24 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:24:24 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:24:24 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:24:24 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:24 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:24 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:24 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:24 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:24:24 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:24:24 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (4.8ms) Completed 200 OK in 62ms (Views: 58.7ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:25:10 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.5ms) Completed 200 OK in 48ms (Views: 44.9ms | ActiveRecord: 0.2ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:26:25 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.9ms) Completed 200 OK in 57ms (Views: 53.6ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:27:06 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.4ms) Completed 200 OK in 57ms (Views: 53.4ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:27:22 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.4ms) Completed 200 OK in 56ms (Views: 52.7ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:27:39 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.0ms) Completed 200 OK in 49ms (Views: 46.1ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:31:55 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:32:08 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.3ms) Completed 200 OK in 51ms (Views: 48.2ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:08 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:32:08 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:08 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:32:08 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:08 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:08 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:32:08 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:32:09 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:32:09 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:32:09 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:09 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:09 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:09 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:09 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:09 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:32:09 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 45ms (Views: 41.7ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:32:51 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.4ms) Completed 200 OK in 47ms (Views: 43.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:33:48 -0400 Started GET "/" for 127.0.0.1 at 2018-09-25 01:36:26 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Completed 200 OK in 38ms (Views: 36.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:36:26 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:36:26 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:36:26 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:36:26 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:36:26 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:36:26 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:36:26 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:36:26 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-09-25 01:36:26 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 01:36:55 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:36:55 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:36:55 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:36:55 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:36:56 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:36:56 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:36:56 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:36:56 -0400 Started GET "/assets/whodat/whodat-logo-tiny.png" for 127.0.0.1 at 2018-09-25 01:36:56 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:36:56 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:36:56 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 01:37:58 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Completed 200 OK in 30ms (Views: 27.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:37:58 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:37:58 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:37:58 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:37:58 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:37:58 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:37:58 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:37:58 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:37:58 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-09-25 01:37:58 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:37:58 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 01:39:19 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:39:19 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:39:19 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:39:19 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:39:19 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:39:19 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:39:19 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:39:19 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:39:19 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-09-25 01:39:19 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:39:19 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 01:39:21 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.2ms) Completed 200 OK in 47ms (Views: 45.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:39:21 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:39:21 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:39:21 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:39:21 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:39:21 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:39:21 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:39:21 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:39:21 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-09-25 01:39:21 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 01:40:17 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Completed 200 OK in 39ms (Views: 37.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:40:18 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:40:18 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:40:18 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:40:18 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:40:18 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:40:18 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:40:18 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:40:18 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-09-25 01:40:18 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:40:18 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 01:40:20 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Completed 200 OK in 29ms (Views: 27.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:40:20 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:40:20 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:40:20 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:40:20 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:40:20 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:40:20 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:40:20 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:40:20 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-09-25 01:40:21 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 01:41:24 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Completed 200 OK in 45ms (Views: 42.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:41:24 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:41:24 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:41:24 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:41:24 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:41:24 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:41:24 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:41:24 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:41:24 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-09-25 01:41:24 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 01:41:26 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Completed 200 OK in 30ms (Views: 28.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:41:26 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:41:26 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:41:26 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:41:26 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:41:26 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:41:26 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:41:26 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:41:26 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-09-25 01:41:26 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 01:43:53 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.1ms) Completed 200 OK in 38ms (Views: 36.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:43:53 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:43:53 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:43:53 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:43:53 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:43:53 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:43:53 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:43:53 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:43:53 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-09-25 01:43:53 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:43:54 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 01:45:48 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:45:48 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:45:48 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:45:48 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:45:48 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:45:48 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:45:48 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:45:48 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:45:48 -0400 Started GET "/images/whodat/whodat-wide.png" for 127.0.0.1 at 2018-09-25 01:45:48 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/images/whodat/whodat-wide.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:45:49 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 01:46:19 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Completed 200 OK in 29ms (Views: 27.4ms | ActiveRecord: 0.0ms) Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:46:19 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:46:19 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:46:19 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:46:19 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:46:19 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:46:19 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:46:19 -0400 Started GET "/images/whodat/whodat-wide.png" for 127.0.0.1 at 2018-09-25 01:46:19 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:46:19 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/images/whodat/whodat-wide.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:46:20 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 01:46:25 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:46:25 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:46:25 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:46:25 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:46:25 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:46:25 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:46:25 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:46:25 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:46:25 -0400 Started GET "/images/whodat/whodat-wide.png" for 127.0.0.1 at 2018-09-25 01:46:25 -0400 ActionController::RoutingError (No route matches [GET] "/images/whodat/whodat-wide.png"): ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 01:46:33 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:46:33 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:46:33 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:46:33 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:46:33 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:46:33 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:46:33 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:46:33 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:46:33 -0400 Started GET "/images/whodat/whodat-wide.png" for 127.0.0.1 at 2018-09-25 01:46:33 -0400 ActionController::RoutingError (No route matches [GET] "/images/whodat/whodat-wide.png"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:46:33 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 01:47:13 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Completed 200 OK in 35ms (Views: 32.8ms | ActiveRecord: 0.0ms) Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:47:13 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:47:13 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:47:13 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:47:13 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:47:13 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:47:13 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:47:13 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:47:13 -0400 Started GET "/assets/whodat/whodat-logo-wide.png" for 127.0.0.1 at 2018-09-25 01:47:13 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:47:13 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 01:47:36 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Completed 200 OK in 32ms (Views: 30.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:47:36 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:47:36 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:47:36 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:47:36 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:47:36 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 01:47:36 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 01:47:36 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 01:47:36 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-09-25 01:47:36 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:00:45 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Completed 200 OK in 36ms (Views: 33.7ms | ActiveRecord: 0.0ms) Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:00:45 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:00:45 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:00:45 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:00:45 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:00:45 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:00:45 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:00:45 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:00:45 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:00:45 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:00:46 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:01:55 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Completed 200 OK in 42ms (Views: 39.7ms | ActiveRecord: 0.0ms) Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:01:55 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:01:55 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:01:55 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:01:55 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:01:55 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:01:55 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:01:55 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:01:55 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:01:55 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:02:51 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Completed 200 OK in 40ms (Views: 38.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:02:51 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:02:51 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:02:51 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:02:51 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:02:51 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:02:51 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:02:51 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:02:51 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:02:51 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:02:51 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:09:57 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.3ms) Rendered welcome/index.html.erb within layouts/application (7.0ms) Completed 200 OK in 40ms (Views: 37.8ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:09:57 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:09:57 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:09:57 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:09:57 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:09:57 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:09:57 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:09:57 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:09:57 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:09:57 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:09:57 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:10:11 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 31ms (Views: 29.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:10:11 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:10:11 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:10:11 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:10:11 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:10:11 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:10:11 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:10:11 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:10:11 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:10:11 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:10:12 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:11:04 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 32ms (Views: 30.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:11:04 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:11:04 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:11:04 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:11:04 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:11:04 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:11:04 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:11:04 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:11:04 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:11:04 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:12:40 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 42ms (Views: 40.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:12:40 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:12:40 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:12:40 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:12:40 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:12:40 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:12:40 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:12:40 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:12:40 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:12:40 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:12:56 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (9.9ms) Completed 200 OK in 34ms (Views: 32.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:12:56 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:12:56 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:12:56 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:12:56 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:12:56 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:12:56 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:12:56 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:12:56 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:12:56 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:15:25 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 38ms (Views: 36.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:15:25 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:15:25 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:15:25 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:15:25 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:15:25 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:15:25 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:15:25 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:15:25 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:15:25 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:15:49 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 38ms (Views: 36.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:15:50 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:15:50 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:15:50 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:15:50 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:15:50 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:15:50 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:15:50 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:15:50 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:15:50 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:21:26 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 44ms (Views: 41.9ms | ActiveRecord: 0.0ms) Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:21:26 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:21:26 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:21:26 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:21:26 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:21:26 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:21:26 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:21:26 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:21:26 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:21:26 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:21:56 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 41ms (Views: 39.2ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:21:56 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:21:56 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:21:56 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:21:56 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:21:56 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:21:56 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:21:56 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:21:56 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:21:56 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:21:57 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:22:27 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 35ms (Views: 32.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:22:27 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:22:27 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:22:27 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:22:27 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:22:27 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:22:27 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:22:27 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:22:27 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:22:27 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:23:22 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 38ms (Views: 36.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:23:22 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:23:22 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:23:22 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:23:22 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:23:22 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:23:22 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:23:22 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:23:22 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:23:22 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:23:22 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:23:54 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 38ms (Views: 35.9ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:23:54 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:23:54 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:23:54 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:23:54 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:23:54 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:23:54 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:23:54 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:23:54 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:23:54 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:26:01 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 48ms (Views: 45.9ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:26:01 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:26:01 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:26:01 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:26:01 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:26:01 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:26:01 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:26:01 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:26:01 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:26:01 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:26:01 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:26:41 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 36ms (Views: 34.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:26:41 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:26:41 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:26:41 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:26:41 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:26:41 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:26:41 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:26:42 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:26:42 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:26:42 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:27:31 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 36ms (Views: 34.7ms | ActiveRecord: 0.0ms) Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:27:31 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:27:31 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:27:31 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:27:31 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:27:31 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:27:31 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:27:31 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:27:31 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:27:31 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:28:11 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 30ms (Views: 27.9ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:28:11 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:28:11 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:28:11 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:28:11 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:28:11 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:28:11 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:28:11 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:28:11 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:28:11 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:29:31 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 42ms (Views: 39.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:29:32 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:29:32 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:29:32 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:29:32 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:29:32 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:29:32 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:29:32 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:29:32 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:29:32 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:30:32 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 29ms (Views: 27.4ms | ActiveRecord: 0.0ms) Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:30:32 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:30:32 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:30:32 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:30:32 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:30:32 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:30:32 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:30:32 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:30:32 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:30:32 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:30:33 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 58ms (Views: 54.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:30:37 -0400 Started GET "/" for 127.0.0.1 at 2018-09-25 02:31:24 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 37ms (Views: 34.8ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:31:24 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:31:24 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:31:24 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:31:24 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:31:24 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:31:24 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:31:24 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:31:24 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:31:24 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:32:05 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 29ms (Views: 26.9ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:32:05 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:32:05 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:32:05 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:32:05 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:32:05 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:32:05 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:32:05 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:32:05 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:32:05 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:32:22 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:32:22 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:32:22 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:32:22 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:32:22 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:32:22 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:32:22 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:32:22 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:32:22 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:32:22 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:33:40 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 29ms (Views: 27.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:33:40 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:33:40 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:33:40 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:33:40 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:33:40 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:33:40 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:33:40 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:33:40 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:33:40 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:33:40 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:33:53 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:33:53 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:33:53 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:33:53 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:33:53 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:33:53 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:33:53 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:33:54 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:33:54 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:33:54 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:34:48 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:34:48 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:34:48 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:34:48 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:34:48 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:34:48 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:34:48 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:34:48 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:34:48 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:34:48 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:34:48 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:35:31 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:35:31 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:35:31 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:35:31 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:35:31 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:35:31 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:35:31 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:35:31 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:35:31 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:35:31 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:37:42 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 38ms (Views: 35.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:37:42 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:37:42 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:37:42 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:37:42 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:37:42 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:37:42 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:37:42 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:37:42 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:37:42 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:38:17 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 31ms (Views: 28.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:38:18 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:38:18 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:38:18 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:38:18 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:38:18 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:38:18 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:38:18 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:38:18 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:38:18 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:38:18 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:38:46 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 38ms (Views: 36.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:38:47 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:38:47 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:38:47 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:38:47 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:38:47 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:38:47 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:38:47 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:38:47 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:38:47 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:39:05 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 44ms (Views: 41.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:39:05 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:39:05 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:39:05 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:39:05 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:39:05 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:39:05 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:39:05 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:39:05 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:39:05 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:39:47 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 37ms (Views: 35.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:39:47 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:39:47 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:39:47 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:39:47 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:39:47 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:39:47 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:39:47 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:39:47 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:39:47 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:39:47 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 02:40:05 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 47ms (Views: 44.0ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:40:06 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:40:06 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:40:06 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:40:06 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:40:06 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:40:06 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:40:06 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:40:06 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:40:06 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:40:06 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:40:06 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:40:06 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:40:06 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:40:06 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:40:06 -0400 Started GET "/" for 127.0.0.1 at 2018-09-25 02:41:08 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (6.9ms) Completed 200 OK in 44ms (Views: 41.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:41:09 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:09 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:41:09 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:09 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:09 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:09 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:41:09 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:09 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:41:09 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 50ms (Views: 46.6ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:22 -0400 Started GET "/" for 127.0.0.1 at 2018-09-25 02:41:50 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 40ms (Views: 38.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:41:51 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:51 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:51 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:51 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:41:51 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:51 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:41:51 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:41:51 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:41:51 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:42:14 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.2ms) Rendered welcome/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 39ms (Views: 37.4ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:42:14 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:42:14 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:42:14 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:42:14 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:42:14 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:42:14 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:42:14 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:42:14 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:42:14 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:43:52 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 40ms (Views: 38.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:43:52 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:43:52 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:43:52 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:43:52 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:43:52 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:43:52 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:43:52 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:43:52 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:43:52 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:43:55 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:43:55 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:43:55 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:43:55 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:43:55 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:43:55 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:43:55 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:43:55 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:43:55 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:43:55 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 49ms (Views: 46.0ms | ActiveRecord: 0.2ms) Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:44:24 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:44:27 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:45:46 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.1ms) Rendered welcome/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 40ms (Views: 37.9ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:45:46 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:45:46 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:45:46 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:45:46 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:45:46 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:45:46 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:45:46 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:45:46 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:45:46 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:46:19 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 39ms (Views: 36.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:46:19 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:46:19 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:46:19 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:46:19 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:46:19 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:46:19 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:46:19 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:46:19 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:46:19 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:46:50 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 40ms (Views: 38.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:46:50 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:46:50 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:46:50 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:46:50 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:46:50 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:46:50 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:46:50 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:46:50 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:46:50 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:47:12 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.1ms) Rendered welcome/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 40ms (Views: 38.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:47:12 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:12 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:12 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:47:12 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:12 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:12 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:47:13 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:13 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:47:13 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:47:29 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 38ms (Views: 36.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:47:29 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:29 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:47:29 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:29 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:29 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:29 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:47:29 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:29 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:47:29 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:47:35 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 31ms (Views: 29.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:47:35 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:47:35 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:35 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:35 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:35 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:35 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:47:35 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:35 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:47:35 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:47:35 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 53ms (Views: 49.9ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:47:38 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:47:40 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:48:49 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 39ms (Views: 37.3ms | ActiveRecord: 0.0ms) Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:48:50 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:48:50 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:48:50 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:48:50 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:48:50 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:48:50 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:48:50 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:48:50 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:48:50 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:48:50 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:49:32 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 42ms (Views: 40.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:49:32 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:49:32 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:49:32 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:49:32 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:49:32 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:49:32 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:49:32 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:49:32 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:49:32 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:50:58 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 38ms (Views: 36.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:50:58 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:50:58 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:50:58 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:50:58 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:50:58 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:50:58 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:50:58 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:50:58 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:50:58 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:51:41 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 40ms (Views: 38.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:51:41 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:51:41 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:51:41 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:51:41 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:51:41 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:51:41 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:51:41 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:51:41 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:51:41 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:51:46 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:51:46 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:51:46 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:51:46 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:51:46 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:51:46 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:51:46 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:51:46 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:51:46 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:51:46 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:52:39 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 36ms (Views: 34.6ms | ActiveRecord: 0.0ms) Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:52:39 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:52:39 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:52:39 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:52:39 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:52:39 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:52:39 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:52:39 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:52:39 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:52:39 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:52:39 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:53:27 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.4ms) Rendered welcome/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 39ms (Views: 37.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:53:27 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:53:27 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:53:27 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:53:27 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:53:27 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:53:27 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:53:27 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:53:27 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:53:27 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:53:30 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 31ms (Views: 29.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:53:30 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:53:30 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:53:30 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:53:30 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:53:30 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:53:30 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:53:30 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:53:30 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:53:30 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:53:30 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:54:03 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 32ms (Views: 30.6ms | ActiveRecord: 0.0ms) Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:54:03 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:54:03 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:54:03 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:03 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:03 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:03 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:03 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:03 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:54:03 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:54:03 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 02:54:50 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:54:50 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:54:50 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:50 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:50 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:50 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:50 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:54:50 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:50 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:54:50 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 47ms (Views: 44.2ms | ActiveRecord: 0.3ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:54:53 -0400 Started GET "/" for 127.0.0.1 at 2018-09-25 02:55:20 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 31ms (Views: 28.9ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:55:20 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:55:20 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:55:20 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:55:20 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:55:20 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:55:20 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:55:20 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:55:20 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:55:20 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 52ms (Views: 49.1ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:55:23 -0400 Started GET "/" for 127.0.0.1 at 2018-09-25 02:59:20 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (101.5ms) Completed 200 OK in 146ms (Views: 144.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:59:20 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:59:20 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:59:20 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:59:20 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:59:20 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 02:59:20 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 02:59:20 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 02:59:20 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 02:59:20 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 03:01:37 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (2.1ms) Completed 200 OK in 41ms (Views: 39.3ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:01:37 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:01:37 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:01:37 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:01:37 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:01:37 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:01:37 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 03:01:37 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:01:37 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 03:01:37 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 03:01:38 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 03:02:29 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (3.2ms) Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:02:29 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:02:29 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:29 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:29 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:29 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:29 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 03:02:29 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 03:02:29 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:29 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 03:02:29 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (7.4ms) Completed 200 OK in 66ms (Views: 62.8ms | ActiveRecord: 0.6ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:41 -0400 Started GET "/" for 127.0.0.1 at 2018-09-25 03:02:57 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (2.1ms) Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:02:57 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:57 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:02:57 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:57 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:57 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:57 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 03:02:58 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:02:58 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 03:02:58 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 54ms (Views: 51.2ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 03:03:00 -0400 Started GET "/" for 127.0.0.1 at 2018-09-25 11:00:48 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (132.7ms) Completed 200 OK in 180ms (Views: 177.6ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:48 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:48 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:00:48 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:48 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:48 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:00:48 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:00:48 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 11:00:48 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:48 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 11:00:52 -0400 Processing by Whodat::DashboardController#index as HTML Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Redirected to http://localhost:3000/whodat/sessions/new Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 8ms (ActiveRecord: 0.7ms) Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-09-25 11:00:52 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (7.5ms) Completed 200 OK in 73ms (Views: 69.4ms | ActiveRecord: 0.0ms) Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:52 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:00:52 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:00:52 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:52 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:52 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:52 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:00:52 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:00:52 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:00:52 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:52 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:00:53 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:53 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:53 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:53 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:53 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 11:00:58 -0400 Processing by Whodat::DashboardController#index as HTML Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Redirected to http://localhost:3000/whodat/sessions/new Filter chain halted as :authenticate_user! rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-09-25 11:00:58 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (2.3ms) Completed 200 OK in 63ms (Views: 60.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:00:59 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:59 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:59 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:59 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:00:59 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:59 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:00:59 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:00:59 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:00:59 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:00:59 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:59 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:59 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:59 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:59 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:00:59 -0400 Started GET "/" for 127.0.0.1 at 2018-09-25 11:01:24 -0400 ArgumentError (unknown firstpos: NilClass): actionpack (5.2.0) lib/action_dispatch/journey/gtg/builder.rb:101:in `firstpos' actionpack (5.2.0) lib/action_dispatch/journey/gtg/builder.rb:24:in `transition_table' actionpack (5.2.0) lib/action_dispatch/journey/routes.rb:60:in `simulator' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:99:in `simulator' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:30:in `eager_load!' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:390:in `eager_load!' railties (5.2.0) lib/rails/application/routes_reloader.rb:28:in `each' railties (5.2.0) lib/rails/application/routes_reloader.rb:28:in `execute' railties (5.2.0) lib/rails/application/finisher.rb:143:in `block (2 levels) in ' activesupport (5.2.0) lib/active_support/callbacks.rb:426:in `instance_exec' activesupport (5.2.0) lib/active_support/callbacks.rb:426:in `block in make_lambda' activesupport (5.2.0) lib/active_support/callbacks.rb:198:in `block (2 levels) in halting' activesupport (5.2.0) lib/active_support/callbacks.rb:606:in `block (2 levels) in default_terminator' activesupport (5.2.0) lib/active_support/callbacks.rb:605:in `catch' activesupport (5.2.0) lib/active_support/callbacks.rb:605:in `block in default_terminator' activesupport (5.2.0) lib/active_support/callbacks.rb:199:in `block in halting' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `block in invoke_before' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `each' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `invoke_before' activesupport (5.2.0) lib/active_support/callbacks.rb:131:in `run_callbacks' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:110:in `run!' activesupport (5.2.0) lib/active_support/reloader.rb:115:in `run!' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:72:in `block in run!' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:69:in `tap' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:69:in `run!' activesupport (5.2.0) lib/active_support/reloader.rb:64:in `run!' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 11:06:47 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (101.7ms) Completed 200 OK in 149ms (Views: 147.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:06:47 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:06:47 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:06:47 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:06:47 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:06:47 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:06:47 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:06:48 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:06:48 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 11:06:48 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:06:48 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.5ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (6.9ms) Completed 200 OK in 69ms (Views: 64.6ms | ActiveRecord: 0.8ms) Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:06:53 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.8ms) Completed 200 OK in 63ms (Views: 59.5ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:03 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 50ms (Views: 46.8ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:07:31 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 11:11:47 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.7ms) Completed 200 OK in 52ms (Views: 48.4ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:11:47 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:11:47 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:11:47 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:11:47 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:11:47 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:11:47 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:11:47 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:11:47 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:11:47 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:11:47 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:11:47 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:11:47 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:11:47 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:11:48 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:11:48 -0400 Started GET "/" for 127.0.0.1 at 2018-09-25 11:15:39 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.8ms) Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:15:39 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:15:39 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:15:39 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:15:39 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:15:39 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:15:39 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:15:39 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:15:39 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 11:15:39 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 11:18:57 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.3ms) Rendered welcome/index.html.erb within layouts/application (6.9ms) Completed 200 OK in 31ms (Views: 29.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:18:57 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:18:57 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:18:57 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:18:57 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:18:57 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:18:57 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:18:57 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:18:57 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 11:18:57 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 11:23:12 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.5ms) Rendered welcome/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 32ms (Views: 30.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:23:12 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 11:23:12 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:12 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:23:12 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:12 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:12 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:23:12 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:12 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:12 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 11:23:12 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 11:23:12 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:23:12 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 11:23:40 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.1ms) Rendered welcome/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 35ms (Views: 33.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:23:40 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:40 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:40 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:40 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:40 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:23:40 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:23:40 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:40 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 11:23:40 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:23:40 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 11:23:48 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.1ms) Rendered welcome/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 34ms (Views: 31.7ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:23:49 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:49 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:49 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:49 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:23:49 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:49 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:23:49 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:49 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 11:23:49 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 11:23:50 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 36ms (Views: 34.0ms | ActiveRecord: 0.0ms) Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:23:50 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:50 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:23:50 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:23:50 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:50 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:50 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:50 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:50 -0400 actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 11:23:50 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:23:51 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 11:23:57 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.1ms) Rendered welcome/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 36ms (Views: 34.4ms | ActiveRecord: 0.0ms) Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:57 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:57 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:57 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:57 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:23:57 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:23:57 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:23:57 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:23:57 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 11:23:57 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:23:58 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 11:25:30 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 33ms (Views: 31.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:25:30 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:25:30 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:25:30 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:25:30 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:25:30 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:25:30 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:25:30 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 11:25:30 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:25:30 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 11:25:30 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:25:31 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 11:32:18 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:32:18 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:32:18 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:32:18 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:32:18 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:32:18 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:32:18 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:32:18 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 11:32:18 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:32:18 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 11:32:18 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 11:42:00 -0400 ArgumentError (unknown firstpos: NilClass): actionpack (5.2.0) lib/action_dispatch/journey/gtg/builder.rb:101:in `firstpos' actionpack (5.2.0) lib/action_dispatch/journey/gtg/builder.rb:24:in `transition_table' actionpack (5.2.0) lib/action_dispatch/journey/routes.rb:60:in `simulator' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:99:in `simulator' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:30:in `eager_load!' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:390:in `eager_load!' railties (5.2.0) lib/rails/application/routes_reloader.rb:28:in `each' railties (5.2.0) lib/rails/application/routes_reloader.rb:28:in `execute' railties (5.2.0) lib/rails/application/finisher.rb:143:in `block (2 levels) in ' activesupport (5.2.0) lib/active_support/callbacks.rb:426:in `instance_exec' activesupport (5.2.0) lib/active_support/callbacks.rb:426:in `block in make_lambda' activesupport (5.2.0) lib/active_support/callbacks.rb:198:in `block (2 levels) in halting' activesupport (5.2.0) lib/active_support/callbacks.rb:606:in `block (2 levels) in default_terminator' activesupport (5.2.0) lib/active_support/callbacks.rb:605:in `catch' activesupport (5.2.0) lib/active_support/callbacks.rb:605:in `block in default_terminator' activesupport (5.2.0) lib/active_support/callbacks.rb:199:in `block in halting' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `block in invoke_before' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `each' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `invoke_before' activesupport (5.2.0) lib/active_support/callbacks.rb:131:in `run_callbacks' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:110:in `run!' activesupport (5.2.0) lib/active_support/reloader.rb:115:in `run!' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:72:in `block in run!' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:69:in `tap' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:69:in `run!' activesupport (5.2.0) lib/active_support/reloader.rb:64:in `run!' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 11:42:11 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (3.5ms) Rendered welcome/index.html.erb within layouts/application (8.6ms) Completed 200 OK in 35ms (Views: 32.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:42:11 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:42:11 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:42:11 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:42:11 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:42:11 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:42:11 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 11:42:11 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:42:11 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:42:11 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 11:42:11 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 11:42:13 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (6.0ms) Completed 200 OK in 102ms (Views: 98.1ms | ActiveRecord: 0.5ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:42:14 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:42:16 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:42:27 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:42:27 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:42:27 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 11:42:27 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 11:46:22 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.2ms) Rendered welcome/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 0.0ms) Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:46:22 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:46:22 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:46:22 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:46:22 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:46:22 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:46:22 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 11:46:22 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:46:22 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:46:22 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:46:22 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 11:46:22 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 11:49:57 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.3ms) Rendered welcome/index.html.erb within layouts/application (4.6ms) Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:49:57 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:49:57 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:49:57 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 11:49:57 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:49:57 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:49:57 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:49:57 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 11:49:57 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 11:49:57 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 11:49:57 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 12:06:15 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.3ms) Rendered welcome/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 31ms (Views: 28.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:06:15 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:06:15 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:06:15 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:06:15 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:06:15 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:06:15 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 12:06:16 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 12:06:16 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:06:16 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 12:06:45 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 31ms (Views: 28.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:06:45 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:06:45 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:06:45 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:06:45 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:06:45 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:06:45 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 12:06:45 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 12:06:45 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:06:45 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 12:06:46 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 12:06:46 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 12:10:19 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (4.4ms) Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:10:19 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:10:19 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:10:19 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:10:19 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:10:19 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:10:19 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 12:10:19 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 12:10:19 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:10:19 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 12:11:26 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 30ms (Views: 28.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:11:26 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 12:11:26 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:11:26 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:11:26 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:11:26 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:11:26 -0400 ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 12:11:26 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 12:11:27 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:11:27 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:11:27 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 12:11:27 -0400 ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (8.2ms) Completed 200 OK in 64ms (Views: 55.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:11:34 -0400 Started GET "/" for 127.0.0.1 at 2018-09-25 12:17:19 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (4.4ms) Completed 200 OK in 29ms (Views: 27.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:17:19 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:17:19 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:17:19 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:17:19 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:17:19 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:17:19 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 12:17:19 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 12:17:19 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 12:17:19 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:17:19 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 12:17:19 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 12:17:30 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 29ms (Views: 26.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:17:30 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:17:30 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:17:30 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:17:30 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:17:30 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 12:17:30 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 12:17:30 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 12:17:30 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 12:17:30 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 12:17:30 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 12:17:30 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 14:27:06 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (4.4ms) Completed 200 OK in 28ms (Views: 26.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:27:06 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:27:06 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:06 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:06 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:06 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:06 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 14:27:06 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 14:27:06 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 14:27:06 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:06 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 14:27:07 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 14:27:07 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 14:27:09 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (2.5ms) Rendered welcome/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 56ms (Views: 54.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:27:09 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:09 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:27:09 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:09 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:09 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:09 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 14:27:09 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 14:27:09 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 14:27:09 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:09 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 14:27:10 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 79ms (Views: 75.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:27:11 -0400 Started GET "/" for 127.0.0.1 at 2018-09-25 14:28:28 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (4.1ms) Completed 200 OK in 29ms (Views: 26.9ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:28:29 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:28:29 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:28:29 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:28:29 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:28:29 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:28:29 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 14:28:29 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 14:28:29 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 14:28:29 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:28:29 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 14:28:45 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 28ms (Views: 26.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:28:45 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:28:45 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:28:45 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:28:45 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:28:45 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:28:45 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 14:28:45 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 14:28:45 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:28:45 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 14:28:45 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 14:30:35 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (4.6ms) Completed 200 OK in 29ms (Views: 27.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:30:35 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:30:35 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:30:35 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:30:35 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:30:35 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:30:35 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 14:30:35 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 14:30:35 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:30:35 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 14:30:35 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 14:31:32 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:31:32 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:31:32 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:31:32 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:31:32 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:31:32 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:31:32 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 14:31:32 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 14:31:32 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 14:31:32 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:31:32 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 14:31:32 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 14:31:32 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.3ms) Completed 200 OK in 50ms (Views: 46.5ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:31:49 -0400 Started GET "/" for 127.0.0.1 at 2018-09-25 14:38:04 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 32ms (Views: 30.2ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:04 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:04 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:04 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:04 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:04 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:04 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 14:38:04 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 14:38:04 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 14:38:04 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:04 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 14:38:04 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 14:38:08 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.1ms) Rendered welcome/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 30ms (Views: 28.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:08 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:08 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:08 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:08 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:08 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:08 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 14:38:08 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 14:38:08 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 14:38:08 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:08 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 14:38:08 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-25 14:38:09 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (3.3ms) Completed 200 OK in 90ms (Views: 80.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:09 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:09 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:09 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:09 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:09 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:09 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:10 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:10 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:10 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:10 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:10 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:10 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:10 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:10 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:10 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:10 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.8ms) Completed 200 OK in 52ms (Views: 48.4ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:38:14 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 14:41:19 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 48ms (Views: 45.2ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:41:19 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:41:19 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:19 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:19 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:19 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:19 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:41:19 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:41:19 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:41:19 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:41:20 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:41:20 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:20 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:20 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:20 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:20 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:20 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.7ms) Completed 200 OK in 48ms (Views: 44.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:41:53 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 53ms (Views: 50.0ms | ActiveRecord: 0.3ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 14:47:06 -0400 Started GET "/" for 127.0.0.1 at 2018-09-25 15:07:32 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 30ms (Views: 28.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 15:07:32 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 15:07:32 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:32 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:32 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:32 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:32 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 15:07:32 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 15:07:32 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 15:07:32 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:32 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 15:07:32 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 15:07:32 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 15:07:35 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.3ms) SyntaxError (/Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:15: syntax error, unexpected '<' ^ /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:20: unknown regexp options - dv /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:20: unmatched close parenthesis: /head> <%= yield );@output_buffer.safe_append=' '.freeze; if flash[:notice] @output_buffer.safe_append='
    '.freeze;@output_buffer.append=( flash[:notice] );@output_buffer.safe_append=' ^ /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:24: unknown regexp options - htl /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:29: unterminated string meets end of file end ^ /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:29: syntax error, unexpected end-of-input, expecting ')' end ^): /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:15: syntax error, unexpected '<' ^ /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:20: unknown regexp options - dv /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:20: unmatched close parenthesis: /head> <%= yield );@output_buffer.safe_append=' '.freeze; if flash[:notice] @output_buffer.safe_append='
    '.freeze;@output_buffer.append=( flash[:notice] );@output_buffer.safe_append=' ^ /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:24: unknown regexp options - htl /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:29: unterminated string meets end of file end ^ /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:29: syntax error, unexpected end-of-input, expecting ')' end ^ actionview (5.2.0) lib/action_view/template.rb:309:in `module_eval' actionview (5.2.0) lib/action_view/template.rb:309:in `compile' actionview (5.2.0) lib/action_view/template.rb:259:in `block (2 levels) in compile!' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:350:in `instrument' actionview (5.2.0) lib/action_view/template.rb:258:in `block in compile!' actionview (5.2.0) lib/action_view/template.rb:246:in `synchronize' actionview (5.2.0) lib/action_view/template.rb:246:in `compile!' actionview (5.2.0) lib/action_view/template.rb:158:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-25 15:07:56 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 34ms (Views: 32.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 15:07:56 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:56 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 15:07:56 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:56 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:56 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:56 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 15:07:56 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 15:07:56 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 15:07:56 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:56 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 15:07:56 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 15:07:56 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.7ms) Completed 200 OK in 51ms (Views: 47.9ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:07:59 -0400 Started GET "/" for 127.0.0.1 at 2018-09-25 15:18:37 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (6.0ms) Completed 200 OK in 33ms (Views: 31.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-25 15:18:37 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-25 15:18:37 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:18:37 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:18:37 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:18:37 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:18:37 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-25 15:18:37 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 15:18:37 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 15:18:37 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-25 15:18:37 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-25 15:18:37 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 15:18:44 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Completed 200 OK in 17ms (Views: 13.8ms | ActiveRecord: 0.2ms) Started GET "/whodat/dashboard/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 15:18:44 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 15:19:57 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms) SyntaxError (/Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:3: syntax error, unexpected tIDENTIFIER, expecting ')' ..._buffer.append=( ren<% if flash[:notice] );@output_buffer.sa... ... ^~~~~ /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:18: syntax error, unexpected keyword_ensure, expecting end-of-input ensure ^~~~~~): /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:3: syntax error, unexpected tIDENTIFIER, expecting ')' ..._buffer.append=( ren<% if flash[:notice] );@output_buffer.sa... ... ^~~~~ /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:18: syntax error, unexpected keyword_ensure, expecting end-of-input ensure ^~~~~~ actionview (5.2.0) lib/action_view/template.rb:309:in `module_eval' actionview (5.2.0) lib/action_view/template.rb:309:in `compile' actionview (5.2.0) lib/action_view/template.rb:259:in `block (2 levels) in compile!' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:350:in `instrument' actionview (5.2.0) lib/action_view/template.rb:258:in `block in compile!' actionview (5.2.0) lib/action_view/template.rb:246:in `synchronize' actionview (5.2.0) lib/action_view/template.rb:246:in `compile!' actionview (5.2.0) lib/action_view/template.rb:158:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 15:20:41 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Completed 200 OK in 19ms (Views: 15.4ms | ActiveRecord: 0.2ms) Started GET "/whodat/dashboard/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 15:20:41 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-25 15:46:12 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (15.1ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Completed 200 OK in 34ms (Views: 30.2ms | ActiveRecord: 0.8ms) Started GET "/whodat/dashboard/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-25 15:46:12 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 12:04:18 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 12:04:18 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 12:04:18 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 12:04:18 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 12:04:18 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 12:04:18 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 12:04:18 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 12:04:18 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 12:04:18 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 12:04:18 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 12:04:18 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 18:10:59 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (2.5ms) Rendered welcome/index.html.erb within layouts/application (108.4ms) Completed 200 OK in 213ms (Views: 211.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:10:59 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:10:59 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:10:59 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:10:59 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:10:59 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:11:00 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:11:00 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:11:00 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:11:00 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:11:00 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:11:00 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:11:00 -0400 ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 18:13:21 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.4ms) Rendered welcome/index.html.erb within layouts/application (7.9ms) Completed 200 OK in 49ms (Views: 46.7ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:13:21 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:13:22 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:13:22 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:13:22 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:13:22 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:13:22 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:13:22 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:13:22 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:13:22 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:13:22 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:13:22 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:13:22 -0400 ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:13:22 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:13:22 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 18:13:59 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 35ms (Views: 33.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:13:59 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:13:59 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:13:59 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:13:59 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:13:59 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:13:59 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:13:59 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:13:59 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:13:59 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:13:59 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:13:59 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:13:59 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:14:00 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:14:00 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 18:14:20 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 40ms (Views: 38.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:14:20 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:14:20 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:14:20 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:14:20 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:14:20 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:14:20 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:14:20 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:14:20 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:14:20 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:14:20 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:14:20 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:14:20 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 18:14:50 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (10.1ms) Completed 200 OK in 37ms (Views: 34.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:14:50 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:14:50 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:14:50 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:14:50 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:14:50 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:14:50 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:14:50 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:14:50 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:14:50 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:14:50 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:14:50 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:14:50 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:14:51 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-26 18:14:52 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (7.4ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Completed 200 OK in 24ms (Views: 20.0ms | ActiveRecord: 0.7ms) Started GET "/whodat/dashboard/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:14:52 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 18:17:52 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:17:52 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:17:52 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:17:52 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:17:52 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:17:52 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:17:52 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:17:52 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:17:52 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:17:52 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:17:52 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:17:52 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:17:52 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:17:53 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:17:53 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-26 18:18:02 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.2ms) Completed 200 OK in 19ms (Views: 15.6ms | ActiveRecord: 0.3ms) Started GET "/whodat/dashboard/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:18:02 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-26 18:18:05 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (8.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/application/_navbar.html.erb (0.2ms) Completed 200 OK in 35ms (Views: 24.7ms | ActiveRecord: 0.4ms) Started GET "/" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (10.6ms) Completed 200 OK in 37ms (Views: 35.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:18:45 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-26 18:18:47 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (2.4ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/application/_navbar.html.erb (0.2ms) Completed 200 OK in 20ms (Views: 17.2ms | ActiveRecord: 0.0ms) Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-09-26 18:18:50 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (2.2ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/application/_navbar.html.erb (0.2ms) Completed 200 OK in 22ms (Views: 18.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2018-09-26 18:20:35 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 33ms (Views: 30.9ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:20:35 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:20:35 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:20:35 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:20:35 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:20:35 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:20:35 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:20:35 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:20:35 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:20:35 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:20:35 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:20:35 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:20:35 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:20:36 -0400 Started GET "/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:20:36 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:20:36 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-26 18:20:39 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Completed 200 OK in 18ms (Views: 14.7ms | ActiveRecord: 0.2ms) Started GET "/whodat/dashboard/assets/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:20:39 -0400 ActionController::RoutingError (No route matches [GET] "/whodat/dashboard/assets/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 18:24:17 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:24:17 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:24:17 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:24:17 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:24:17 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:24:17 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:24:17 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:24:17 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:24:17 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:24:17 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:24:17 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:24:17 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:24:17 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 18:30:23 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 44ms (Views: 42.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:30:23 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:30:23 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:30:23 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:30:23 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:30:23 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:30:23 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:30:23 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:30:23 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:30:23 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:30:23 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:30:23 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 18:32:28 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.1ms) Rendered welcome/index.html.erb within layouts/application (5.9ms) Completed 200 OK in 43ms (Views: 41.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:32:28 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:32:28 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:32:28 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:32:28 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:32:28 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:32:28 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:32:28 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:32:28 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:32:28 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:32:28 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:32:28 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:32:28 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:32:28 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:32:28 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 18:32:31 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 32ms (Views: 30.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:32:31 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:32:31 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:32:31 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:32:31 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:32:31 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:32:31 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:32:31 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:32:31 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:32:31 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:32:31 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:32:31 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:32:31 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 18:40:55 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 34ms (Views: 32.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:40:55 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:40:55 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:40:55 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:40:55 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:40:55 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:40:55 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:40:55 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:40:55 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:40:55 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:40:55 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:40:55 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 18:49:40 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 44ms (Views: 41.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:49:40 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:40 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:49:40 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:40 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:40 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:49:40 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:49:40 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:49:40 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:40 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:49:40 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:40 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 18:49:43 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 32ms (Views: 29.9ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:49:43 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:49:43 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:43 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:49:43 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:49:43 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:43 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:49:43 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:43 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:43 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:43 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:49:43 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:49:43 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:49:43 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 18:49:56 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.7ms) Rendered welcome/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 33ms (Views: 30.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:49:56 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:56 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:56 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:49:56 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:56 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:49:56 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:49:56 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:49:56 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:56 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:56 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:49:56 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:49:56 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 18:49:59 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.3ms) Rendered welcome/index.html.erb within layouts/application (6.1ms) Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:49:59 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:49:59 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:49:59 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:59 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:59 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:49:59 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:49:59 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:59 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:59 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:49:59 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:49:59 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:49:59 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:49:59 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-26 18:50:00 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (2.7ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/application/_navbar.html.erb (0.2ms) Completed 200 OK in 22ms (Views: 18.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2018-09-26 18:50:55 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.5ms) Rendered welcome/index.html.erb within layouts/application (7.2ms) Completed 200 OK in 39ms (Views: 37.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:50:55 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:50:55 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:50:55 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:50:55 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:50:55 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 18:50:55 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:50:55 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:50:55 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:50:55 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 18:50:55 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 18:50:55 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 18:50:55 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 18:50:55 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-26 19:44:10 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.6ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.8ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.3ms) Completed 200 OK in 31ms (Views: 25.0ms | ActiveRecord: 0.6ms) Started GET "/" for 127.0.0.1 at 2018-09-26 19:45:12 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 19:45:12 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 19:45:12 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 19:45:12 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 19:45:12 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 19:45:12 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 19:45:12 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 19:45:12 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 19:45:12 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 19:45:12 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 19:45:12 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 19:45:12 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 19:45:13 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 19:45:13 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 19:45:29 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 33ms (Views: 30.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 19:45:29 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 19:45:29 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 19:45:29 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 19:45:29 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 19:45:29 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 19:45:29 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 19:45:29 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 19:45:29 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 19:45:29 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 19:45:29 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 19:45:29 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 19:45:30 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 19:46:19 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 19:46:19 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 19:46:19 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 19:46:19 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 19:46:19 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 20:17:46 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.1ms) Rendered welcome/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 45ms (Views: 42.7ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 20:17:46 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 20:17:46 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:17:46 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 20:17:46 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:17:46 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:17:46 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 20:17:46 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 20:17:46 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:17:46 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:17:46 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 20:17:46 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/stylesheets/whodat/.css" for 127.0.0.1 at 2018-09-26 20:19:25 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/stylesheets/whodat/application.css" for 127.0.0.1 at 2018-09-26 20:20:21 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/application.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 20:20:21 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.8ms) Rendered welcome/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 34ms (Views: 32.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 20:20:22 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 20:20:22 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:20:22 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:20:22 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:20:22 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 20:20:22 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 20:20:22 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 20:20:22 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:20:22 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:20:22 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 20:20:22 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 20:20:22 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/stylesheets/whodat/application.css" for 127.0.0.1 at 2018-09-26 20:20:41 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/application.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 20:23:48 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (0.9ms) Rendered welcome/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 33ms (Views: 30.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 20:23:48 -0400 Started GET "/assets/welcome1.self.css?body=1" for 127.0.0.1 at 2018-09-26 20:23:48 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:23:48 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 20:23:48 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:23:48 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:23:48 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 20:23:48 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:23:48 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 20:23:48 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:23:48 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 20:23:48 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 20:23:48 -0400 Started GET "/stylesheets/whodat/dashboard.css" for 127.0.0.1 at 2018-09-26 20:23:48 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/dashboard.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 20:43:30 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (5.5ms) Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial welcome/_navbar, application/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 8: <%= javascript_include_tag 'application' %> 9: 10: 11: <%= render partial: 'navbar', title: "Whodat Menu" %> 12: <% if flash[:notice] %> 13:
    <%= flash[:notice] %>
    14: <% end %> app/views/layouts/application.html.erb:11:in `_app_views_layouts_application_html_erb__4110188278275844617_70195195440500' Started GET "/" for 127.0.0.1 at 2018-09-26 20:45:23 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (1.0ms) Rendered welcome/index.html.erb within layouts/application (6.8ms) Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 8: <%= javascript_include_tag 'application' %> 9: 10: 11: <%= render partial: 'whodat/navbar' %> 12: <% if flash[:notice] %> 13:
    <%= flash[:notice] %>
    14: <% end %> app/views/layouts/application.html.erb:11:in `_app_views_layouts_application_html_erb__4110188278275844617_70195142507880' Started GET "/" for 127.0.0.1 at 2018-09-26 20:50:30 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (101.5ms) Completed 200 OK in 181ms (Views: 178.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 20:50:30 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:50:30 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:50:30 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:50:30 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:50:30 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 20:50:30 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 20:50:30 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 20:50:30 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 20:50:30 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.8ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (9.7ms) Completed 200 OK in 87ms (Views: 81.5ms | ActiveRecord: 1.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 21:09:32 -0400 Started GET "/" for 127.0.0.1 at 2018-09-26 21:22:24 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (3.9ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial welcome/_navbar, application/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 9: <%= javascript_include_tag 'application' %> 10: 11: 12: <%= render "navbar" %> 13: <% if flash[:notice] %> 14:
    <%= flash[:notice] %>
    15: <% end %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4371848691067899482_70273644565160' Started GET "/" for 127.0.0.1 at 2018-09-26 21:23:30 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.8ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial dashboard/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 9: <%= javascript_include_tag 'application' %> 10: 11: 12: <%= render "dashboard/navbar" %> 13: <% if flash[:notice] %> 14:
    <%= flash[:notice] %>
    15: <% end %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4371848691067899482_70273688221100' Started GET "/" for 127.0.0.1 at 2018-09-26 21:29:48 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (52.0ms) Rendered welcome/index.html.erb within layouts/application (57.0ms) Completed 500 Internal Server Error in 66ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd3bc7e70d8>): 11:
    12: 13: <%= link_to 'Main app', main_app.root_path %> 14: <%= link_to 'Signup', new_user_path %> 15: <%= link_to 'Login', new_session_path %> 16: <% if user_signed_in? %> 17: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273688626300' Started GET "/" for 127.0.0.1 at 2018-09-26 21:38:21 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (49.8ms) Rendered welcome/index.html.erb within layouts/application (53.2ms) Completed 500 Internal Server Error in 66ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd3b78714b8>): 11:
    12: 13: <%= link_to 'Main app', main_app.root_path %> 14: <%= link_to 'Signup', new_user_path %> 15: <%= link_to 'Login', new_session_path %> 16: <% if user_signed_in? %> 17: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273638905800' Started GET "/" for 127.0.0.1 at 2018-09-26 21:38:33 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (46.9ms) Rendered welcome/index.html.erb within layouts/application (50.0ms) Completed 500 Internal Server Error in 58ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd3be1d99c8>): 11:
    12: 13: <%= link_to 'Main app', main_app.root_path %> 14: <%= link_to 'Signup', new_user_path %> 15: <%= link_to 'Login', new_session_path %> 16: <% if user_signed_in? %> 17: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273702220140' Started GET "/" for 127.0.0.1 at 2018-09-26 21:41:23 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (50.0ms) Rendered welcome/index.html.erb within layouts/application (53.4ms) Completed 500 Internal Server Error in 63ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd3b73011b8>): 11:
    12: 13: <%= link_to 'Main app', main_app.root_path %> 14: <%= link_to 'Signup', new_user_path %> 15: <%= link_to 'Login', new_session_path %> 16: <% if user_signed_in? %> 17: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273644106880' Started GET "/" for 127.0.0.1 at 2018-09-26 21:41:58 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (53.6ms) Rendered welcome/index.html.erb within layouts/application (57.8ms) Completed 500 Internal Server Error in 67ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd3ba08d708>): 11:
    12: 13: <%= link_to 'Main app', main_app.root_path %> 14: <%= link_to 'Signup', new_user_path %> 15: <%= link_to 'Login', new_session_path %> 16: <% if user_signed_in? %> 17: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273668003660' Started GET "/" for 127.0.0.1 at 2018-09-26 21:44:23 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (12.6ms) Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `partial' for #<#:0x00007fd3b746de70>): 1: <%= render partial "whodat/dashboard/navbar" %> 2: 3: DUMMY/APP/VIEWS/WELCOME/INDEX 4: app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273644852160' Started GET "/" for 127.0.0.1 at 2018-09-26 21:45:19 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (7.4ms) Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial welcome/_navbar, application/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 1: <%= render partial: "navbar" %> 2: 3: DUMMY/APP/VIEWS/WELCOME/INDEX 4: app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273684521000' Started GET "/" for 127.0.0.1 at 2018-09-26 21:45:47 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (4.6ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 1: <%= render partial: "whodat/navbar" %> 2: 3: DUMMY/APP/VIEWS/WELCOME/INDEX 4: app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273685966120' Started GET "/" for 127.0.0.1 at 2018-09-26 21:46:58 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (56.7ms) Rendered welcome/index.html.erb within layouts/application (60.5ms) Completed 500 Internal Server Error in 69ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd3b7923eb0>): 11:
    12: 13: <%= link_to 'Main app', main_app.root_path %> 14: <%= link_to 'Signup', new_user_path %> 15: <%= link_to 'Login', new_session_path %> 16: <% if user_signed_in? %> 17: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273647348500' Started GET "/" for 127.0.0.1 at 2018-09-26 21:48:05 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (47.3ms) Rendered welcome/index.html.erb within layouts/application (50.6ms) Completed 500 Internal Server Error in 60ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #<#:0x00007fd3b7437a00>): 13: <%= link_to 'Main app', main_app.root_path %> 14: <%= link_to 'Signup', whodat.new_user_path %> 15: <%= link_to 'Login', whodat.new_session_path %> 16: <% if user_signed_in? %> 17: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 18:
    You're logged in as <%=current_user.name %>
    19: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273647854040' Started GET "/" for 127.0.0.1 at 2018-09-26 21:48:26 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (27.1ms) Rendered welcome/index.html.erb within layouts/application (30.3ms) Completed 500 Internal Server Error in 39ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 13: <%= link_to 'Main app', main_app.root_path %> 14: <%= link_to 'Signup', whodat.new_user_path %> 15: <%= link_to 'Login', whodat.new_session_path %> 16: <% if whodat.user_signed_in? %> 17: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 18:
    You're logged in as <%=current_user.name %>
    19: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273644499800' Started GET "/" for 127.0.0.1 at 2018-09-26 21:58:45 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (26.1ms) Rendered welcome/index.html.erb within layouts/application (29.5ms) Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 13: <%= link_to 'Main app', main_app.root_path %> 14: <%= link_to 'Signup', whodat.new_user_path %> 15: <%= link_to 'Login', whodat.new_session_path %> 16: <% if whodat.user_signed_in? %> 17: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 18:
    You're logged in as <%=current_user.name %>
    19: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273701550980' Started GET "/" for 127.0.0.1 at 2018-09-26 22:06:52 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (31.3ms) Rendered welcome/index.html.erb within layouts/application (34.4ms) Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 13: <%= link_to 'Main app', main_app.root_path %> 14: <%= link_to 'Signup', whodat.new_user_path %> 15: <%= link_to 'Login', whodat.new_session_path %> 16: <% if whodat.user_signed_in? %> 17: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 18:
    You're logged in as <%=current_user.name %>
    19: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273685560460' Started GET "/" for 127.0.0.1 at 2018-09-26 22:07:32 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (17.6ms) Rendered welcome/index.html.erb within layouts/application (22.2ms) Completed 500 Internal Server Error in 64ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `partial' for #<#:0x00007fd3b6cda280>): 9: <%= javascript_include_tag 'application' %> 10: 11: 12: <%= render partial "navbar" %> 13: <% if flash[:notice] %> 14:
    <%= flash[:notice] %>
    15: <% end %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4371848691067899482_70273702269340' Started GET "/" for 127.0.0.1 at 2018-09-26 22:09:03 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (36.0ms) Rendered welcome/index.html.erb within layouts/application (40.5ms) Completed 500 Internal Server Error in 76ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial welcome/_navbar, application/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 9: <%= javascript_include_tag 'application' %> 10: 11: 12: <%= render partial: "navbar" %> 13: <% if flash[:notice] %> 14:
    <%= flash[:notice] %>
    15: <% end %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4371848691067899482_70273702118080' Started GET "/" for 127.0.0.1 at 2018-09-26 22:10:20 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (17.4ms) Rendered welcome/index.html.erb within layouts/application (21.7ms) Completed 500 Internal Server Error in 54ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial welcome/_navbar, application/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 9: <%= javascript_include_tag 'application' %> 10: 11: 12: <%= render partial: "navbar" %> 13: <% if flash[:notice] %> 14:
    <%= flash[:notice] %>
    15: <% end %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4371848691067899482_70273644387780' Started GET "/" for 127.0.0.1 at 2018-09-26 22:11:17 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (17.5ms) Rendered welcome/index.html.erb within layouts/application (22.2ms) Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial welcome/_navbar, application/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 9: <%= javascript_include_tag 'application' %> 10: 11: 12: <%= render partial: "navbar" %> 13: <% if flash[:notice] %> 14:
    <%= flash[:notice] %>
    15: <% end %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4371848691067899482_70273647191140' Started GET "/" for 127.0.0.1 at 2018-09-26 22:15:24 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (22.9ms) Rendered welcome/index.html.erb within layouts/application (27.4ms) Completed 500 Internal Server Error in 61ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial welcome/_navbar, application/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 9: <%= javascript_include_tag 'application' %> 10: 11: 12: <%= render partial: "navbar" %> 13: <% if flash[:notice] %> 14:
    <%= flash[:notice] %>
    15: <% end %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4371848691067899482_70273685932220' Started GET "/" for 127.0.0.1 at 2018-09-26 22:15:31 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (16.4ms) Rendered welcome/index.html.erb within layouts/application (20.9ms) Completed 500 Internal Server Error in 52ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial welcome/_navbar, application/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 9: <%= javascript_include_tag 'application' %> 10: 11: 12: <%= render partial: "navbar" %> 13: <% if flash[:notice] %> 14:
    <%= flash[:notice] %>
    15: <% end %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4371848691067899482_70273644847280' Started GET "/" for 127.0.0.1 at 2018-09-26 22:17:06 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (17.0ms) Rendered welcome/index.html.erb within layouts/application (21.4ms) Completed 500 Internal Server Error in 51ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 9: <%= javascript_include_tag 'application' %> 10: 11: 12: <%= render partial: "whodat/navbar" %> 13: <% if flash[:notice] %> 14:
    <%= flash[:notice] %>
    15: <% end %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4371848691067899482_70273702184920' Started GET "/" for 127.0.0.1 at 2018-09-26 22:18:25 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (18.2ms) Rendered welcome/index.html.erb within layouts/application (22.5ms) Completed 500 Internal Server Error in 52ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 9: <%= javascript_include_tag 'application' %> 10: 11: 12: <%= render partial: "whodat/navbar" %> 13: <% if flash[:notice] %> 14:
    <%= flash[:notice] %>
    15: <% end %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4371848691067899482_70273644207100' Started GET "/" for 127.0.0.1 at 2018-09-26 22:20:39 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (7.5ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial welcome/_navbar, application/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 3: DUMMY/APP/VIEWS/WELCOME/INDEX 4: 5:
    6: <%= render partial: "navbar" %> 7:
    8: <%= image_tag "whodat/whodat-icon.png", :class => "image_style" %> 9: app/views/welcome/index.html.erb:6:in `_app_views_welcome_index_html_erb___1862776116362123693_70273688397320' Started GET "/" for 127.0.0.1 at 2018-09-26 22:21:03 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (4.5ms) Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial dashboard/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 1: <%= render partial: "dashboard/navbar" %> 2: 3: DUMMY/APP/VIEWS/WELCOME/INDEX 4: app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273688448000' Started GET "/" for 127.0.0.1 at 2018-09-26 22:21:56 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/application/_navbar.html.erb (89.6ms) Rendered welcome/index.html.erb within layouts/application (93.5ms) Completed 500 Internal Server Error in 103ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd3bc79cec0>): 13:
    14: 15: <%= link_to 'Main app', main_app.root_path %> 16: <%= link_to 'Signup', new_user_path %> 17: <%= link_to 'Login', new_session_path %> 18: <% if user_signed_in? %> 19: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273688467000' Started GET "/whodat" for 127.0.0.1 at 2018-09-26 22:38:15 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.7ms) Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.4ms) ActionView::Template::Error (Missing partial whodat/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 8: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= render partial: "whodat/navbar" %> 12: <% if flash[:notice] %> 13:
    <%= flash[:notice] %>
    14: <% end %> actionview (5.2.0) lib/action_view/path_set.rb:48:in `find' actionview (5.2.0) lib/action_view/lookup_context.rb:116:in `find' actionview (5.2.0) lib/action_view/renderer/partial_renderer.rb:423:in `find_template' actionview (5.2.0) lib/action_view/renderer/partial_renderer.rb:418:in `find_partial' actionview (5.2.0) lib/action_view/renderer/partial_renderer.rb:299:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:49:in `render_partial' actionview (5.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (5.2.0) lib/action_view/helpers/rendering_helper.rb:34:in `render' /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:11:in `___sers_bperlik_code_bloc_whodat_app_views_layouts_whodat_application_html_erb__3164509618522574107_70273701976100' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat" for 127.0.0.1 at 2018-09-26 22:43:17 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 500 Internal Server Error in 39ms (ActiveRecord: 0.2ms) ActionView::Template::Error (Missing partial whodat/dashbaord/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 8: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> 9: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> 10: 11: <%= render partial: "whodat/dashbaord/navbar" %> 12: <% if flash[:notice] %> 13:
    <%= flash[:notice] %>
    14: <% end %> actionview (5.2.0) lib/action_view/path_set.rb:48:in `find' actionview (5.2.0) lib/action_view/lookup_context.rb:116:in `find' actionview (5.2.0) lib/action_view/renderer/partial_renderer.rb:423:in `find_template' actionview (5.2.0) lib/action_view/renderer/partial_renderer.rb:418:in `find_partial' actionview (5.2.0) lib/action_view/renderer/partial_renderer.rb:299:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:49:in `render_partial' actionview (5.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (5.2.0) lib/action_view/helpers/rendering_helper.rb:34:in `render' /Users/bperlik/code/bloc/whodat/app/views/layouts/whodat/application.html.erb:11:in `___sers_bperlik_code_bloc_whodat_app_views_layouts_whodat_application_html_erb__3164509618522574107_70273639790520' actionview (5.2.0) lib/action_view/template.rb:159:in `block in render' activesupport (5.2.0) lib/active_support/notifications.rb:170:in `instrument' actionview (5.2.0) lib/action_view/template.rb:354:in `instrument_render_template' actionview (5.2.0) lib/action_view/template.rb:157:in `render' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (5.2.0) lib/action_view/renderer/template_renderer.rb:16:in `render' actionview (5.2.0) lib/action_view/renderer/renderer.rb:44:in `render_template' actionview (5.2.0) lib/action_view/renderer/renderer.rb:25:in `render' actionview (5.2.0) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.2.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionview (5.2.0) lib/action_view/rendering.rb:84:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.2.0) lib/action_controller/metal/renderers.rb:142:in `render_to_body' actionpack (5.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/benchmark.rb:308:in `realtime' activesupport (5.2.0) lib/active_support/core_ext/benchmark.rb:14:in `ms' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:46:in `block in render' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:45:in `render' actionpack (5.2.0) lib/action_controller/metal/implicit_render.rb:35:in `default_render' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' actionpack (5.2.0) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' actionpack (5.2.0) lib/abstract_controller/base.rb:194:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:42:in `block in process_action' activesupport (5.2.0) lib/active_support/callbacks.rb:132:in `run_callbacks' actionpack (5.2.0) lib/abstract_controller/callbacks.rb:41:in `process_action' actionpack (5.2.0) lib/action_controller/metal/rescue.rb:22:in `process_action' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `block in instrument' activesupport (5.2.0) lib/active_support/notifications/instrumenter.rb:23:in `instrument' activesupport (5.2.0) lib/active_support/notifications.rb:168:in `instrument' actionpack (5.2.0) lib/action_controller/metal/instrumentation.rb:32:in `process_action' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:256:in `process_action' activerecord (5.2.0) lib/active_record/railties/controller_runtime.rb:24:in `process_action' actionpack (5.2.0) lib/abstract_controller/base.rb:134:in `process' actionview (5.2.0) lib/action_view/rendering.rb:32:in `process' actionpack (5.2.0) lib/action_controller/metal.rb:191:in `dispatch' actionpack (5.2.0) lib/action_controller/metal.rb:252:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:52:in `dispatch' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:34:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat" for 127.0.0.1 at 2018-09-26 22:44:06 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.9ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (16.0ms) Completed 200 OK in 54ms (Views: 50.5ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:44:06 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:44:06 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:44:06 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:44:06 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:44:06 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:44:06 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:44:06 -0400 Started GET "/" for 127.0.0.1 at 2018-09-26 22:44:18 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/application/_navbar.html.erb (83.6ms) Rendered welcome/index.html.erb within layouts/application (87.2ms) Completed 500 Internal Server Error in 96ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd3b73a8b70>): 13:
    14: 15: <%= link_to 'Main app', main_app.root_path %> 16: <%= link_to 'Signup', new_user_path %> 17: <%= link_to 'Login', new_session_path %> 18: <% if user_signed_in? %> 19: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273644448420' Started GET "/whodat" for 127.0.0.1 at 2018-09-26 22:44:27 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (16.3ms) Completed 200 OK in 51ms (Views: 46.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:44:27 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:44:27 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:44:27 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:44:27 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:44:27 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:44:27 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:44:27 -0400 Started GET "/whodat" for 127.0.0.1 at 2018-09-26 22:45:59 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (17.3ms) Completed 200 OK in 51ms (Views: 47.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:45:59 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:45:59 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:45:59 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:45:59 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:45:59 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:45:59 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:45:59 -0400 Started GET "/" for 127.0.0.1 at 2018-09-26 22:46:31 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/application/_navbar.html.erb (71.3ms) Rendered welcome/index.html.erb within layouts/application (75.0ms) Completed 500 Internal Server Error in 84ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd3ba015b90>): 13:
    14: 15: <%= link_to 'Main app', main_app.root_path %> 16: <%= link_to 'Signup', new_user_path %> 17: <%= link_to 'Login', new_session_path %> 18: <% if user_signed_in? %> 19: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273667740260' Started GET "/" for 127.0.0.1 at 2018-09-26 22:47:38 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (22.5ms) Rendered welcome/index.html.erb within layouts/application (27.5ms) Completed 500 Internal Server Error in 60ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 9: <%= javascript_include_tag 'application' %> 10: 11: 12: <%= render partial: "whodat/navbar" %> 13: <% if flash[:notice] %> 14:
    <%= flash[:notice] %>
    15: <% end %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4371848691067899482_70273643958160' Started GET "/" for 127.0.0.1 at 2018-09-26 22:48:07 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (17.6ms) Rendered welcome/index.html.erb within layouts/application (22.4ms) Completed 500 Internal Server Error in 51ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 9: <%= javascript_include_tag 'application' %> 10: 11: 12: <%= render partial: "whodat/navbar" %> 13: <% if flash[:notice] %> 14:
    <%= flash[:notice] %>
    15: <% end %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4371848691067899482_70273647886740' Started GET "/" for 127.0.0.1 at 2018-09-26 22:49:22 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (7.3ms) Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial welcome/_navbar, application/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 1: <%= render partial: "navbar" %> 2: 3: DUMMY/APP/VIEWS/WELCOME/INDEX 4: app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273701676820' Started GET "/" for 127.0.0.1 at 2018-09-26 22:51:29 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (16.8ms) Rendered welcome/index.html.erb within layouts/application (21.2ms) Completed 500 Internal Server Error in 50ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 9: <%= javascript_include_tag 'application' %> 10: 11: 12: <%= render partial: "whodat/navbar" %> 13: <% if flash[:notice] %> 14:
    <%= flash[:notice] %>
    15: <% end %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4371848691067899482_70273640528000' Started GET "/" for 127.0.0.1 at 2018-09-26 22:51:38 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (18.8ms) Rendered welcome/index.html.erb within layouts/application (23.7ms) Completed 500 Internal Server Error in 56ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 9: <%= javascript_include_tag 'application' %> 10: 11: 12: <%= render partial: "whodat/navbar" %> 13: <% if flash[:notice] %> 14:
    <%= flash[:notice] %>
    15: <% end %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4371848691067899482_70273688219900' Started GET "/" for 127.0.0.1 at 2018-09-26 22:53:38 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/application/_navbar.html.erb (72.0ms) Rendered welcome/index.html.erb within layouts/application (75.6ms) Completed 500 Internal Server Error in 84ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd3be211a80>): 13:
    14: 15: <%= link_to 'Main app', main_app.root_path %> 16: <%= link_to 'Signup', new_user_path %> 17: <%= link_to 'Login', new_session_path %> 18: <% if user_signed_in? %> 19: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1862776116362123693_70273702335080' Started GET "/" for 127.0.0.1 at 2018-09-26 22:56:28 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (1.8ms) Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/_navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 9: <%= javascript_include_tag 'application' %> 10: 11: 12: <%= render partial: "whodat/navbar" %> 13: <% if flash[:notice] %> 14:
    <%= flash[:notice] %>
    15: <% end %> app/views/layouts/application.html.erb:12:in `_app_views_layouts_application_html_erb__4371848691067899482_70273688319360' Started GET "/whodat" for 127.0.0.1 at 2018-09-26 22:56:42 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (14.9ms) Completed 200 OK in 57ms (Views: 52.7ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:56:42 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:56:42 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:56:42 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:56:42 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:56:42 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:56:42 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:56:42 -0400 Started GET "/" for 127.0.0.1 at 2018-09-26 22:59:26 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (103.5ms) Completed 200 OK in 147ms (Views: 145.4ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:59:27 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:59:27 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:59:27 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:59:27 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:59:27 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:59:27 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 22:59:27 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 22:59:27 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:59:27 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (7.7ms) Completed 200 OK in 120ms (Views: 115.8ms | ActiveRecord: 0.7ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 22:59:31 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-26 23:01:28 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.0ms) Completed 200 OK in 74ms (Views: 70.4ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:01:29 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.4ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.7ms) Completed 200 OK in 52ms (Views: 48.5ms | ActiveRecord: 0.4ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:15:24 -0400 Started GET "/" for 127.0.0.1 at 2018-09-26 23:16:00 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (28.7ms) Rendered welcome/index.html.erb within layouts/application (32.7ms) Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd316c32440>): 3:
    4: 5: <%= link_to 'Main app', main_app.root_path %> 6: <%= link_to 'Signup', new_user_path %> 7: <%= link_to 'Login', new_session_path %> 8: <% if user_signed_in? %> 9: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2811134206273415269_70272298358440' Started GET "/" for 127.0.0.1 at 2018-09-26 23:16:58 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (4.5ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/dashboard/__navbar.html.erb with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 1: <%= render partial: 'whodat/dashboard/_navbar.html.erb'%> 2: 3:
    4: app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2811134206273415269_70272298192100' Started GET "/" for 127.0.0.1 at 2018-09-26 23:17:28 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (4.8ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial whodat/dashboard/__navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 1: <%= render partial: 'whodat/dashboard/_navbar'%> 2: 3:
    4: app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2811134206273415269_70272298323700' Started GET "/" for 127.0.0.1 at 2018-09-26 23:17:47 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (29.2ms) Rendered welcome/index.html.erb within layouts/application (33.1ms) Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd31c6b3b80>): 3:
    4: 5: <%= link_to 'Main app', main_app.root_path %> 6: <%= link_to 'Signup', new_user_path %> 7: <%= link_to 'Login', new_session_path %> 8: <% if user_signed_in? %> 9: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2811134206273415269_70272345817720' Started GET "/" for 127.0.0.1 at 2018-09-26 23:17:57 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (34.1ms) Rendered welcome/index.html.erb within layouts/application (37.3ms) Completed 500 Internal Server Error in 48ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd3164aa3f8>): 3:
    4: 5: <%= link_to 'Main app', main_app.root_path %> 6: <%= link_to 'Signup', new_user_path %> 7: <%= link_to 'Login', new_session_path %> 8: <% if user_signed_in? %> 9: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2811134206273415269_70272294409880' Started GET "/whodat" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 54ms (Views: 51.0ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:21:23 -0400 Started GET "/" for 127.0.0.1 at 2018-09-26 23:25:21 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (2.1ms) Completed 200 OK in 27ms (Views: 24.9ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:25:21 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:25:21 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:25:21 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:25:21 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:25:21 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:25:21 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 23:25:21 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:25:21 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 23:25:21 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 23:25:21 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.1ms) Completed 200 OK in 57ms (Views: 51.8ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:25:31 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:25:32 -0400 Started GET "/" for 127.0.0.1 at 2018-09-26 23:29:36 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (2.7ms) Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:29:36 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:29:36 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:29:36 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:29:36 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:29:36 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:29:36 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 23:29:36 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:29:36 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 23:29:36 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 51ms (Views: 47.4ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:29:39 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:29:40 -0400 Started GET "/" for 127.0.0.1 at 2018-09-26 23:31:45 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 32ms (Views: 29.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:31:45 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-26 23:31:45 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:31:45 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:31:45 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:31:45 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:31:45 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 23:31:46 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-26 23:31:46 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-26 23:31:46 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-26 23:31:46 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-26 23:34:50 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.8ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) SyntaxError (/Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:3: syntax error, unexpected '<', expecting ')'
    ^ /Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:5: syntax error, unexpected '<'
    ^ /Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:6: syntax error, unexpected '<' <%= image_tag "whodat/whodat-i... ^): app/views/welcome/index.html.erb:3: syntax error, unexpected '<', expecting ')' app/views/welcome/index.html.erb:5: syntax error, unexpected '<' app/views/welcome/index.html.erb:6: syntax error, unexpected '<' Started GET "/" for 127.0.0.1 at 2018-09-26 23:35:42 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (2.9ms) Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `index' for :whodat:Symbol): 1: <%= redirect_to action: :whodat.index %> 2: 3:
    4: app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2811134206273415269_70272297195620' Started GET "/" for 127.0.0.1 at 2018-09-26 23:36:17 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (2.9ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `navbar' for :whodat:Symbol): 1: <%= redirect_to action: :whodat.navbar%> 2: 3:
    4: app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2811134206273415269_70272294224960' Started GET "/" for 127.0.0.1 at 2018-09-26 23:53:32 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (5.3ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing template whodat/dashboard/navbar with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 1: <%= render template: "whodat/dashboard/navbar" %> 2: 3:
    4: app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2811134206273415269_70272317220320' Started GET "/" for 127.0.0.1 at 2018-09-26 23:54:10 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (36.5ms) Rendered welcome/index.html.erb within layouts/application (40.0ms) Completed 500 Internal Server Error in 50ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd31c6397e0>): 4:
    5: 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', new_user_path %> 8: <%= link_to 'Login', new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2811134206273415269_70272345559160' Started GET "/" for 127.0.0.1 at 2018-09-27 00:05:35 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (33.6ms) Rendered welcome/index.html.erb within layouts/application (37.2ms) Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd31c536050>): 4:
    5: 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', new_user_path %> 8: <%= link_to 'Login', new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2811134206273415269_70272345030200' Started GET "/" for 127.0.0.1 at 2018-09-27 00:06:20 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (35.2ms) Rendered welcome/index.html.erb within layouts/application (38.4ms) Completed 500 Internal Server Error in 49ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined local variable or method `new_user_path' for #<#:0x00007fd316aa9ba0>): 4:
    5: 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', new_user_path %> 8: <%= link_to 'Login', new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2811134206273415269_70272297556260' Started GET "/" for 127.0.0.1 at 2018-09-27 00:08:42 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (12.4ms) Rendered welcome/index.html.erb within layouts/application (15.6ms) Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2811134206273415269_70272343961540' Started GET "/" for 127.0.0.1 at 2018-09-27 00:09:06 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (2.9ms) Rendered welcome/index.html.erb within layouts/application (8.1ms) Completed 200 OK in 34ms (Views: 32.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:09:06 -0400 Started GET "/stylesheets/whodat/navbar.css" for 127.0.0.1 at 2018-09-27 00:09:06 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:09:06 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:09:06 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:09:06 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:09:06 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/navbar.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 00:09:06 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:09:06 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:09:06 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 00:09:06 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/stylesheets/whodat/navbar.css" for 127.0.0.1 at 2018-09-27 00:09:07 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/navbar.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (9.0ms) Completed 200 OK in 68ms (Views: 54.4ms | ActiveRecord: 0.4ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:42 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.3ms) Completed 200 OK in 58ms (Views: 54.0ms | ActiveRecord: 0.3ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:10:47 -0400 Started GET "/" for 127.0.0.1 at 2018-09-27 00:13:35 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (2.8ms) Rendered welcome/index.html.erb within layouts/application (7.3ms) Completed 200 OK in 36ms (Views: 33.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:36 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:36 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:36 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:36 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:36 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:36 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 00:13:36 -0400 Started GET "/stylesheets/whodat/navbar.css" for 127.0.0.1 at 2018-09-27 00:13:36 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:36 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 00:13:36 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/navbar.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (3.2ms) Completed 200 OK in 76ms (Views: 71.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:37 -0400 Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.6ms) Completed 200 OK in 52ms (Views: 48.4ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:44 -0400 Started GET "/" for 127.0.0.1 at 2018-09-27 00:13:46 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (3.0ms) Rendered welcome/index.html.erb within layouts/application (7.9ms) Completed 200 OK in 34ms (Views: 31.9ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:46 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:46 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:46 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:46 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:46 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:46 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:46 -0400 Started GET "/stylesheets/whodat/navbar.css" for 127.0.0.1 at 2018-09-27 00:13:46 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 00:13:46 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 00:13:46 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/navbar.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/stylesheets/whodat/navbar.css" for 127.0.0.1 at 2018-09-27 00:13:47 -0400 ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/navbar.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/dashboard/index" for 127.0.0.1 at 2018-09-27 00:13:49 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:9 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.3ms) Completed 200 OK in 48ms (Views: 44.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:50 -0400 Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (3.4ms) Completed 200 OK in 76ms (Views: 71.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:13:51 -0400 Started GET "/" for 127.0.0.1 at 2018-09-27 00:14:46 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.5ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) SyntaxError (/Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:1: syntax error, unexpected ':', expecting ')' ...al: "whodat/dashboard/navbar" :method => :get );@output_buff... ... ^): app/views/welcome/index.html.erb:1: syntax error, unexpected ':', expecting ')' Started GET "/" for 127.0.0.1 at 2018-09-27 00:15:11 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (2.8ms) Rendered welcome/index.html.erb within layouts/application (8.0ms) Completed 200 OK in 38ms (Views: 35.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:15:11 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:15:11 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 00:15:11 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:15:11 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:15:11 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:15:11 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 00:15:11 -0400 Started GET "/stylesheets/whodat/navbar.css" for 127.0.0.1 at 2018-09-27 00:15:11 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 00:15:11 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 00:15:11 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/navbar.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 00:15:11 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 00:16:13 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (35.0ms) Rendered welcome/index.html.erb within layouts/application (38.3ms) Completed 500 Internal Server Error in 47ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #<#:0x00007fd31730b2d0>): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2811134206273415269_70272301976040' Started GET "/" for 127.0.0.1 at 2018-09-27 07:12:14 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (34.3ms) Rendered welcome/index.html.erb within layouts/application (37.4ms) Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #<#:0x00007fd3165374b0>): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2811134206273415269_70272294698860' Started GET "/" for 127.0.0.1 at 2018-09-27 07:20:51 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (34.1ms) Rendered welcome/index.html.erb within layouts/application (37.9ms) Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #<#:0x00007fd31c638368>): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if user_signed_in? %> 10: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2811134206273415269_70272345556580' Started GET "/" for 127.0.0.1 at 2018-09-27 07:34:23 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (108.2ms) Rendered welcome/index.html.erb within layouts/application (112.5ms) Completed 500 Internal Server Error in 121ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(whodat.current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__1265597268134890797_70201309590180' Started GET "/" for 127.0.0.1 at 2018-09-27 07:36:54 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (109.2ms) Rendered welcome/index.html.erb within layouts/application (112.7ms) Completed 500 Internal Server Error in 121ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(whodat.current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___3119546887755956629_70351922686080' Started GET "/" for 127.0.0.1 at 2018-09-27 07:38:13 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (12.9ms) Rendered welcome/index.html.erb within layouts/application (16.2ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(whodat.current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___3119546887755956629_70351940734680' Started GET "/" for 127.0.0.1 at 2018-09-27 07:38:48 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (12.3ms) Rendered welcome/index.html.erb within layouts/application (15.6ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(whodat.current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___3119546887755956629_70351920357720' Started GET "/" for 127.0.0.1 at 2018-09-27 07:45:59 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (108.3ms) Rendered welcome/index.html.erb within layouts/application (112.0ms) Completed 500 Internal Server Error in 120ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(whodat.current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___2572621986248666408_70247299091700' Started GET "/" for 127.0.0.1 at 2018-09-27 07:47:19 -0400 ArgumentError (unknown firstpos: NilClass): actionpack (5.2.0) lib/action_dispatch/journey/gtg/builder.rb:101:in `firstpos' actionpack (5.2.0) lib/action_dispatch/journey/gtg/builder.rb:24:in `transition_table' actionpack (5.2.0) lib/action_dispatch/journey/routes.rb:60:in `simulator' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:99:in `simulator' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:30:in `eager_load!' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:390:in `eager_load!' railties (5.2.0) lib/rails/application/routes_reloader.rb:28:in `each' railties (5.2.0) lib/rails/application/routes_reloader.rb:28:in `execute' railties (5.2.0) lib/rails/application/finisher.rb:143:in `block (2 levels) in ' activesupport (5.2.0) lib/active_support/callbacks.rb:426:in `instance_exec' activesupport (5.2.0) lib/active_support/callbacks.rb:426:in `block in make_lambda' activesupport (5.2.0) lib/active_support/callbacks.rb:198:in `block (2 levels) in halting' activesupport (5.2.0) lib/active_support/callbacks.rb:606:in `block (2 levels) in default_terminator' activesupport (5.2.0) lib/active_support/callbacks.rb:605:in `catch' activesupport (5.2.0) lib/active_support/callbacks.rb:605:in `block in default_terminator' activesupport (5.2.0) lib/active_support/callbacks.rb:199:in `block in halting' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `block in invoke_before' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `each' activesupport (5.2.0) lib/active_support/callbacks.rb:513:in `invoke_before' activesupport (5.2.0) lib/active_support/callbacks.rb:131:in `run_callbacks' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:110:in `run!' activesupport (5.2.0) lib/active_support/reloader.rb:115:in `run!' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:72:in `block in run!' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:69:in `tap' activesupport (5.2.0) lib/active_support/execution_wrapper.rb:69:in `run!' activesupport (5.2.0) lib/active_support/reloader.rb:64:in `run!' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 07:49:28 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (132.4ms) Rendered welcome/index.html.erb within layouts/application (136.5ms) Completed 500 Internal Server Error in 146ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(whodat.current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__1572756509685251983_70181164427780' Started GET "/" for 127.0.0.1 at 2018-09-27 07:54:32 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (108.1ms) Rendered welcome/index.html.erb within layouts/application (112.0ms) Completed 500 Internal Server Error in 120ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(whodat.current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___278235811141749686_70187669365480' Started GET "/" for 127.0.0.1 at 2018-09-27 07:54:37 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (13.2ms) Rendered welcome/index.html.erb within layouts/application (16.7ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(whodat.current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___278235811141749686_70187666894340' Started GET "/" for 127.0.0.1 at 2018-09-27 08:02:20 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (108.9ms) Rendered welcome/index.html.erb within layouts/application (113.0ms) Completed 500 Internal Server Error in 121ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(whodat.current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb___1058844362109391952_70239874994980' Started GET "/whodat" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (8.5ms) Completed 200 OK in 121ms (Views: 116.3ms | ActiveRecord: 0.8ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:02:30 -0400 Started GET "/" for 127.0.0.1 at 2018-09-27 08:05:15 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (0.5ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) SyntaxError (/Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:1: syntax error, unexpected ')', expecting => ...d/navbar", current_user = nil );@output_buffer.safe_append=' ... ^ /Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:21: syntax error, unexpected keyword_ensure, expecting ')' ensure ^~~~~~ /Users/bperlik/code/bloc/whodat/spec/dummy/app/views/welcome/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' end ^~~): app/views/welcome/index.html.erb:1: syntax error, unexpected ')', expecting => app/views/welcome/index.html.erb:21: syntax error, unexpected keyword_ensure, expecting ')' app/views/welcome/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' Started GET "/rails/info/routs" for 127.0.0.1 at 2018-09-27 08:14:46 -0400 ActionController::RoutingError (No route matches [GET] "/rails/info/routs"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 08:14:50 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (153.0ms) Rendered welcome/index.html.erb within layouts/application (156.6ms) Completed 500 Internal Server Error in 166ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(whodat.current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__1516492625673559626_70185488831160' Started GET "/rails/info/routes" for 127.0.0.1 at 2018-09-27 08:14:59 -0400 Processing by Rails::InfoController#routes as HTML Rendering /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/info/routes.html.erb within layouts/application Rendered collection of /usr/local/lib/ruby/gems/2.5.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [9 times] (2.8ms) Rendered collection of /usr/local/lib/ruby/gems/2.5.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb [10 times] (2.2ms) Rendered /usr/local/lib/ruby/gems/2.5.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /usr/local/lib/ruby/gems/2.5.0/gems/railties-5.2.0/lib/rails/templates/rails/info/routes.html.erb within layouts/application (14.2ms) Completed 200 OK in 28ms (Views: 23.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2018-09-27 08:16:12 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered welcome/index.html.erb within layouts/application (4.7ms) Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms) ActionView::Template::Error (Missing partial dashboard/_index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/Users/bperlik/code/bloc/whodat/spec/dummy/app/views" * "/Users/bperlik/code/bloc/whodat/app/views" ): 1: <%#= render partial: "whodat/dashboard/navbar" %> 2: <%= render 'dashboard/index'%> 3: 4:
    5: app/views/welcome/index.html.erb:2:in `_app_views_welcome_index_html_erb__1516492625673559626_70185514242120' Started GET "/" for 127.0.0.1 at 2018-09-27 08:20:53 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (13.0ms) Rendered welcome/index.html.erb within layouts/application (16.1ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(whodat.current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:3:in `_app_views_welcome_index_html_erb__1516492625673559626_70185464471100' Started GET "/whodat" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (8.0ms) Completed 200 OK in 99ms (Views: 94.7ms | ActiveRecord: 0.6ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Started GET "/assets/whodat/_navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:23:23 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:23:24 -0400 Started GET "/" for 127.0.0.1 at 2018-09-27 08:24:15 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (12.3ms) Rendered welcome/index.html.erb within layouts/application (15.8ms) Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.0ms) ActionView::Template::Error (undefined method `user_signed_in?' for #): 6: <%= link_to 'Main app', main_app.root_path %> 7: <%= link_to 'Signup', whodat.new_user_path %> 8: <%= link_to 'Login', whodat.new_session_path %> 9: <% if whodat.user_signed_in? %> 10: <%= link_to 'Logout', whodat.session_path(whodat.current_user), data: {confirm: "Are you sure?" }, method: :delete %> 11:
    You're logged in as <%=whodat.current_user.name %>
    12: <% end %> app/views/welcome/index.html.erb:3:in `_app_views_welcome_index_html_erb__1516492625673559626_70185464934920' Started GET "/" for 127.0.0.1 at 2018-09-27 08:24:46 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (2.5ms) Rendered welcome/index.html.erb within layouts/application (9.2ms) Completed 200 OK in 39ms (Views: 36.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:24:46 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:24:46 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:24:46 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:24:46 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:24:46 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:24:46 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 08:24:46 -0400 Started GET "/stylesheets/whodat/navbar.css" for 127.0.0.1 at 2018-09-27 08:24:46 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:24:46 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 08:24:46 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' ActionController::RoutingError (No route matches [GET] "/stylesheets/whodat/navbar.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 08:28:09 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (42.1ms) Rendered welcome/index.html.erb within layouts/application (47.0ms) Completed 200 OK in 77ms (Views: 74.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:09 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:09 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:09 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:09 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:09 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:09 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 08:28:09 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:09 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:09 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 08:28:09 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (11.1ms) Completed 200 OK in 70ms (Views: 61.4ms | ActiveRecord: 0.4ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:22 -0400 Started POST "/whodat/users" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Processing by Whodat::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"fVF5JkJQxZTUAxMfpz/MMQ1ii7j2c6a/YoxZPRKY1vSAaDeTiRc/sZl9ohfc8Hlqf2qSUucsCkZynCn1yCqtCA==", "user"=>{"name"=>"whodat sample", "email"=>"whodat@whodat.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create User Account"}  (0.1ms) begin transaction ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13 Whodat::User Exists (1.2ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat@whodat.com"], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13 Whodat::User Create (1.2ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "whodat sample"], ["email", "whodat@whodat.com"], ["password_digest", "$2a$10$qUiVMKh6JB9LnqI/oCXTo.q84XzXHw64OxFG9Nr8lMXS25kLRIaaW"], ["created_at", "2018-09-27 12:28:54.304600"], ["updated_at", "2018-09-27 12:28:54.304600"]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13  (0.8ms) commit transaction ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13 Redirected to http://localhost:3000/whodat/ Completed 302 Found in 76ms (ActiveRecord: 3.3ms) Started GET "/whodat/" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (3.4ms) Completed 200 OK in 51ms (Views: 47.4ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:28:54 -0400 Started DELETE "/whodat/sessions/4" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Processing by Whodat::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"raYl0iJn1eHK7OwbfIoO6V5emOkUPkWxcgBy5EOGwRhQn2tn6SAvxIeSXRMHRbuyLFaBAwVh6UhiEAIsmTS65A==", "id"=>"4"} Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/application_helper.rb:5 Redirected to http://localhost:3000/whodat/ Completed 302 Found in 2ms (ActiveRecord: 0.1ms) Started GET "/whodat/" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (1.7ms) Completed 200 OK in 62ms (Views: 57.4ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:21 -0400 Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (2.3ms) Completed 200 OK in 57ms (Views: 51.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:23 -0400 Started POST "/whodat/sessions" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Processing by Whodat::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+o/R0a3n3G32wwgYicrI5fPLzdeI9UyHahni7/IzC+sHtp9kZqAmSLu9uRDyBX2+gcPUPZmq4H56CZInKIFwFw==", "session"=>{"name"=>"whodat sample", "email"=>"whodat@whodat.com", "password"=>"[FILTERED]"}, "commit"=>"sign in"} Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat@whodat.com"], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/sessions_controller.rb:10 Redirected to http://localhost:3000/whodat/ Completed 302 Found in 72ms (ActiveRecord: 0.3ms) Started GET "/whodat/" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.7ms) Completed 200 OK in 54ms (Views: 50.7ms | ActiveRecord: 0.2ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:37 -0400 Started DELETE "/whodat/sessions/4" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Processing by Whodat::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"TG9h1ntXOvGWb5ONAKyFUu4ytptQDg31tuKCH9RsovCxVi9jsBDA1NsRIoV7YzAJnDqvcUFRoQym8vLXDt7ZDA==", "id"=>"4"} Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/application_helper.rb:5 Redirected to http://localhost:3000/whodat/ Completed 302 Found in 2ms (ActiveRecord: 0.2ms) Started GET "/whodat/" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.0ms) Completed 200 OK in 52ms (Views: 48.9ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:30:42 -0400 Started GET "/" for 127.0.0.1 at 2018-09-27 08:31:47 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (5.1ms) Rendered welcome/index.html.erb within layouts/application (10.3ms) Completed 200 OK in 36ms (Views: 34.1ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:31:47 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:31:47 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:31:47 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:31:47 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:31:47 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:31:47 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:31:47 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 08:31:47 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:31:47 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 08:31:47 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 08:31:48 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 08:34:20 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (3.6ms) Rendered welcome/index.html.erb within layouts/application (8.1ms) Completed 200 OK in 38ms (Views: 36.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:34:21 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:34:21 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:34:21 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:34:21 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:34:21 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:34:21 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 08:34:21 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:34:21 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:34:21 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 08:34:21 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 08:35:12 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (3.5ms) Rendered welcome/index.html.erb within layouts/application (7.9ms) Completed 200 OK in 34ms (Views: 31.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:35:12 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:35:12 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:35:12 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:35:12 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:35:12 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:35:12 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 08:35:12 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:35:12 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:35:12 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 08:35:12 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 08:35:12 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 08:36:15 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (3.6ms) Rendered welcome/index.html.erb within layouts/application (8.3ms) Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:36:15 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:36:15 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:36:15 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:36:15 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:36:15 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:36:15 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 08:36:15 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:36:15 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:36:15 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 08:36:15 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 08:36:15 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 08:36:50 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (3.6ms) Rendered welcome/index.html.erb within layouts/application (8.1ms) Completed 200 OK in 34ms (Views: 32.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:36:50 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:36:50 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:36:50 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:36:50 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:36:50 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:36:50 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 08:36:50 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:36:50 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:36:50 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 08:36:50 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 08:36:51 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 08:37:37 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (3.2ms) Rendered welcome/index.html.erb within layouts/application (7.4ms) Completed 200 OK in 33ms (Views: 31.3ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:37:37 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:37:37 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:37:37 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:37:37 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:37:37 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:37:37 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 08:37:37 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:37:37 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:37:37 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 08:37:37 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 08:37:37 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 08:38:41 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (3.3ms) Rendered welcome/index.html.erb within layouts/application (7.6ms) Completed 200 OK in 35ms (Views: 33.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:38:41 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:38:41 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:38:41 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:38:41 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:38:41 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:38:41 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 08:38:41 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:38:41 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:38:41 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 08:38:41 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 08:39:33 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (3.8ms) Rendered welcome/index.html.erb within layouts/application (8.4ms) Completed 200 OK in 34ms (Views: 31.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:39:33 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:39:33 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:39:33 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:39:33 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:39:33 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:39:33 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 08:39:33 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 08:39:33 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 08:39:33 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 08:39:33 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 09:05:55 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (3.8ms) Rendered welcome/index.html.erb within layouts/application (8.6ms) Completed 200 OK in 33ms (Views: 31.2ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:05:56 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:05:56 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:05:56 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:05:56 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:05:56 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:05:56 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:05:56 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 09:05:56 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:05:56 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 09:05:56 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 09:05:59 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (4.0ms) Rendered welcome/index.html.erb within layouts/application (8.6ms) Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:05:59 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:05:59 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:05:59 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:00 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:00 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:00 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 09:06:00 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:00 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:00 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 09:06:00 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 09:06:00 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-09-27 09:06:05 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (1.6ms) Completed 200 OK in 52ms (Views: 48.6ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:06 -0400 Started POST "/whodat/sessions" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Processing by Whodat::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"7UnuF+V/toBblA7DIVZEbywHhbp28lLwzkHF0gFCPwMQcKCiLjhMpRbqv8tamfE0Xg+cUGet/gneUbUa2/BE/w==", "session"=>{"name"=>"whodat sample", "email"=>"whodat@whodat.com", "password"=>"[FILTERED]"}, "commit"=>"sign in"} Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "whodat@whodat.com"], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/sessions_controller.rb:10 Redirected to http://localhost:3000/whodat/ Completed 302 Found in 71ms (ActiveRecord: 0.2ms) Started GET "/whodat/" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.8ms) Completed 200 OK in 52ms (Views: 48.4ms | ActiveRecord: 0.2ms) Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:21 -0400 Started DELETE "/whodat/sessions/4" for 127.0.0.1 at 2018-09-27 09:06:29 -0400 Processing by Whodat::SessionsController#destroy as HTML Parameters: {"authenticity_token"=>"+5eP+nfX16i80lU6PlzlTfjmZVVAIHyvWcDQy9JcwjgGrsFPvJAtjfGs5DJFk1AWiu58v1F/0FZJ0KADCO65xA==", "id"=>"4"} Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/application_helper.rb:5 Redirected to http://localhost:3000/whodat/ Completed 302 Found in 1ms (ActiveRecord: 0.2ms) Started GET "/whodat/" for 127.0.0.1 at 2018-09-27 09:06:29 -0400 Processing by Whodat::DashboardController#index as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" IS NULL LIMIT ? [["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/index.html.erb within layouts/whodat/application (2.2ms) Completed 200 OK in 55ms (Views: 52.6ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:06:30 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 09:25:55 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:26:08 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:26:08 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 09:26:08 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:26:08 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 09:48:36 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (106.4ms) Rendered welcome/index.html.erb within layouts/application (112.6ms) Completed 200 OK in 159ms (Views: 156.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:48:36 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:48:36 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:48:36 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:48:36 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:48:36 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:48:36 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:48:36 -0400 Started GET "/assets/whodat/whodat-icon.png" for 127.0.0.1 at 2018-09-27 09:48:36 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 09:48:36 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:48:36 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 09:56:32 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (103.4ms) Rendered welcome/index.html.erb within layouts/application (142.3ms) Completed 200 OK in 183ms (Views: 180.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:56:32 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:32 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:32 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:32 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:32 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:56:32 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 09:56:32 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:56:32 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-09-27 09:56:32 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:32 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-09-27 09:56:36 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (3.9ms) Rendered welcome/index.html.erb within layouts/application (8.3ms) Completed 200 OK in 34ms (Views: 32.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:56:36 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:56:36 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:36 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:36 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:36 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:36 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-09-27 09:56:36 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:56:36 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:36 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-09-27 09:56:36 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (13.5ms) Completed 200 OK in 117ms (Views: 101.5ms | ActiveRecord: 0.8ms) Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-09-27 09:56:38 -0400 Started GET "/" for 127.0.0.1 at 2018-10-04 12:41:18 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (141.5ms) Rendered welcome/index.html.erb within layouts/application (147.8ms) Completed 200 OK in 198ms (Views: 195.9ms | ActiveRecord: 0.0ms) Started GET "/welcome.css" for 127.0.0.1 at 2018-10-04 12:41:18 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-04 12:41:18 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:18 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:18 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:18 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-04 12:41:18 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-04 12:41:18 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-10-04 12:41:18 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:18 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:18 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-10-04 12:41:19 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-10-04 12:41:28 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (4.3ms) Rendered welcome/index.html.erb within layouts/application (8.8ms) Completed 200 OK in 37ms (Views: 34.7ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-04 12:41:28 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:28 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:28 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:28 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-04 12:41:28 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:28 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-10-04 12:41:28 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-04 12:41:28 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-10-04 12:41:28 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:28 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/users/new" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (10.4ms) Completed 200 OK in 103ms (Views: 88.9ms | ActiveRecord: 0.7ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-10-04 12:41:31 -0400  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.7ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.0ms) begin transaction ↳ bin/rails:14  (0.0ms) commit transaction ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ↳ bin/rails:14  (0.0ms) begin transaction ↳ bin/rails:14  (0.0ms) commit transaction ↳ bin/rails:14  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ↳ bin/rails:14 Started GET "/" for 127.0.0.1 at 2018-10-05 05:41:57 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (106.8ms) Rendered welcome/index.html.erb within layouts/application (113.9ms) Completed 200 OK in 167ms (Views: 164.2ms | ActiveRecord: 0.0ms) Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:41:57 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:41:57 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:41:57 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:41:57 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:41:57 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-10-05 05:41:58 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:41:58 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:41:58 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-10-05 05:41:58 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:41:58 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/welcome.css" for 127.0.0.1 at 2018-10-05 05:42:01 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (7.5ms) Completed 200 OK in 81ms (Views: 75.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:10 -0400 Started POST "/whodat/sessions" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Processing by Whodat::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+Fz0XaCueixh2DMXvwKMa7nRDJOpByhcZAnxZII1bqaHtWve+ER7AwcD8rxvxvRMqr2x7dpn7k5aYEYitf3ASA==", "session"=>{"name"=>"test test", "email"=>"test@test.com", "password"=>"[FILTERED]"}, "commit"=>"sign in"} Whodat::User Load (0.3ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "test@test.com"], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/sessions_controller.rb:10 Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (1.7ms) Completed 200 OK in 66ms (Views: 58.1ms | ActiveRecord: 1.2ms) Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:24 -0400 Started POST "/whodat/sessions" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Processing by Whodat::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"K2P1K2ZRKiJKFaZVwF8nU113zX0/4IfBzZSMOUpac+lUimqoPrsrDSzOZ/4Qm190ThtwA0yAQdPz/Tt/fZLdBw==", "session"=>{"name"=>"test test", "email"=>"test@test.com", "password"=>"[FILTERED]"}, "commit"=>"sign in"} Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "test@test.com"], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/sessions_controller.rb:10 Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (1.6ms) Completed 200 OK in 56ms (Views: 54.4ms | ActiveRecord: 0.1ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:38 -0400 Started GET "/whodat/users/new" for 127.0.0.1 at 2018-10-05 05:42:45 -0400 Processing by Whodat::UsersController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/users/new.html.erb within layouts/whodat/application (4.6ms) Completed 200 OK in 62ms (Views: 53.5ms | ActiveRecord: 0.4ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:45 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:45 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:45 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:45 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:45 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:45 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:45 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:45 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:45 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:45 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:42:46 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:46 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:46 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:46 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:46 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:42:46 -0400 Started POST "/whodat/users" for 127.0.0.1 at 2018-10-05 05:43:03 -0400 Processing by Whodat::UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"JHU/odh3/uvl/tLwtr3/h/aeDWz460O6vvdRg1hZuppbnKAigJ3/xIMlE1tmeYeg5fKwEouLhaiAnubFb5EUdA==", "user"=>{"name"=>"test test", "email"=>"test@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Create User Account"}  (0.1ms) begin transaction ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13 Whodat::User Exists (0.1ms) SELECT 1 AS one FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "test@test.com"], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13 Whodat::User Create (2.1ms) INSERT INTO "whodat_users" ("name", "email", "password_digest", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "test test"], ["email", "test@test.com"], ["password_digest", "$2a$10$87TASoft814Eu3.x6Qyzz.sRVWhiEGjYzYUsy/u5TdwHnDYCr/YP."], ["created_at", "2018-10-05 09:43:03.425393"], ["updated_at", "2018-10-05 09:43:03.425393"]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13  (1.0ms) commit transaction ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/users_controller.rb:13 Redirected to http://localhost:3000/ Completed 302 Found in 75ms (ActiveRecord: 3.3ms) Started GET "/" for 127.0.0.1 at 2018-10-05 05:43:03 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (3.6ms) Rendered welcome/index.html.erb within layouts/application (8.3ms) Completed 200 OK in 32ms (Views: 30.4ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:03 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:03 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:03 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:03 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:03 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:03 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-10-05 05:43:03 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:03 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:03 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-10-05 05:43:03 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-10-05 05:43:07 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (2.4ms) Completed 200 OK in 58ms (Views: 54.6ms | ActiveRecord: 0.0ms) Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:08 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-10-05 05:43:14 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 57ms (Views: 53.5ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:16 -0400 Started POST "/whodat/sessions" for 127.0.0.1 at 2018-10-05 05:43:31 -0400 Processing by Whodat::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"7THqOALWkFXvgj6OD3O8ZcNY3dnQQ73SqLT2ZIH0KROS2HW7WjyReolZ/yXft8RC0DRgp6Mje8CW3UEitjyH/Q==", "session"=>{"name"=>"test test", "email"=>"test@test.com", "password"=>"[FILTERED]"}, "commit"=>"sign in"} Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "test@test.com"], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/sessions_controller.rb:10 Redirected to http://localhost:3000/ Completed 302 Found in 70ms (ActiveRecord: 0.2ms) Started GET "/" for 127.0.0.1 at 2018-10-05 05:43:31 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (4.0ms) Rendered welcome/index.html.erb within layouts/application (8.7ms) Completed 200 OK in 34ms (Views: 32.5ms | ActiveRecord: 0.0ms) Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:31 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:31 -0400 Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:31 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:31 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:31 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:31 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-10-05 05:43:31 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-05 05:43:31 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 05:43:31 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-10-05 05:43:31 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-10-05 06:13:52 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (3.4ms) Rendered welcome/index.html.erb within layouts/application (8.0ms) Completed 200 OK in 33ms (Views: 30.9ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:13:52 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:13:52 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:13:52 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:13:52 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:13:52 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:13:52 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-10-05 06:13:52 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:13:52 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:13:52 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-10-05 06:13:52 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-10-05 06:13:57 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (3.4ms) Rendered welcome/index.html.erb within layouts/application (7.9ms) Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:13:57 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:13:57 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:13:57 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:13:57 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:13:57 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:13:57 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-10-05 06:13:57 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:13:57 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:13:57 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-10-05 06:13:57 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-10-05 06:14:00 -0400 ActionController::RoutingError (undefined method `helper_method' for Whodat::ApplicationHelper:Module): /Users/bperlik/code/bloc/whodat/app/helpers/whodat/application_helper.rb:3:in `' /Users/bperlik/code/bloc/whodat/app/helpers/whodat/application_helper.rb:2:in `' /Users/bperlik/code/bloc/whodat/app/helpers/whodat/application_helper.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:326:in `depend_on' activesupport (5.2.0) lib/active_support/dependencies.rb:242:in `require_dependency' actionpack (5.2.0) lib/abstract_controller/helpers.rb:149:in `block in modules_for_helpers' actionpack (5.2.0) lib/abstract_controller/helpers.rb:144:in `map!' actionpack (5.2.0) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers' actionpack (5.2.0) lib/action_controller/metal/helpers.rb:94:in `modules_for_helpers' actionpack (5.2.0) lib/abstract_controller/helpers.rb:108:in `helper' actionpack (5.2.0) lib/abstract_controller/helpers.rb:186:in `default_helper_module!' actionpack (5.2.0) lib/abstract_controller/helpers.rb:35:in `block in inherited' actionpack (5.2.0) lib/abstract_controller/helpers.rb:35:in `class_eval' actionpack (5.2.0) lib/abstract_controller/helpers.rb:35:in `inherited' actionview (5.2.0) lib/action_view/layouts.rb:219:in `inherited' actionpack (5.2.0) lib/action_controller/metal/rendering.rb:23:in `inherited' actionpack (5.2.0) lib/action_controller/metal/parameter_encoding.rb:10:in `inherited' actionpack (5.2.0) lib/action_controller/metal/params_wrapper.rb:237:in `inherited' actionpack (5.2.0) lib/abstract_controller/railties/routes_helpers.rb:9:in `block (2 levels) in with' actionpack (5.2.0) lib/action_controller/railties/helpers.rb:7:in `inherited' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:2:in `' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/application_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:326:in `depend_on' activesupport (5.2.0) lib/active_support/dependencies.rb:242:in `require_dependency' /Users/bperlik/code/bloc/whodat/app/controllers/whodat/sessions_controller.rb:1:in `' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `load' activesupport (5.2.0) lib/active_support/dependencies.rb:468:in `block in load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:653:in `new_constants_in' activesupport (5.2.0) lib/active_support/dependencies.rb:467:in `load_file' activesupport (5.2.0) lib/active_support/dependencies.rb:365:in `block in require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `block in load_interlock' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:14:in `block in loading' activesupport (5.2.0) lib/active_support/concurrency/share_lock.rb:151:in `exclusive' activesupport (5.2.0) lib/active_support/dependencies/interlock.rb:13:in `loading' activesupport (5.2.0) lib/active_support/dependencies.rb:37:in `load_interlock' activesupport (5.2.0) lib/active_support/dependencies.rb:348:in `require_or_load' activesupport (5.2.0) lib/active_support/dependencies.rb:502:in `load_missing_constant' activesupport (5.2.0) lib/active_support/dependencies.rb:193:in `const_missing' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `const_get' activesupport (5.2.0) lib/active_support/inflector/methods.rb:285:in `block in constantize' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `each' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `inject' activesupport (5.2.0) lib/active_support/inflector/methods.rb:281:in `constantize' activesupport (5.2.0) lib/active_support/dependencies.rb:574:in `get' activesupport (5.2.0) lib/active_support/dependencies.rb:605:in `constantize' actionpack (5.2.0) lib/action_dispatch/http/request.rb:88:in `controller_class_for' actionpack (5.2.0) lib/action_dispatch/http/request.rb:81:in `controller_class' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:46:in `controller' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:32:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' railties (5.2.0) lib/rails/railtie.rb:190:in `public_send' railties (5.2.0) lib/rails/railtie.rb:190:in `method_missing' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:19:in `block in ' actionpack (5.2.0) lib/action_dispatch/routing/mapper.rb:48:in `serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:52:in `block in serve' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `each' actionpack (5.2.0) lib/action_dispatch/journey/router.rb:35:in `serve' actionpack (5.2.0) lib/action_dispatch/routing/route_set.rb:840:in `call' rack (2.0.5) lib/rack/tempfile_reaper.rb:15:in `call' rack (2.0.5) lib/rack/etag.rb:25:in `call' rack (2.0.5) lib/rack/conditional_get.rb:25:in `call' rack (2.0.5) lib/rack/head.rb:12:in `call' actionpack (5.2.0) lib/action_dispatch/http/content_security_policy.rb:18:in `call' rack (2.0.5) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.5) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/cookies.rb:670:in `call' activerecord (5.2.0) lib/active_record/migration.rb:559:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (5.2.0) lib/active_support/callbacks.rb:98:in `run_callbacks' actionpack (5.2.0) lib/action_dispatch/middleware/callbacks.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:61:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (1.7ms) Completed 200 OK in 50ms (Views: 46.7ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:14:35 -0400 Started GET "/whodat/sessions/new" for 127.0.0.1 at 2018-10-05 06:15:23 -0400 Processing by Whodat::SessionsController#new as HTML Rendering /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/sessions/new.html.erb within layouts/whodat/application (1.9ms) Completed 200 OK in 50ms (Views: 46.8ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:15:23 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:15:23 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:15:23 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:15:23 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:15:23 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:15:23 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:15:23 -0400 Started GET "/assets/whodat/dashboard.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:15:23 -0400 Started GET "/assets/whodat/sessions.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:15:23 -0400 Started GET "/assets/whodat/users.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:15:23 -0400 Started GET "/assets/whodat/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:15:24 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:15:24 -0400 Started GET "/assets/whodat/dashboard.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:15:24 -0400 Started GET "/assets/whodat/sessions.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:15:24 -0400 Started GET "/assets/whodat/users.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:15:24 -0400 Started GET "/assets/whodat/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:15:24 -0400 Started POST "/whodat/sessions" for 127.0.0.1 at 2018-10-05 06:15:35 -0400 Processing by Whodat::SessionsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"38LK+i4uR+KcsbfuShw7Qa33j1B87lnCgkZRIwo9hKigK1V5dsRGzfpqdkWa2ENmvpsyLg+On9C8L+ZlPfUqRg==", "session"=>{"name"=>"test test", "email"=>"test@test.com", "password"=>"[FILTERED]"}, "commit"=>"sign in"} Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."email" = ? LIMIT ? [["email", "test@test.com"], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/controllers/whodat/sessions_controller.rb:10 Redirected to http://localhost:3000/ Completed 302 Found in 77ms (ActiveRecord: 0.7ms) Started GET "/" for 127.0.0.1 at 2018-10-05 06:15:35 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (3.8ms) Rendered welcome/index.html.erb within layouts/application (8.5ms) Completed 200 OK in 34ms (Views: 32.0ms | ActiveRecord: 0.0ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:15:35 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:15:35 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:15:35 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:15:35 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:15:35 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:15:35 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:15:35 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-10-05 06:15:35 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:15:35 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-10-05 06:15:35 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread' Started GET "/" for 127.0.0.1 at 2018-10-05 06:20:41 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (39.0ms) Rendered welcome/index.html.erb within layouts/application (42.2ms) Completed 500 Internal Server Error in 51ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `session_path' for #<#:0x00007ffac1218798> Did you mean? session): 9: 10: 11: <% if user_signed_in? %> 12: <%= link_to 'Logout', session_path(current_user), data: {confirm: "Are you sure?" }, method: :delete %> 13:
    You're logged in as <%=current_user.name %>
    14: <% end %> 15: app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__90946336346171581_70357479393840' Started GET "/" for 127.0.0.1 at 2018-10-05 06:21:44 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Whodat::User Load (0.2ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (14.7ms) Rendered welcome/index.html.erb within layouts/application (17.7ms) Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.2ms) ActionView::Template::Error (undefined method `current_user' for #): 9: 10: 11: <% if user_signed_in? %> 12: <%= link_to 'Logout', whodat.session_path(whodat.current_user), data: {confirm: "Are you sure?" }, method: :delete %> 13:
    You're logged in as <%=current_user.name %>
    14: <% end %> 15: app/views/welcome/index.html.erb:1:in `_app_views_welcome_index_html_erb__90946336346171581_70357495381580' Started GET "/" for 127.0.0.1 at 2018-10-05 06:37:56 -0400 Processing by WelcomeController#index as HTML Rendering welcome/index.html.erb within layouts/application Whodat::User Load (0.1ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 CACHE Whodat::User Load (0.0ms) SELECT "whodat_users".* FROM "whodat_users" WHERE "whodat_users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] ↳ /Users/bperlik/code/bloc/whodat/app/helpers/whodat/sessions_helper.rb:13 Rendered /Users/bperlik/code/bloc/whodat/app/views/whodat/dashboard/_navbar.html.erb (121.8ms) Rendered welcome/index.html.erb within layouts/application (126.9ms) Completed 200 OK in 165ms (Views: 162.0ms | ActiveRecord: 0.8ms) Started GET "/assets/welcome.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:37:56 -0400 Started GET "/assets/rails-ujs.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:37:56 -0400 Started GET "/assets/application.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:37:56 -0400 Started GET "/assets/welcome.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:37:56 -0400 Started GET "/assets/action_cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:37:56 -0400 Started GET "/assets/cable.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:37:56 -0400 Started GET "/welcome.css" for 127.0.0.1 at 2018-10-05 06:37:56 -0400 Started GET "/assets/whodat/navbar.self.css?body=1" for 127.0.0.1 at 2018-10-05 06:37:56 -0400 Started GET "/assets/application.self.js?body=1" for 127.0.0.1 at 2018-10-05 06:37:56 -0400 Started GET "/assets/whodat/whodat-logo.png" for 127.0.0.1 at 2018-10-05 06:37:56 -0400 ActionController::RoutingError (No route matches [GET] "/welcome.css"): actionpack (5.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' railties (5.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (5.2.0) lib/rails/rack/logger.rb:26:in `block in call' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `block in tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:28:in `tagged' activesupport (5.2.0) lib/active_support/tagged_logging.rb:71:in `tagged' railties (5.2.0) lib/rails/rack/logger.rb:26:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/remote_ip.rb:81:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/request_id.rb:27:in `call' rack (2.0.5) lib/rack/method_override.rb:22:in `call' rack (2.0.5) lib/rack/runtime.rb:22:in `call' activesupport (5.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/executor.rb:14:in `call' actionpack (5.2.0) lib/action_dispatch/middleware/static.rb:127:in `call' rack (2.0.5) lib/rack/sendfile.rb:111:in `call' railties (5.2.0) lib/rails/engine.rb:524:in `call' rack (2.0.5) lib/rack/handler/webrick.rb:86:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:140:in `service' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/httpserver.rb:96:in `run' /usr/local/Cellar/ruby/2.5.1/lib/ruby/2.5.0/webrick/server.rb:307:in `block in start_thread'