Started GET "/" for 127.0.0.1 at 2017-07-11 18:48:46 +0200 Processing by Rails::WelcomeController#index as HTML Rendering /home/eugene/.rvm/gems/ruby-2.3.3/gems/railties-5.1.2/lib/rails/templates/rails/welcome/index.html.erb Rendered /home/eugene/.rvm/gems/ruby-2.3.3/gems/railties-5.1.2/lib/rails/templates/rails/welcome/index.html.erb (2.8ms) Completed 200 OK in 105ms (Views: 5.4ms) Started GET "/" for 127.0.0.1 at 2017-07-12 11:11:53 +0200 Processing by Rails::WelcomeController#index as HTML Rendering /home/eugene/.rvm/gems/ruby-2.3.3/gems/railties-5.1.2/lib/rails/templates/rails/welcome/index.html.erb Rendered /home/eugene/.rvm/gems/ruby-2.3.3/gems/railties-5.1.2/lib/rails/templates/rails/welcome/index.html.erb (3.1ms) Completed 200 OK in 130ms (Views: 7.0ms) Started GET "/" for 127.0.0.1 at 2017-07-13 22:56:37 +0200 Processing by Rails::WelcomeController#index as HTML Rendering /home/eugene/.rvm/gems/ruby-2.3.3/gems/railties-5.1.2/lib/rails/templates/rails/welcome/index.html.erb Rendered /home/eugene/.rvm/gems/ruby-2.3.3/gems/railties-5.1.2/lib/rails/templates/rails/welcome/index.html.erb (3.1ms) Completed 200 OK in 110ms (Views: 5.9ms) Started GET "/nodes" for 127.0.0.1 at 2017-07-13 22:56:42 +0200 ActionController::RoutingError (No route matches [GET] "/nodes"): actionpack (5.1.2) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.2) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.2) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.2) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.2) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.2) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.0) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.3) lib/rack/method_override.rb:22:in `call' rack (2.0.3) lib/rack/runtime.rb:22:in `call' activesupport (5.1.2) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.3) lib/rack/sendfile.rb:111:in `call' railties (5.1.2) lib/rails/engine.rb:522:in `call' rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service' /home/eugene/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/eugene/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/eugene/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Started GET "/nodes/nodes" for 127.0.0.1 at 2017-07-13 22:56:51 +0200 Processing by Nodes::NodesController#index as HTML Rendering /home/nodes/app/views/nodes/nodes/index.html.erb within layouts/nodes/application Nodes::Node Load (0.3ms) SELECT "nodes_nodes".* FROM "nodes_nodes" Rendered /home/nodes/app/views/nodes/nodes/index.html.erb within layouts/nodes/application (5.0ms) Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.6ms) ActionView::Template::Error (SQLite3::SQLException: no such table: nodes_nodes: SELECT "nodes_nodes".* FROM "nodes_nodes"): 11: 12: 13: 14: <% @nodes.each do |node| %> 15: 16: <%= node.name %> 17: <%= link_to 'Show', node %> sqlite3 (1.3.13) lib/sqlite3/database.rb:91:in `initialize' sqlite3 (1.3.13) lib/sqlite3/database.rb:91:in `new' sqlite3 (1.3.13) lib/sqlite3/database.rb:91:in `prepare' activerecord (5.1.2) lib/active_record/connection_adapters/sqlite3_adapter.rb:212:in `block (2 levels) in exec_query' activesupport (5.1.2) lib/active_support/dependencies/interlock.rb:46:in `block in permit_concurrent_loads' activesupport (5.1.2) lib/active_support/concurrency/share_lock.rb:185:in `yield_shares' activesupport (5.1.2) lib/active_support/dependencies/interlock.rb:45:in `permit_concurrent_loads' activerecord (5.1.2) lib/active_record/connection_adapters/sqlite3_adapter.rb:209:in `block in exec_query' activerecord (5.1.2) lib/active_record/connection_adapters/abstract_adapter.rb:612:in `block (2 levels) in log' /home/eugene/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/monitor.rb:214:in `mon_synchronize' activerecord (5.1.2) lib/active_record/connection_adapters/abstract_adapter.rb:611:in `block in log' activesupport (5.1.2) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activerecord (5.1.2) lib/active_record/connection_adapters/abstract_adapter.rb:603:in `log' activerecord (5.1.2) lib/active_record/connection_adapters/sqlite3_adapter.rb:208:in `exec_query' activerecord (5.1.2) lib/active_record/connection_adapters/abstract/database_statements.rb:361:in `select' activerecord (5.1.2) lib/active_record/connection_adapters/abstract/database_statements.rb:42:in `select_all' activerecord (5.1.2) lib/active_record/connection_adapters/abstract/query_cache.rb:95:in `block in select_all' activerecord (5.1.2) lib/active_record/connection_adapters/abstract/query_cache.rb:117:in `block in cache_sql' /home/eugene/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/monitor.rb:214:in `mon_synchronize' activerecord (5.1.2) lib/active_record/connection_adapters/abstract/query_cache.rb:104:in `cache_sql' activerecord (5.1.2) lib/active_record/connection_adapters/abstract/query_cache.rb:95:in `select_all' activerecord (5.1.2) lib/active_record/querying.rb:39:in `find_by_sql' activerecord (5.1.2) lib/active_record/relation.rb:659:in `exec_queries' activerecord (5.1.2) lib/active_record/relation.rb:546:in `load' activerecord (5.1.2) lib/active_record/relation.rb:255:in `records' activerecord (5.1.2) lib/active_record/relation/delegation.rb:39:in `each' /home/nodes/app/views/nodes/nodes/index.html.erb:14:in `__home_nodes_app_views_nodes_nodes_index_html_erb___496421289752954670_46951603150600' actionview (5.1.2) lib/action_view/template.rb:157:in `block in render' activesupport (5.1.2) lib/active_support/notifications.rb:168:in `instrument' actionview (5.1.2) lib/action_view/template.rb:352:in `instrument_render_template' actionview (5.1.2) lib/action_view/template.rb:155:in `render' actionview (5.1.2) lib/action_view/renderer/template_renderer.rb:52:in `block (2 levels) in render_template' actionview (5.1.2) lib/action_view/renderer/abstract_renderer.rb:42:in `block in instrument' activesupport (5.1.2) lib/active_support/notifications.rb:166:in `block in instrument' activesupport (5.1.2) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.1.2) lib/active_support/notifications.rb:166:in `instrument' actionview (5.1.2) lib/action_view/renderer/abstract_renderer.rb:41:in `instrument' actionview (5.1.2) lib/action_view/renderer/template_renderer.rb:51:in `block in render_template' actionview (5.1.2) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout' actionview (5.1.2) lib/action_view/renderer/template_renderer.rb:50:in `render_template' actionview (5.1.2) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (5.1.2) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (5.1.2) lib/action_view/renderer/renderer.rb:23:in `render' actionview (5.1.2) lib/action_view/rendering.rb:103:in `_render_template' actionpack (5.1.2) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (5.1.2) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (5.1.2) lib/action_controller/metal/rendering.rb:52:in `render_to_body' actionpack (5.1.2) lib/action_controller/metal/renderers.rb:141:in `render_to_body' actionpack (5.1.2) lib/abstract_controller/rendering.rb:24:in `render' actionpack (5.1.2) lib/action_controller/metal/rendering.rb:36:in `render' actionpack (5.1.2) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (5.1.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/eugene/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' activesupport (5.1.2) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (5.1.2) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (5.1.2) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (5.1.2) lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime' actionpack (5.1.2) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (5.1.2) lib/action_controller/metal/implicit_render.rb:33:in `default_render' actionpack (5.1.2) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action' actionpack (5.1.2) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap' actionpack (5.1.2) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action' actionpack (5.1.2) lib/abstract_controller/base.rb:186:in `process_action' actionpack (5.1.2) lib/action_controller/metal/rendering.rb:30:in `process_action' actionpack (5.1.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (5.1.2) lib/active_support/callbacks.rb:131:in `run_callbacks' actionpack (5.1.2) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (5.1.2) lib/action_controller/metal/rescue.rb:20:in `process_action' actionpack (5.1.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (5.1.2) lib/active_support/notifications.rb:166:in `block in instrument' activesupport (5.1.2) lib/active_support/notifications/instrumenter.rb:21:in `instrument' activesupport (5.1.2) lib/active_support/notifications.rb:166:in `instrument' actionpack (5.1.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (5.1.2) lib/action_controller/metal/params_wrapper.rb:252:in `process_action' activerecord (5.1.2) lib/active_record/railties/controller_runtime.rb:22:in `process_action' actionpack (5.1.2) lib/abstract_controller/base.rb:124:in `process' actionview (5.1.2) lib/action_view/rendering.rb:30:in `process' actionpack (5.1.2) lib/action_controller/metal.rb:189:in `dispatch' actionpack (5.1.2) lib/action_controller/metal.rb:253:in `dispatch' actionpack (5.1.2) lib/action_dispatch/routing/route_set.rb:49:in `dispatch' actionpack (5.1.2) lib/action_dispatch/routing/route_set.rb:31:in `serve' actionpack (5.1.2) lib/action_dispatch/journey/router.rb:46:in `block in serve' actionpack (5.1.2) lib/action_dispatch/journey/router.rb:33:in `each' actionpack (5.1.2) lib/action_dispatch/journey/router.rb:33:in `serve' actionpack (5.1.2) lib/action_dispatch/routing/route_set.rb:832:in `call' railties (5.1.2) lib/rails/engine.rb:522:in `call' railties (5.1.2) lib/rails/railtie.rb:185:in `public_send' railties (5.1.2) lib/rails/railtie.rb:185:in `method_missing' actionpack (5.1.2) lib/action_dispatch/routing/mapper.rb:17:in `block in ' actionpack (5.1.2) lib/action_dispatch/routing/mapper.rb:46:in `serve' actionpack (5.1.2) lib/action_dispatch/journey/router.rb:46:in `block in serve' actionpack (5.1.2) lib/action_dispatch/journey/router.rb:33:in `each' actionpack (5.1.2) lib/action_dispatch/journey/router.rb:33:in `serve' actionpack (5.1.2) lib/action_dispatch/routing/route_set.rb:832:in `call' rack (2.0.3) lib/rack/etag.rb:25:in `call' rack (2.0.3) lib/rack/conditional_get.rb:25:in `call' rack (2.0.3) lib/rack/head.rb:12:in `call' rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context' rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/cookies.rb:613:in `call' activerecord (5.1.2) lib/active_record/migration.rb:556:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call' activesupport (5.1.2) lib/active_support/callbacks.rb:97:in `run_callbacks' actionpack (5.1.2) lib/action_dispatch/middleware/callbacks.rb:24:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.2) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.2) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.2) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.2) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.2) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.0) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.3) lib/rack/method_override.rb:22:in `call' rack (2.0.3) lib/rack/runtime.rb:22:in `call' activesupport (5.1.2) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.3) lib/rack/sendfile.rb:111:in `call' railties (5.1.2) lib/rails/engine.rb:522:in `call' rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service' /home/eugene/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/eugene/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/eugene/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'  (0.1ms) SELECT sqlite_version(*)  (7.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (6.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateNodesNodes (20170712092306)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "nodes_nodes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170712092306"]]  (6.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2017-07-13 20:57:14.312852"], ["updated_at", "2017-07-13 20:57:14.312852"]]  (9.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/nodes/nodes" for 127.0.0.1 at 2017-07-13 22:57:18 +0200 Processing by Nodes::NodesController#index as HTML Rendering /home/nodes/app/views/nodes/nodes/index.html.erb within layouts/nodes/application Nodes::Node Load (0.8ms) SELECT "nodes_nodes".* FROM "nodes_nodes" Rendered /home/nodes/app/views/nodes/nodes/index.html.erb within layouts/nodes/application (4.7ms) Completed 200 OK in 229ms (Views: 226.5ms | ActiveRecord: 1.6ms) Started GET "/nodes/" for 127.0.0.1 at 2017-07-13 22:57:40 +0200 ActionController::RoutingError (No route matches [GET] "/nodes"): actionpack (5.1.2) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' railties (5.1.2) lib/rails/rack/logger.rb:36:in `call_app' railties (5.1.2) lib/rails/rack/logger.rb:24:in `block in call' activesupport (5.1.2) lib/active_support/tagged_logging.rb:69:in `block in tagged' activesupport (5.1.2) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (5.1.2) lib/active_support/tagged_logging.rb:69:in `tagged' railties (5.1.2) lib/rails/rack/logger.rb:24:in `call' sprockets-rails (3.2.0) lib/sprockets/rails/quiet_assets.rb:13:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/request_id.rb:25:in `call' rack (2.0.3) lib/rack/method_override.rb:22:in `call' rack (2.0.3) lib/rack/runtime.rb:22:in `call' activesupport (5.1.2) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/executor.rb:12:in `call' actionpack (5.1.2) lib/action_dispatch/middleware/static.rb:125:in `call' rack (2.0.3) lib/rack/sendfile.rb:111:in `call' railties (5.1.2) lib/rails/engine.rb:522:in `call' rack (2.0.3) lib/rack/handler/webrick.rb:86:in `service' /home/eugene/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' /home/eugene/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' /home/eugene/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' Started GET "/nodes/nodes" for 127.0.0.1 at 2017-07-13 22:57:43 +0200 Processing by Nodes::NodesController#index as HTML Rendering /home/nodes/app/views/nodes/nodes/index.html.erb within layouts/nodes/application Nodes::Node Load (0.2ms) SELECT "nodes_nodes".* FROM "nodes_nodes" Rendered /home/nodes/app/views/nodes/nodes/index.html.erb within layouts/nodes/application (3.1ms) Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT sqlite_version(*)  (6.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (6.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateNodesNodes (20170712092306)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "nodes_nodes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170712092306"]]  (11.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2017-07-13 21:35:24.441457"], ["updated_at", "2017-07-13 21:35:24.441457"]]  (9.6ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC